@layerzerolabs/lz-evm-sdk-v2 3.1.1 → 3.1.3

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.
Files changed (74) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/deployments/{zksync-sandbox-local → adi-mainnet}/DVN.json +2 -2
  3. package/deployments/{zksync-sandbox-local → adi-mainnet}/DVNFeeLib.json +2 -2
  4. package/deployments/adi-mainnet/DeadDVN.json +159 -0
  5. package/deployments/adi-mainnet/DefaultProxyAdmin.json +166 -0
  6. package/deployments/{zksync-sandbox-local → adi-mainnet}/EndpointV2.json +2 -2
  7. package/deployments/{zksync-sandbox-local → adi-mainnet}/EndpointV2View.json +2 -20
  8. package/deployments/{zksync-sandbox-local → adi-mainnet}/EndpointV2View_Implementation.json +2 -2
  9. package/deployments/{zksync-sandbox-local → adi-mainnet}/EndpointV2View_Proxy.json +2 -20
  10. package/deployments/{zksync-sandbox-local → adi-mainnet}/Executor.json +2 -20
  11. package/deployments/{zksync-sandbox-local → adi-mainnet}/ExecutorFeeLib.json +2 -2
  12. package/deployments/{zksync-sandbox-local → adi-mainnet}/ExecutorProxyAdmin.json +2 -2
  13. package/deployments/{zksync-sandbox-local → adi-mainnet}/Executor_Implementation.json +2 -2
  14. package/deployments/{zksync-sandbox-local → adi-mainnet}/Executor_Proxy.json +2 -20
  15. package/deployments/{zksync-sandbox-local → adi-mainnet}/LzExecutor.json +2 -20
  16. package/deployments/{zksync-sandbox-local → adi-mainnet}/LzExecutor_Implementation.json +2 -2
  17. package/deployments/{zksync-sandbox-local → adi-mainnet}/LzExecutor_Proxy.json +2 -20
  18. package/deployments/{zksync-sandbox-local → adi-mainnet}/MultiCall.json +2 -2
  19. package/deployments/{zksync-sandbox-local → adi-mainnet}/PriceFeed.json +2 -20
  20. package/deployments/{zksync-sandbox-local → adi-mainnet}/PriceFeedProxyAdmin.json +2 -2
  21. package/deployments/{zksync-sandbox-local → adi-mainnet}/PriceFeed_Implementation.json +2 -2
  22. package/deployments/{zksync-sandbox-local → adi-mainnet}/PriceFeed_Proxy.json +2 -20
  23. package/deployments/{zksync-sandbox-local → adi-mainnet}/ReceiveUln301.json +2 -2
  24. package/deployments/{zksync-sandbox-local → adi-mainnet}/ReceiveUln301View.json +2 -20
  25. package/deployments/{zksync-sandbox-local → adi-mainnet}/ReceiveUln301View_Implementation.json +2 -2
  26. package/deployments/{zksync-sandbox-local → adi-mainnet}/ReceiveUln301View_Proxy.json +2 -20
  27. package/deployments/{zksync-sandbox-local → adi-mainnet}/ReceiveUln302.json +2 -2
  28. package/deployments/{zksync-sandbox-local → adi-mainnet}/ReceiveUln302View.json +2 -20
  29. package/deployments/{zksync-sandbox-local → adi-mainnet}/ReceiveUln302View_Implementation.json +2 -2
  30. package/deployments/{zksync-sandbox-local → adi-mainnet}/ReceiveUln302View_Proxy.json +2 -20
  31. package/deployments/{zksync-sandbox-local → adi-mainnet}/SendUln301.json +2 -2
  32. package/deployments/{zksync-sandbox-local → adi-mainnet}/SendUln302.json +2 -2
  33. package/deployments/{zksync-sandbox-local → adi-mainnet}/Treasury.json +2 -2
  34. package/deployments/{zksync-sandbox-local → adi-mainnet}/TreasuryFeeHandler.json +2 -2
  35. package/deployments/arbsep-testnet/EndpointV2.json +0 -1
  36. package/deployments/arc-mainnet/DVN.json +1504 -0
  37. package/deployments/arc-mainnet/DVNFeeLib.json +690 -0
  38. package/deployments/arc-mainnet/DeadDVN.json +159 -0
  39. package/deployments/arc-mainnet/DefaultProxyAdmin.json +166 -0
  40. package/deployments/arc-mainnet/EndpointV2.json +2356 -0
  41. package/deployments/arc-mainnet/EndpointV2View.json +335 -0
  42. package/deployments/arc-mainnet/EndpointV2View_Implementation.json +204 -0
  43. package/deployments/arc-mainnet/EndpointV2View_Proxy.json +137 -0
  44. package/deployments/arc-mainnet/Executor.json +1476 -0
  45. package/deployments/arc-mainnet/ExecutorFeeLib.json +541 -0
  46. package/deployments/{zksync-sandbox-local/ReadLib1002ViewProxyAdmin.json → arc-mainnet/ExecutorProxyAdmin.json} +2 -2
  47. package/deployments/arc-mainnet/Executor_Implementation.json +1345 -0
  48. package/deployments/arc-mainnet/Executor_Proxy.json +137 -0
  49. package/deployments/{zksync-sandbox-local/SimpleMessageLib.json → arc-mainnet/LzExecutor.json} +340 -285
  50. package/deployments/arc-mainnet/LzExecutor_Implementation.json +510 -0
  51. package/deployments/arc-mainnet/LzExecutor_Proxy.json +137 -0
  52. package/deployments/arc-mainnet/MultiCall.json +115 -0
  53. package/deployments/arc-mainnet/PriceFeed.json +820 -0
  54. package/deployments/arc-mainnet/PriceFeedProxyAdmin.json +176 -0
  55. package/deployments/arc-mainnet/PriceFeed_Implementation.json +689 -0
  56. package/deployments/arc-mainnet/PriceFeed_Proxy.json +137 -0
  57. package/deployments/arc-mainnet/ReceiveUln301.json +995 -0
  58. package/deployments/arc-mainnet/ReceiveUln301View.json +252 -0
  59. package/deployments/arc-mainnet/ReceiveUln301View_Implementation.json +121 -0
  60. package/deployments/arc-mainnet/ReceiveUln301View_Proxy.json +137 -0
  61. package/deployments/arc-mainnet/ReceiveUln302.json +752 -0
  62. package/deployments/{zksync-sandbox-local/ReadLib1002View.json → arc-mainnet/ReceiveUln302View.json} +7 -59
  63. package/deployments/{zksync-sandbox-local/ReadLib1002View_Implementation.json → arc-mainnet/ReceiveUln302View_Implementation.json} +7 -41
  64. package/deployments/arc-mainnet/ReceiveUln302View_Proxy.json +137 -0
  65. package/deployments/arc-mainnet/SendUln301.json +1273 -0
  66. package/deployments/{zksync-sandbox-local/ReadLib1002.json → arc-mainnet/SendUln302.json} +242 -271
  67. package/deployments/{zksync-sandbox-local/DVNDecompressor.json → arc-mainnet/Treasury.json} +150 -170
  68. package/deployments/arc-mainnet/TreasuryFeeHandler.json +89 -0
  69. package/deployments/bsc-mainnet/EndpointV2.json +0 -1
  70. package/deployments/klaytn-mainnet/EndpointV2.json +0 -1
  71. package/package.json +1 -1
  72. package/deployments/zksync-sandbox-local/ExecutorDecompressor.json +0 -215
  73. package/deployments/zksync-sandbox-local/NonceContractMock.json +0 -88
  74. package/deployments/zksync-sandbox-local/ReadLib1002View_Proxy.json +0 -155
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @layerzerolabs/lz-evm-sdk-v2
2
2
 
