@layerzerolabs/lz-evm-sdk-v2 2.0.8 → 2.0.10-tron
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/deployments/arbitrum-sandbox-local/DVN.json +1896 -0
- package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +387 -0
- package/deployments/arbitrum-sandbox-local/EndpointV2.json +2955 -0
- package/deployments/{ethereum-sandbox-local/Oracle.json → arbitrum-sandbox-local/Executor.json} +656 -398
- package/deployments/arbitrum-sandbox-local/ExecutorFeeLib.json +407 -0
- package/deployments/arbitrum-sandbox-local/ExecutorProxyAdmin.json +283 -0
- package/deployments/arbitrum-sandbox-local/Executor_Implementation.json +1591 -0
- package/deployments/{ethereum-sandbox-local/Oracle_Proxy.json → arbitrum-sandbox-local/Executor_Proxy.json} +135 -60
- package/deployments/arbitrum-sandbox-local/NonceContractMock.json +163 -0
- package/deployments/{polygon-sandbox-local/Relayer.json → arbitrum-sandbox-local/PriceFeed.json} +339 -445
- package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +283 -0
- package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +912 -0
- package/deployments/{ethereum-sandbox-local/Relayer_Proxy.json → arbitrum-sandbox-local/PriceFeed_Proxy.json} +33 -64
- package/deployments/arbitrum-sandbox-local/ReceiveUln301.json +1264 -0
- package/deployments/arbitrum-sandbox-local/ReceiveUln302.json +954 -0
- package/deployments/arbitrum-sandbox-local/SendUln301.json +1569 -0
- package/deployments/arbitrum-sandbox-local/SendUln302.json +1527 -0
- package/deployments/arbitrum-sandbox-local/SimpleMessageLib.json +708 -0
- package/deployments/arbitrum-sandbox-local/Treasury.json +412 -0
- package/deployments/arbitrum-sandbox-local/TreasuryFeeHandler.json +125 -0
- package/deployments/ethereum-sandbox-local/DVN.json +5 -5
- package/deployments/ethereum-sandbox-local/DVNFeeLib.json +2 -2
- package/deployments/ethereum-sandbox-local/EndpointV2.json +4 -4
- package/deployments/ethereum-sandbox-local/Executor.json +14 -14
- package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +2 -2
- package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +3 -3
- package/deployments/ethereum-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/Executor_Proxy.json +14 -14
- package/deployments/ethereum-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed.json +5 -5
- package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +3 -3
- package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +5 -5
- package/deployments/ethereum-sandbox-local/ReceiveUln301.json +2 -2
- package/deployments/ethereum-sandbox-local/ReceiveUln302.json +2 -2
- package/deployments/ethereum-sandbox-local/SendUln301.json +2 -2
- package/deployments/ethereum-sandbox-local/SendUln302.json +2 -2
- package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +2 -2
- package/deployments/ethereum-sandbox-local/Treasury.json +2 -2
- package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/polygon-sandbox-local/DVN.json +5 -5
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +2 -2
- package/deployments/polygon-sandbox-local/EndpointV2.json +4 -4
- package/deployments/polygon-sandbox-local/Executor.json +14 -14
- package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +2 -2
- package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +3 -3
- package/deployments/polygon-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/Executor_Proxy.json +14 -14
- package/deployments/polygon-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeed.json +5 -5
- package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +3 -3
- package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +5 -5
- package/deployments/polygon-sandbox-local/ReceiveUln301.json +2 -2
- package/deployments/polygon-sandbox-local/ReceiveUln302.json +2 -2
- package/deployments/polygon-sandbox-local/SendUln301.json +2 -2
- package/deployments/polygon-sandbox-local/SendUln302.json +2 -2
- package/deployments/polygon-sandbox-local/SimpleMessageLib.json +2 -2
- package/deployments/polygon-sandbox-local/Treasury.json +2 -2
- package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/tron-sandbox-local/DVN.json +1896 -0
- package/deployments/tron-sandbox-local/DVNFeeLib.json +387 -0
- package/deployments/tron-sandbox-local/EndpointV2.json +2955 -0
- package/deployments/{polygon-sandbox-local/Oracle.json → tron-sandbox-local/Executor.json} +656 -398
- package/deployments/tron-sandbox-local/ExecutorFeeLib.json +407 -0
- package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +283 -0
- package/deployments/tron-sandbox-local/Executor_Implementation.json +1591 -0
- package/deployments/{polygon-sandbox-local/Oracle_Proxy.json → tron-sandbox-local/Executor_Proxy.json} +135 -60
- package/deployments/tron-sandbox-local/NonceContractMock.json +163 -0
- package/deployments/{ethereum-sandbox-local/Relayer.json → tron-sandbox-local/PriceFeed.json} +339 -445
- package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +283 -0
- package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +912 -0
- package/deployments/{polygon-sandbox-local/Relayer_Proxy.json → tron-sandbox-local/PriceFeed_Proxy.json} +33 -64
- package/deployments/tron-sandbox-local/ReceiveUln301.json +1264 -0
- package/deployments/tron-sandbox-local/ReceiveUln302.json +954 -0
- package/deployments/tron-sandbox-local/SendUln301.json +1569 -0
- package/deployments/tron-sandbox-local/SendUln302.json +1527 -0
- package/deployments/tron-sandbox-local/SimpleMessageLib.json +708 -0
- package/deployments/tron-sandbox-local/Treasury.json +412 -0
- package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +125 -0
- package/package.json +9 -20
- package/deployments/ethereum-sandbox-local/BlockedMessageLib.json +0 -90
- package/deployments/ethereum-sandbox-local/Endpoint.json +0 -2355
- package/deployments/ethereum-sandbox-local/MultiSigOracle.json +0 -1448
- package/deployments/ethereum-sandbox-local/NonceContract.json +0 -158
- package/deployments/ethereum-sandbox-local/OmniCounter.json +0 -1133
- package/deployments/ethereum-sandbox-local/OmniCounterPreCrime.json +0 -493
- package/deployments/ethereum-sandbox-local/OmniCounterPreCrimeView.json +0 -672
- package/deployments/ethereum-sandbox-local/OmniCounterViewer.json +0 -214
- package/deployments/ethereum-sandbox-local/OmniCounterWithPreCrime.json +0 -1646
- package/deployments/ethereum-sandbox-local/OracleFeeLib.json +0 -166
- package/deployments/ethereum-sandbox-local/OracleProxyAdmin.json +0 -272
- package/deployments/ethereum-sandbox-local/Oracle_Implementation.json +0 -1326
- package/deployments/ethereum-sandbox-local/RelayerFeeLib.json +0 -130
- package/deployments/ethereum-sandbox-local/RelayerProxyAdmin.json +0 -272
- package/deployments/ethereum-sandbox-local/Relayer_Implementation.json +0 -1014
- package/deployments/ethereum-sandbox-local/UlnConfig301.json +0 -1003
- package/deployments/ethereum-sandbox-local/UlnConfig302.json +0 -1003
- package/deployments/ethereum-sandbox-local/UltraLightNodeE302.json +0 -1696
- package/deployments/polygon-sandbox-local/BlockedMessageLib.json +0 -90
- package/deployments/polygon-sandbox-local/Endpoint.json +0 -2355
- package/deployments/polygon-sandbox-local/MultiSigOracle.json +0 -1448
- package/deployments/polygon-sandbox-local/NonceContract.json +0 -158
- package/deployments/polygon-sandbox-local/OmniCounter.json +0 -1133
- package/deployments/polygon-sandbox-local/OmniCounterPreCrime.json +0 -493
- package/deployments/polygon-sandbox-local/OmniCounterPreCrimeView.json +0 -672
- package/deployments/polygon-sandbox-local/OmniCounterViewer.json +0 -214
- package/deployments/polygon-sandbox-local/OmniCounterWithPreCrime.json +0 -1646
- package/deployments/polygon-sandbox-local/OracleFeeLib.json +0 -166
- package/deployments/polygon-sandbox-local/OracleProxyAdmin.json +0 -272
- package/deployments/polygon-sandbox-local/Oracle_Implementation.json +0 -1326
- package/deployments/polygon-sandbox-local/RelayerFeeLib.json +0 -130
- package/deployments/polygon-sandbox-local/RelayerProxyAdmin.json +0 -272
- package/deployments/polygon-sandbox-local/Relayer_Implementation.json +0 -1014
- package/deployments/polygon-sandbox-local/UlnConfig301.json +0 -1003
- package/deployments/polygon-sandbox-local/UlnConfig302.json +0 -1003
- package/deployments/polygon-sandbox-local/UltraLightNodeE302.json +0 -1696
|
@@ -1,158 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"address": "0x0f5D1ef48f12b6f691401bfe88c2037c690a6afe",
|
|
3
|
-
"abi": [
|
|
4
|
-
{
|
|
5
|
-
"inputs": [
|
|
6
|
-
{
|
|
7
|
-
"internalType": "address",
|
|
8
|
-
"name": "_endpoint",
|
|
9
|
-
"type": "address"
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"stateMutability": "nonpayable",
|
|
13
|
-
"type": "constructor"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"inputs": [],
|
|
17
|
-
"name": "endpoint",
|
|
18
|
-
"outputs": [
|
|
19
|
-
{
|
|
20
|
-
"internalType": "contract ILayerZeroEndpoint",
|
|
21
|
-
"name": "",
|
|
22
|
-
"type": "address"
|
|
23
|
-
}
|
|
24
|
-
],
|
|
25
|
-
"stateMutability": "view",
|
|
26
|
-
"type": "function"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"inputs": [
|
|
30
|
-
{
|
|
31
|
-
"internalType": "uint16",
|
|
32
|
-
"name": "_chainId",
|
|
33
|
-
"type": "uint16"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"internalType": "address",
|
|
37
|
-
"name": "_ua",
|
|
38
|
-
"type": "address"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"internalType": "bytes",
|
|
42
|
-
"name": "_path",
|
|
43
|
-
"type": "bytes"
|
|
44
|
-
}
|
|
45
|
-
],
|
|
46
|
-
"name": "increment",
|
|
47
|
-
"outputs": [
|
|
48
|
-
{
|
|
49
|
-
"internalType": "uint64",
|
|
50
|
-
"name": "",
|
|
51
|
-
"type": "uint64"
|
|
52
|
-
}
|
|
53
|
-
],
|
|
54
|
-
"stateMutability": "nonpayable",
|
|
55
|
-
"type": "function"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"inputs": [
|
|
59
|
-
{
|
|
60
|
-
"internalType": "uint16",
|
|
61
|
-
"name": "dstEid",
|
|
62
|
-
"type": "uint16"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"internalType": "bytes",
|
|
66
|
-
"name": "path",
|
|
67
|
-
"type": "bytes"
|
|
68
|
-
}
|
|
69
|
-
],
|
|
70
|
-
"name": "outboundNonce",
|
|
71
|
-
"outputs": [
|
|
72
|
-
{
|
|
73
|
-
"internalType": "uint64",
|
|
74
|
-
"name": "nonce",
|
|
75
|
-
"type": "uint64"
|
|
76
|
-
}
|
|
77
|
-
],
|
|
78
|
-
"stateMutability": "view",
|
|
79
|
-
"type": "function"
|
|
80
|
-
}
|
|
81
|
-
],
|
|
82
|
-
"transactionHash": "0xbe84cf27a793d60194fb85db1df449c194228cb597752d7917719c9929928e8a",
|
|
83
|
-
"receipt": {
|
|
84
|
-
"to": null,
|
|
85
|
-
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
86
|
-
"contractAddress": "0x0f5D1ef48f12b6f691401bfe88c2037c690a6afe",
|
|
87
|
-
"transactionIndex": 0,
|
|
88
|
-
"gasUsed": "353663",
|
|
89
|
-
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
90
|
-
"blockHash": "0x006e3bd66ef005cfcc57f14ffe67a85125ce35cedd75ea5e53d4cabe83b7e71f",
|
|
91
|
-
"transactionHash": "0xbe84cf27a793d60194fb85db1df449c194228cb597752d7917719c9929928e8a",
|
|
92
|
-
"logs": [],
|
|
93
|
-
"blockNumber": 142,
|
|
94
|
-
"cumulativeGasUsed": "353663",
|
|
95
|
-
"status": 1,
|
|
96
|
-
"byzantium": true
|
|
97
|
-
},
|
|
98
|
-
"args": [
|
|
99
|
-
"0x8464135c8F25Da09e49BC8782676a84730C318bC"
|
|
100
|
-
],
|
|
101
|
-
"numDeployments": 1,
|
|
102
|
-
"solcInputHash": "87a8f6de6653fdc6ed2defab048e60c8",
|
|
103
|
-
"bytecode": "0x60a060405234801561001057600080fd5b5060405161060038038061060083398101604081905261002f91610040565b6001600160a01b0316608052610070565b60006020828403121561005257600080fd5b81516001600160a01b038116811461006957600080fd5b9392505050565b60805161056f61009160003960008181604b0152610150015261056f6000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c80635e280f11146100465780636fe7b67314610097578063c533338f146100c3575b600080fd5b61006d7f000000000000000000000000000000000000000000000000000000000000000081565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020015b60405180910390f35b6100aa6100a5366004610318565b610106565b60405167ffffffffffffffff909116815260200161008e565b6100aa6100d13660046103d7565b6000602081815292815260409020815180830184018051928152908401929093019190912091525467ffffffffffffffff1681565b6040517f9c729da100000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff848116600483015260009133917f00000000000000000000000000000000000000000000000000000000000000001690639c729da190602401602060405180830381865afa158015610197573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101bb91906104b7565b73ffffffffffffffffffffffffffffffffffffffff1614610262576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603260248201527f4e6f6e6365436f6e74726163743a206d73672e73656e646572206973206e6f7460448201527f2076616c69642073656e646c6962726172790000000000000000000000000000606482015260840160405180910390fd5b61ffff851660009081526020819052604090819020905161028690859085906104db565b90815260405190819003602001902080546000906102ad9067ffffffffffffffff166104eb565b91906101000a81548167ffffffffffffffff021916908367ffffffffffffffff16021790559050949350505050565b803561ffff811681146102ee57600080fd5b919050565b73ffffffffffffffffffffffffffffffffffffffff8116811461031557600080fd5b50565b6000806000806060858703121561032e57600080fd5b610337856102dc565b93506020850135610347816102f3565b9250604085013567ffffffffffffffff8082111561036457600080fd5b818701915087601f83011261037857600080fd5b81358181111561038757600080fd5b88602082850101111561039957600080fd5b95989497505060200194505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080604083850312156103ea57600080fd5b6103f3836102dc565b9150602083013567ffffffffffffffff8082111561041057600080fd5b818501915085601f83011261042457600080fd5b813581811115610436576104366103a8565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f0116810190838211818310171561047c5761047c6103a8565b8160405282815288602084870101111561049557600080fd5b8260208601602083013760006020848301015280955050505050509250929050565b6000602082840312156104c957600080fd5b81516104d4816102f3565b9392505050565b8183823760009101908152919050565b600067ffffffffffffffff80831681810361052f577f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600101939250505056fea26469706673582212209b47e3a63bdaa3a265f62cc88f12de6cc0687a3d53e700d909e594cfc2d7a81464736f6c63430008130033",
|
|
104
|
-
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100415760003560e01c80635e280f11146100465780636fe7b67314610097578063c533338f146100c3575b600080fd5b61006d7f000000000000000000000000000000000000000000000000000000000000000081565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020015b60405180910390f35b6100aa6100a5366004610318565b610106565b60405167ffffffffffffffff909116815260200161008e565b6100aa6100d13660046103d7565b6000602081815292815260409020815180830184018051928152908401929093019190912091525467ffffffffffffffff1681565b6040517f9c729da100000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff848116600483015260009133917f00000000000000000000000000000000000000000000000000000000000000001690639c729da190602401602060405180830381865afa158015610197573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101bb91906104b7565b73ffffffffffffffffffffffffffffffffffffffff1614610262576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603260248201527f4e6f6e6365436f6e74726163743a206d73672e73656e646572206973206e6f7460448201527f2076616c69642073656e646c6962726172790000000000000000000000000000606482015260840160405180910390fd5b61ffff851660009081526020819052604090819020905161028690859085906104db565b90815260405190819003602001902080546000906102ad9067ffffffffffffffff166104eb565b91906101000a81548167ffffffffffffffff021916908367ffffffffffffffff16021790559050949350505050565b803561ffff811681146102ee57600080fd5b919050565b73ffffffffffffffffffffffffffffffffffffffff8116811461031557600080fd5b50565b6000806000806060858703121561032e57600080fd5b610337856102dc565b93506020850135610347816102f3565b9250604085013567ffffffffffffffff8082111561036457600080fd5b818701915087601f83011261037857600080fd5b81358181111561038757600080fd5b88602082850101111561039957600080fd5b95989497505060200194505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080604083850312156103ea57600080fd5b6103f3836102dc565b9150602083013567ffffffffffffffff8082111561041057600080fd5b818501915085601f83011261042457600080fd5b813581811115610436576104366103a8565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f0116810190838211818310171561047c5761047c6103a8565b8160405282815288602084870101111561049557600080fd5b8260208601602083013760006020848301015280955050505050509250929050565b6000602082840312156104c957600080fd5b81516104d4816102f3565b9392505050565b8183823760009101908152919050565b600067ffffffffffffffff80831681810361052f577f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600101939250505056fea26469706673582212209b47e3a63bdaa3a265f62cc88f12de6cc0687a3d53e700d909e594cfc2d7a81464736f6c63430008130033",
|
|
105
|
-
"devdoc": {
|
|
106
|
-
"kind": "dev",
|
|
107
|
-
"methods": {},
|
|
108
|
-
"version": 1
|
|
109
|
-
},
|
|
110
|
-
"userdoc": {
|
|
111
|
-
"kind": "user",
|
|
112
|
-
"methods": {},
|
|
113
|
-
"version": 1
|
|
114
|
-
},
|
|
115
|
-
"storageLayout": {
|
|
116
|
-
"storage": [
|
|
117
|
-
{
|
|
118
|
-
"astId": 18988,
|
|
119
|
-
"contract": "contracts/uln/uln301/NonceContract.sol:NonceContract",
|
|
120
|
-
"label": "outboundNonce",
|
|
121
|
-
"offset": 0,
|
|
122
|
-
"slot": "0",
|
|
123
|
-
"type": "t_mapping(t_uint16,t_mapping(t_bytes_memory_ptr,t_uint64))"
|
|
124
|
-
}
|
|
125
|
-
],
|
|
126
|
-
"types": {
|
|
127
|
-
"t_bytes_memory_ptr": {
|
|
128
|
-
"encoding": "bytes",
|
|
129
|
-
"label": "bytes",
|
|
130
|
-
"numberOfBytes": "32"
|
|
131
|
-
},
|
|
132
|
-
"t_mapping(t_bytes_memory_ptr,t_uint64)": {
|
|
133
|
-
"encoding": "mapping",
|
|
134
|
-
"key": "t_bytes_memory_ptr",
|
|
135
|
-
"label": "mapping(bytes => uint64)",
|
|
136
|
-
"numberOfBytes": "32",
|
|
137
|
-
"value": "t_uint64"
|
|
138
|
-
},
|
|
139
|
-
"t_mapping(t_uint16,t_mapping(t_bytes_memory_ptr,t_uint64))": {
|
|
140
|
-
"encoding": "mapping",
|
|
141
|
-
"key": "t_uint16",
|
|
142
|
-
"label": "mapping(uint16 => mapping(bytes => uint64))",
|
|
143
|
-
"numberOfBytes": "32",
|
|
144
|
-
"value": "t_mapping(t_bytes_memory_ptr,t_uint64)"
|
|
145
|
-
},
|
|
146
|
-
"t_uint16": {
|
|
147
|
-
"encoding": "inplace",
|
|
148
|
-
"label": "uint16",
|
|
149
|
-
"numberOfBytes": "2"
|
|
150
|
-
},
|
|
151
|
-
"t_uint64": {
|
|
152
|
-
"encoding": "inplace",
|
|
153
|
-
"label": "uint64",
|
|
154
|
-
"numberOfBytes": "8"
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
}
|