3
+ ## 3.1.3
4
+
5
+ ### Minor Changes
6
+
7
+ - arc-mainnet
8
+
9
+ ## 3.1.2
10
+
11
+ ### Minor Changes
12
+
13
+ - adi-mainnet
14
+
3
15
  ## 3.1.0
4
16
 
5
17
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0xF4aeFf6e22675F360a89E8DCe08E46c71d74855D",
3
- "transactionHash": "0x0653cfceb2e77c8f9431eca75efde4e299ef4e1a44d7962c06f460e911816708",
2
+ "address": "0x282b3386571f7f794450d5789911a9804FA346b4",
3
+ "transactionHash": "0x46055f0cfb65e33f7e4514cd0aacd0ec88492ddaf3b3480dbc7bc7f63ab4894f",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0xF198c9C865d7eC7De91E3158b751df3333f8fE72",
3
- "transactionHash": "0x3277266e49f48bf8f57eca356f547083eb108da3bbfeae497063dec88c9b8306",
2
+ "address": "0xce8358bc28dd8296Ce8cAF1CD2b44787abd65887",
3
+ "transactionHash": "0x50c39f2d8285fba2ac6916f33d3d731166c479ca79ce58c7967f70926f9ae7b4",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -0,0 +1,159 @@
1
+ {
2
+ "address": "0x6788f52439ACA6BFF597d3eeC2DC9a44B8FEE842",
3
+ "transactionHash": "0x3c44528f16496ac824c0ebd9e662b7da2760b1757c2e4d5afc9a759d20edd6c4",
4
+ "abi": [
5
+ {
6
+ "inputs": [
7
+ {
8
+ "components": [
9
+ {
10
+ "internalType": "uint32",
11
+ "name": "dstEid",
12
+ "type": "uint32"
13
+ },
14
+ {
15
+ "internalType": "bytes",
16
+ "name": "packetHeader",
17
+ "type": "bytes"
18
+ },
19
+ {
20
+ "internalType": "bytes32",
21
+ "name": "payloadHash",
22
+ "type": "bytes32"
23
+ },
24
+ {
25
+ "internalType": "uint64",
26
+ "name": "confirmations",
27
+ "type": "uint64"
28
+ },
29
+ {
30
+ "internalType": "address",
31
+ "name": "sender",
32
+ "type": "address"
33
+ }
34
+ ],
35
+ "internalType": "struct ILayerZeroDVN.AssignJobParam",
36
+ "name": "",
37
+ "type": "tuple"
38
+ },
39
+ {
40
+ "internalType": "bytes",
41
+ "name": "",
42
+ "type": "bytes"
43
+ }
44
+ ],
45
+ "name": "assignJob",
46
+ "outputs": [
47
+ {
48
+ "internalType": "uint256",
49
+ "name": "",
50
+ "type": "uint256"
51
+ }
52
+ ],
53
+ "stateMutability": "payable",
54
+ "type": "function"
55
+ },
56
+ {
57
+ "inputs": [
58
+ {
59
+ "internalType": "uint16",
60
+ "name": "",
61
+ "type": "uint16"
62
+ },
63
+ {
64
+ "internalType": "uint16",
65
+ "name": "",
66
+ "type": "uint16"
67
+ },
68
+ {
69
+ "internalType": "uint64",
70
+ "name": "",
71
+ "type": "uint64"
72
+ },
73
+ {
74
+ "internalType": "address",
75
+ "name": "",
76
+ "type": "address"
77
+ }
78
+ ],
79
+ "name": "assignJob",
80
+ "outputs": [
81
+ {
82
+ "internalType": "uint256",
83
+ "name": "",
84
+ "type": "uint256"
85
+ }
86
+ ],
87
+ "stateMutability": "pure",
88
+ "type": "function"
89
+ },
90
+ {
91
+ "inputs": [
92
+ {
93
+ "internalType": "uint32",
94
+ "name": "",
95
+ "type": "uint32"
96
+ },
97
+ {
98
+ "internalType": "uint64",
99
+ "name": "",
100
+ "type": "uint64"
101
+ },
102
+ {
103
+ "internalType": "address",
104
+ "name": "",
105
+ "type": "address"
106
+ },
107
+ {
108
+ "internalType": "bytes",
109
+ "name": "",
110
+ "type": "bytes"
111
+ }
112
+ ],
113
+ "name": "getFee",
114
+ "outputs": [
115
+ {
116
+ "internalType": "uint256",
117
+ "name": "",
118
+ "type": "uint256"
119
+ }
120
+ ],
121
+ "stateMutability": "pure",
122
+ "type": "function"
123
+ },
124
+ {
125
+ "inputs": [
126
+ {
127
+ "internalType": "uint16",
128
+ "name": "",
129
+ "type": "uint16"
130
+ },
131
+ {
132
+ "internalType": "uint16",
133
+ "name": "",
134
+ "type": "uint16"
135
+ },
136
+ {
137
+ "internalType": "uint64",
138
+ "name": "",
139
+ "type": "uint64"
140
+ },
141
+ {
142
+ "internalType": "address",
143
+ "name": "",
144
+ "type": "address"
145
+ }
146
+ ],
147
+ "name": "getFee",
148
+ "outputs": [
149
+ {
150
+ "internalType": "uint256",
151
+ "name": "",
152
+ "type": "uint256"
153
+ }
154
+ ],
155
+ "stateMutability": "pure",
156
+ "type": "function"
157
+ }
158
+ ]
159
+ }
@@ -0,0 +1,166 @@
1
+ {
2
+ "address": "0xcb566e3B6934Fa77258d68ea18E931fa75e1aaAa",
3
+ "transactionHash": "0xf9140cabba585a78f243dfdf894528757ff93bcd140f90a39e26c423a3eba015",
4
+ "abi": [
5
+ {
6
+ "inputs": [
7
+ {
8
+ "internalType": "address",
9
+ "name": "initialOwner",
10
+ "type": "address"
11
+ }
12
+ ],
13
+ "stateMutability": "nonpayable",
14
+ "type": "constructor"
15
+ },
16
+ {
17
+ "anonymous": false,
18
+ "inputs": [
19
+ {
20
+ "indexed": true,
21
+ "internalType": "address",
22
+ "name": "previousOwner",
23
+ "type": "address"
24
+ },
25
+ {
26
+ "indexed": true,
27
+ "internalType": "address",
28
+ "name": "newOwner",
29
+ "type": "address"
30
+ }
31
+ ],
32
+ "name": "OwnershipTransferred",
33
+ "type": "event"
34
+ },
35
+ {
36
+ "inputs": [
37
+ {
38
+ "internalType": "contract TransparentUpgradeableProxy",
39
+ "name": "proxy",
40
+ "type": "address"
41
+ },
42
+ {
43
+ "internalType": "address",
44
+ "name": "newAdmin",
45
+ "type": "address"
46
+ }
47
+ ],
48
+ "name": "changeProxyAdmin",
49
+ "outputs": [],
50
+ "stateMutability": "nonpayable",
51
+ "type": "function"
52
+ },
53
+ {
54
+ "inputs": [
55
+ {
56
+ "internalType": "contract TransparentUpgradeableProxy",
57
+ "name": "proxy",
58
+ "type": "address"
59
+ }
60
+ ],
61
+ "name": "getProxyAdmin",
62
+ "outputs": [
63
+ {
64
+ "internalType": "address",
65
+ "name": "",
66
+ "type": "address"
67
+ }
68
+ ],
69
+ "stateMutability": "view",
70
+ "type": "function"
71
+ },
72
+ {
73
+ "inputs": [
74
+ {
75
+ "internalType": "contract TransparentUpgradeableProxy",
76
+ "name": "proxy",
77
+ "type": "address"
78
+ }
79
+ ],
80
+ "name": "getProxyImplementation",
81
+ "outputs": [
82
+ {
83
+ "internalType": "address",
84
+ "name": "",
85
+ "type": "address"
86
+ }
87
+ ],
88
+ "stateMutability": "view",
89
+ "type": "function"
90
+ },
91
+ {
92
+ "inputs": [],
93
+ "name": "owner",
94
+ "outputs": [
95
+ {
96
+ "internalType": "address",
97
+ "name": "",
98
+ "type": "address"
99
+ }
100
+ ],
101
+ "stateMutability": "view",
102
+ "type": "function"
103
+ },
104
+ {
105
+ "inputs": [],
106
+ "name": "renounceOwnership",
107
+ "outputs": [],
108
+ "stateMutability": "nonpayable",
109
+ "type": "function"
110
+ },
111
+ {
112
+ "inputs": [
113
+ {
114
+ "internalType": "address",
115
+ "name": "newOwner",
116
+ "type": "address"
117
+ }
118
+ ],
119
+ "name": "transferOwnership",
120
+ "outputs": [],
121
+ "stateMutability": "nonpayable",
122
+ "type": "function"
123
+ },
124
+ {
125
+ "inputs": [
126
+ {
127
+ "internalType": "contract TransparentUpgradeableProxy",
128
+ "name": "proxy",
129
+ "type": "address"
130
+ },
131
+ {
132
+ "internalType": "address",
133
+ "name": "implementation",
134
+ "type": "address"
135
+ }
136
+ ],
137
+ "name": "upgrade",
138
+ "outputs": [],
139
+ "stateMutability": "nonpayable",
140
+ "type": "function"
141
+ },
142
+ {
143
+ "inputs": [
144
+ {
145
+ "internalType": "contract TransparentUpgradeableProxy",
146
+ "name": "proxy",
147
+ "type": "address"
148
+ },
149
+ {
150
+ "internalType": "address",
151
+ "name": "implementation",
152
+ "type": "address"
153
+ },
154
+ {
155
+ "internalType": "bytes",
156
+ "name": "data",
157
+ "type": "bytes"
158
+ }
159
+ ],
160
+ "name": "upgradeAndCall",
161
+ "outputs": [],
162
+ "stateMutability": "payable",
163
+ "type": "function"
164
+ }
165
+ ]
166
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x84Cdba7446AabCdc99ca84c6A83AC914d63e6669",
3
- "transactionHash": "0xebb260c472931fd4f32dfd8328e25b74f21c0a62ed6cab57ccb88fef0557634c",
2
+ "address": "0x6F475642a6e85809B1c36Fa62763669b1b48DD5B",
3
+ "transactionHash": "0xbc6da0b954464c92b755a6e3502c52381d8215b62d8d3eef0fa3503f34c82fdf",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,12 +1,7 @@
1
1
  {
2
- "address": "0xA58a1cAecA12d09165B52D4C1a77295a4fc086A0",
3
- "transactionHash": "0x17eb1dea2a204ed110483908b27df3d5d8ef362d80ce84a6fa77e95324f1395c",
2
+ "address": "0xAaB5A48CFC03Efa9cC34A2C1aAcCCB84b4b770e4",
3
+ "transactionHash": "0xd1c51bc0fd189239154dda9a028a057378f45c5392c7c429dc0d98481fbe1280",
4
4
  "abi": [
5
- {
6
- "inputs": [],
7
- "name": "AdminAccessDenied",
8
- "type": "error"
9
- },
10
5
  {
11
6
  "anonymous": false,
12
7
  "inputs": [
@@ -69,19 +64,6 @@
69
64
  "stateMutability": "nonpayable",
70
65
  "type": "function"
71
66
  },
72
- {
73
- "inputs": [
74
- {
75
- "internalType": "address",
76
- "name": "newAdmin",
77
- "type": "address"
78
- }
79
- ],
80
- "name": "changeAdmin",
81
- "outputs": [],
82
- "stateMutability": "nonpayable",
83
- "type": "function"
84
- },
85
67
  {
86
68
  "inputs": [],
87
69
  "name": "implementation",
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x44fA7A445D4FcE773314EdA64F4243ca8A3E6A53",
3
- "transactionHash": "0x17fe0acca28996b9208bedac0f96bea23e89863dce7d65bcb0a0d0c49caa7973",
2
+ "address": "0x3A73033C0b1407574C76BdBAc67f126f6b4a9AA9",
3
+ "transactionHash": "0xa819c2d9a7041981f93dfa5493b8cb02182afb886c4d5593d7ff648eaef58cfe",
4
4
  "abi": [
5
5
  {
6
6
  "anonymous": false,
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0xA58a1cAecA12d09165B52D4C1a77295a4fc086A0",
3
- "transactionHash": "0x17eb1dea2a204ed110483908b27df3d5d8ef362d80ce84a6fa77e95324f1395c",
2
+ "address": "0xAaB5A48CFC03Efa9cC34A2C1aAcCCB84b4b770e4",
3
+ "transactionHash": "0xd1c51bc0fd189239154dda9a028a057378f45c5392c7c429dc0d98481fbe1280",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -23,11 +23,6 @@
23
23
  "stateMutability": "payable",
24
24
  "type": "constructor"
25
25
  },
26
- {
27
- "inputs": [],
28
- "name": "AdminAccessDenied",
29
- "type": "error"
30
- },
31
26
  {
32
27
  "anonymous": false,
33
28
  "inputs": [
@@ -90,19 +85,6 @@
90
85
  "stateMutability": "nonpayable",
91
86
  "type": "function"
92
87
  },
93
- {
94
- "inputs": [
95
- {
96
- "internalType": "address",
97
- "name": "newAdmin",
98
- "type": "address"
99
- }
100
- ],
101
- "name": "changeAdmin",
102
- "outputs": [],
103
- "stateMutability": "nonpayable",
104
- "type": "function"
105
- },
106
88
  {
107
89
  "inputs": [],
108
90
  "name": "implementation",
@@ -1,12 +1,7 @@
1
1
  {
2
- "address": "0x78bE7547677d09F343981C91b733A125635b6117",
3
- "transactionHash": "0x006b2e39fdd8ed5aa11bd32c7f7c0d1453032ecaa2e15dbd533a0666e361312e",
2
+ "address": "0x4208D6E27538189bB48E603D6123A94b8Abe0A0b",
3
+ "transactionHash": "0x5aca475297f83244b4431eeea1114ed949ffd57ab1565e2eb73b252f9324db27",
4
4
  "abi": [
5
- {
6
- "inputs": [],
7
- "name": "AdminAccessDenied",
8
- "type": "error"
9
- },
10
5
  {
11
6
  "anonymous": false,
12
7
  "inputs": [
@@ -69,19 +64,6 @@
69
64
  "stateMutability": "nonpayable",
70
65
  "type": "function"
71
66
  },
72
- {
73
- "inputs": [
74
- {
75
- "internalType": "address",
76
- "name": "newAdmin",
77
- "type": "address"
78
- }
79
- ],
80
- "name": "changeAdmin",
81
- "outputs": [],
82
- "stateMutability": "nonpayable",
83
- "type": "function"
84
- },
85
67
  {
86
68
  "inputs": [],
87
69
  "name": "implementation",
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x74Cc23f00D3062BaCbF4fe5C5bA81D285a0E0110",
3
- "transactionHash": "0xc2a0fed6f9f55942c6d3b296a5c198af85d3394d0fdd55289239436543c20e19",
2
+ "address": "0xc097ab8CD7b053326DFe9fB3E3a31a0CCe3B526f",
3
+ "transactionHash": "0x3eb83b406a9bf9a29c34a51e704e58ded1832539160cd467ce82b2a2f02f3fd6",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0xe2e5C6145528D33E6E000D9Fa399A6E813bb9da7",
3
- "transactionHash": "0x47413d397043078848da58fadabc46eab03b9b8e152c33791aded8b33c690a5f",
2
+ "address": "0x2367325334447C5E1E0f1b3a6fB947b262F58312",
3
+ "transactionHash": "0xc8d2c536ae5d5a6504b05d89faafd37986a9c70aed976f0b36756481f53b0c2e",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x79a6d363F50ee6a6F3eaecC4774E63eb1CfAC884",
3
- "transactionHash": "0x8f31cd725bd5795ceb72810a93a73a726eaf8ca879f97175cb60897099bf8ad2",
2
+ "address": "0xcCE466a522984415bC91338c232d98869193D46e",
3
+ "transactionHash": "0xa3dc8c2566a43a69f9726e341bcf72f0dab78f69487a03e4daa854a6c07f0764",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x78bE7547677d09F343981C91b733A125635b6117",
3
- "transactionHash": "0x006b2e39fdd8ed5aa11bd32c7f7c0d1453032ecaa2e15dbd533a0666e361312e",
2
+ "address": "0x4208D6E27538189bB48E603D6123A94b8Abe0A0b",
3
+ "transactionHash": "0x5aca475297f83244b4431eeea1114ed949ffd57ab1565e2eb73b252f9324db27",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -23,11 +23,6 @@
23
23
  "stateMutability": "payable",
24
24
  "type": "constructor"
25
25
  },
26
- {
27
- "inputs": [],
28
- "name": "AdminAccessDenied",
29
- "type": "error"
30
- },
31
26
  {
32
27
  "anonymous": false,
33
28
  "inputs": [
@@ -90,19 +85,6 @@
90
85
  "stateMutability": "nonpayable",
91
86
  "type": "function"
92
87
  },
93
- {
94
- "inputs": [
95
- {
96
- "internalType": "address",
97
- "name": "newAdmin",
98
- "type": "address"
99
- }
100
- ],
101
- "name": "changeAdmin",
102
- "outputs": [],
103
- "stateMutability": "nonpayable",
104
- "type": "function"
105
- },
106
88
  {
107
89
  "inputs": [],
108
90
  "name": "implementation",
@@ -1,12 +1,7 @@
1
1
  {
2
- "address": "0x5640c1F95f2F895B5349c9490e89d3ae4Cf9a0fA",
3
- "transactionHash": "0xe394b9027cc42763e7bd3e225f8eeab5539ccc8facc1ef17d52275146b5328a5",
2
+ "address": "0x41Bdb4aa4A63a5b2Efc531858d3118392B1A1C3d",
3
+ "transactionHash": "0x464c81a0659933b91b4bc1365ee7cdca2aee3cf1b6166351d697641170085964",
4
4
  "abi": [
5
- {
6
- "inputs": [],
7
- "name": "AdminAccessDenied",
8
- "type": "error"
9
- },
10
5
  {
11
6
  "anonymous": false,
12
7
  "inputs": [
@@ -69,19 +64,6 @@
69
64
  "stateMutability": "nonpayable",
70
65
  "type": "function"
71
66
  },
72
- {
73
- "inputs": [
74
- {
75
- "internalType": "address",
76
- "name": "newAdmin",
77
- "type": "address"
78
- }
79
- ],
80
- "name": "changeAdmin",
81
- "outputs": [],
82
- "stateMutability": "nonpayable",
83
- "type": "function"
84
- },
85
67
  {
86
68
  "inputs": [],
87
69
  "name": "implementation",
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x57d6F7a93D422E23f1e885c99C61bDc905582F54",
3
- "transactionHash": "0x051418c6bc93a42897fe2984f12796681d9c823fb3eebaf921197a9c0a5913ae",
2
+ "address": "0xa20DB4Ffe74A31D17fc24BD32a7DD7555441058e",
3
+ "transactionHash": "0x57c4e0b5a1ac9b9393a47a799b9a9aa0b81de8386286fd7a1d66d9740ddc8ed3",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [],
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x5640c1F95f2F895B5349c9490e89d3ae4Cf9a0fA",
3
- "transactionHash": "0xe394b9027cc42763e7bd3e225f8eeab5539ccc8facc1ef17d52275146b5328a5",
2
+ "address": "0x41Bdb4aa4A63a5b2Efc531858d3118392B1A1C3d",
3
+ "transactionHash": "0x464c81a0659933b91b4bc1365ee7cdca2aee3cf1b6166351d697641170085964",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -23,11 +23,6 @@
23
23
  "stateMutability": "payable",
24
24
  "type": "constructor"
25
25
  },
26
- {
27
- "inputs": [],
28
- "name": "AdminAccessDenied",
29
- "type": "error"
30
- },
31
26
  {
32
27
  "anonymous": false,
33
28
  "inputs": [
@@ -90,19 +85,6 @@
90
85
  "stateMutability": "nonpayable",
91
86
  "type": "function"
92
87
  },
93
- {
94
- "inputs": [
95
- {
96
- "internalType": "address",
97
- "name": "newAdmin",
98
- "type": "address"
99
- }
100
- ],
101
- "name": "changeAdmin",
102
- "outputs": [],
103
- "stateMutability": "nonpayable",
104
- "type": "function"
105
- },
106
88
  {
107
89
  "inputs": [],
108
90
  "name": "implementation",
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x27Ddb7ADb7Cf2158419a957443E5E5E4FC7eBadE",
3
- "transactionHash": "0xb30fa3e48f6c6e54e0e947ce326d75922a18db06ebaae1c8190f8d3df7c4c817",
2
+ "address": "0x9C061c9A4782294eeF65ef28Cb88233A987F4bdD",
3
+ "transactionHash": "0x2794a74763444d1b6a25052ee306c05044b0b1e1401313574cdc5d98ce8dd430",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [