@layerzerolabs/lz-evm-sdk-v2 3.0.78 → 3.0.80

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 (226) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/deployments/arbitrum-sandbox-local/DVN.json +1 -1
  3. package/deployments/arbitrum-sandbox-local/DVNDecompressor.json +1 -1
  4. package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +1 -1
  5. package/deployments/arbitrum-sandbox-local/DefaultProxyAdmin.json +1 -1
  6. package/deployments/arbitrum-sandbox-local/EndpointV2.json +1 -1
  7. package/deployments/arbitrum-sandbox-local/EndpointV2View.json +1 -1
  8. package/deployments/arbitrum-sandbox-local/EndpointV2View_Implementation.json +1 -1
  9. package/deployments/arbitrum-sandbox-local/EndpointV2View_Proxy.json +1 -1
  10. package/deployments/arbitrum-sandbox-local/Executor.json +1 -1
  11. package/deployments/arbitrum-sandbox-local/ExecutorDecompressor.json +1 -1
  12. package/deployments/arbitrum-sandbox-local/ExecutorFeeLib.json +1 -1
  13. package/deployments/arbitrum-sandbox-local/ExecutorProxyAdmin.json +1 -1
  14. package/deployments/arbitrum-sandbox-local/Executor_Implementation.json +1 -1
  15. package/deployments/arbitrum-sandbox-local/Executor_Proxy.json +1 -1
  16. package/deployments/arbitrum-sandbox-local/LzExecutor.json +1 -1
  17. package/deployments/arbitrum-sandbox-local/LzExecutor_Implementation.json +1 -1
  18. package/deployments/arbitrum-sandbox-local/LzExecutor_Proxy.json +1 -1
  19. package/deployments/arbitrum-sandbox-local/MultiCall.json +1 -1
  20. package/deployments/arbitrum-sandbox-local/NonceContractMock.json +1 -1
  21. package/deployments/arbitrum-sandbox-local/PriceFeed.json +1 -1
  22. package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +1 -1
  23. package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +1 -1
  24. package/deployments/arbitrum-sandbox-local/PriceFeed_Proxy.json +1 -1
  25. package/deployments/arbitrum-sandbox-local/ReadLib1002.json +1 -1
  26. package/deployments/arbitrum-sandbox-local/ReadLib1002View.json +1 -1
  27. package/deployments/arbitrum-sandbox-local/ReadLib1002ViewProxyAdmin.json +1 -1
  28. package/deployments/arbitrum-sandbox-local/ReadLib1002View_Implementation.json +1 -1
  29. package/deployments/arbitrum-sandbox-local/ReadLib1002View_Proxy.json +1 -1
  30. package/deployments/arbitrum-sandbox-local/ReceiveUln301.json +1 -1
  31. package/deployments/arbitrum-sandbox-local/ReceiveUln301View.json +1 -1
  32. package/deployments/arbitrum-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
  33. package/deployments/arbitrum-sandbox-local/ReceiveUln301View_Proxy.json +1 -1
  34. package/deployments/arbitrum-sandbox-local/ReceiveUln302.json +1 -1
  35. package/deployments/arbitrum-sandbox-local/ReceiveUln302View.json +1 -1
  36. package/deployments/arbitrum-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
  37. package/deployments/arbitrum-sandbox-local/ReceiveUln302View_Proxy.json +1 -1
  38. package/deployments/arbitrum-sandbox-local/SendUln301.json +1 -1
  39. package/deployments/arbitrum-sandbox-local/SendUln302.json +1 -1
  40. package/deployments/arbitrum-sandbox-local/SimpleMessageLib.json +1 -1
  41. package/deployments/arbitrum-sandbox-local/Treasury.json +1 -1
  42. package/deployments/arbitrum-sandbox-local/TreasuryFeeHandler.json +1 -1
  43. package/deployments/bepolia-testnet/DVN.json +1504 -0
  44. package/deployments/bepolia-testnet/DVNFeeLib.json +690 -0
  45. package/deployments/bepolia-testnet/DeadDVN.json +159 -0
  46. package/deployments/bepolia-testnet/DefaultProxyAdmin.json +166 -0
  47. package/deployments/bepolia-testnet/EndpointV2.json +2356 -0
  48. package/deployments/bepolia-testnet/EndpointV2View.json +335 -0
  49. package/deployments/bepolia-testnet/EndpointV2View_Implementation.json +204 -0
  50. package/deployments/bepolia-testnet/EndpointV2View_Proxy.json +137 -0
  51. package/deployments/bepolia-testnet/Executor.json +1450 -0
  52. package/deployments/bepolia-testnet/ExecutorFeeLib.json +541 -0
  53. package/deployments/bepolia-testnet/ExecutorProxyAdmin.json +176 -0
  54. package/deployments/bepolia-testnet/Executor_Implementation.json +1319 -0
  55. package/deployments/bepolia-testnet/Executor_Proxy.json +137 -0
  56. package/deployments/bepolia-testnet/LzExecutor.json +641 -0
  57. package/deployments/bepolia-testnet/LzExecutor_Implementation.json +510 -0
  58. package/deployments/bepolia-testnet/LzExecutor_Proxy.json +137 -0
  59. package/deployments/bepolia-testnet/MultiCall.json +115 -0
  60. package/deployments/bepolia-testnet/PriceFeed.json +820 -0
  61. package/deployments/bepolia-testnet/PriceFeedProxyAdmin.json +176 -0
  62. package/deployments/bepolia-testnet/PriceFeed_Implementation.json +689 -0
  63. package/deployments/bepolia-testnet/PriceFeed_Proxy.json +137 -0
  64. package/deployments/bepolia-testnet/ReceiveUln301.json +995 -0
  65. package/deployments/bepolia-testnet/ReceiveUln301View.json +252 -0
  66. package/deployments/bepolia-testnet/ReceiveUln301View_Implementation.json +121 -0
  67. package/deployments/bepolia-testnet/ReceiveUln301View_Proxy.json +137 -0
  68. package/deployments/bepolia-testnet/ReceiveUln302.json +752 -0
  69. package/deployments/bepolia-testnet/ReceiveUln302View.json +377 -0
  70. package/deployments/bepolia-testnet/ReceiveUln302View_Implementation.json +246 -0
  71. package/deployments/bepolia-testnet/ReceiveUln302View_Proxy.json +137 -0
  72. package/deployments/bepolia-testnet/SendUln301.json +1273 -0
  73. package/deployments/bepolia-testnet/SendUln302.json +1254 -0
  74. package/deployments/bepolia-testnet/Treasury.json +304 -0
  75. package/deployments/bepolia-testnet/TreasuryFeeHandler.json +89 -0
  76. package/deployments/bera-mainnet/ReadLib1002.json +1283 -0
  77. package/deployments/bera-mainnet/ReadLib1002View.json +411 -0
  78. package/deployments/bera-mainnet/ReadLib1002ViewProxyAdmin.json +176 -0
  79. package/deployments/bera-mainnet/ReadLib1002View_Implementation.json +280 -0
  80. package/deployments/bera-mainnet/ReadLib1002View_Proxy.json +137 -0
  81. package/deployments/blast-mainnet/ReadLib1002.json +1283 -0
  82. package/deployments/blast-mainnet/ReadLib1002View.json +411 -0
  83. package/deployments/blast-mainnet/ReadLib1002ViewProxyAdmin.json +176 -0
  84. package/deployments/blast-mainnet/ReadLib1002View_Implementation.json +280 -0
  85. package/deployments/blast-mainnet/ReadLib1002View_Proxy.json +137 -0
  86. package/deployments/bsc-sandbox-local/DVN.json +1 -1
  87. package/deployments/bsc-sandbox-local/DVNDecompressor.json +1 -1
  88. package/deployments/bsc-sandbox-local/DVNFeeLib.json +1 -1
  89. package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +1 -1
  90. package/deployments/bsc-sandbox-local/EndpointV2.json +1 -1
  91. package/deployments/bsc-sandbox-local/EndpointV2View.json +1 -1
  92. package/deployments/bsc-sandbox-local/EndpointV2View_Implementation.json +1 -1
  93. package/deployments/bsc-sandbox-local/EndpointV2View_Proxy.json +1 -1
  94. package/deployments/bsc-sandbox-local/Executor.json +1 -1
  95. package/deployments/bsc-sandbox-local/ExecutorDecompressor.json +1 -1
  96. package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +1 -1
  97. package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +1 -1
  98. package/deployments/bsc-sandbox-local/Executor_Implementation.json +1 -1
  99. package/deployments/bsc-sandbox-local/Executor_Proxy.json +1 -1
  100. package/deployments/bsc-sandbox-local/LzExecutor.json +1 -1
  101. package/deployments/bsc-sandbox-local/LzExecutor_Implementation.json +1 -1
  102. package/deployments/bsc-sandbox-local/LzExecutor_Proxy.json +1 -1
  103. package/deployments/bsc-sandbox-local/MultiCall.json +1 -1
  104. package/deployments/bsc-sandbox-local/NonceContractMock.json +1 -1
  105. package/deployments/bsc-sandbox-local/PriceFeed.json +1 -1
  106. package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +1 -1
  107. package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +1 -1
  108. package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +1 -1
  109. package/deployments/bsc-sandbox-local/ReadLib1002.json +1 -1
  110. package/deployments/bsc-sandbox-local/ReadLib1002View.json +1 -1
  111. package/deployments/bsc-sandbox-local/ReadLib1002ViewProxyAdmin.json +1 -1
  112. package/deployments/bsc-sandbox-local/ReadLib1002View_Implementation.json +1 -1
  113. package/deployments/bsc-sandbox-local/ReadLib1002View_Proxy.json +1 -1
  114. package/deployments/bsc-sandbox-local/ReceiveUln301.json +1 -1
  115. package/deployments/bsc-sandbox-local/ReceiveUln301View.json +1 -1
  116. package/deployments/bsc-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
  117. package/deployments/bsc-sandbox-local/ReceiveUln301View_Proxy.json +1 -1
  118. package/deployments/bsc-sandbox-local/ReceiveUln302.json +1 -1
  119. package/deployments/bsc-sandbox-local/ReceiveUln302View.json +1 -1
  120. package/deployments/bsc-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
  121. package/deployments/bsc-sandbox-local/ReceiveUln302View_Proxy.json +1 -1
  122. package/deployments/bsc-sandbox-local/SendUln301.json +1 -1
  123. package/deployments/bsc-sandbox-local/SendUln302.json +1 -1
  124. package/deployments/bsc-sandbox-local/SimpleMessageLib.json +1 -1
  125. package/deployments/bsc-sandbox-local/Treasury.json +1 -1
  126. package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +1 -1
  127. package/deployments/gunz-mainnet/DVN.json +1504 -0
  128. package/deployments/gunz-mainnet/DVNFeeLib.json +690 -0
  129. package/deployments/gunz-mainnet/DeadDVN.json +159 -0
  130. package/deployments/gunz-mainnet/DefaultProxyAdmin.json +166 -0
  131. package/deployments/gunz-mainnet/EndpointV2.json +2356 -0
  132. package/deployments/gunz-mainnet/EndpointV2View.json +335 -0
  133. package/deployments/gunz-mainnet/EndpointV2View_Implementation.json +204 -0
  134. package/deployments/gunz-mainnet/EndpointV2View_Proxy.json +137 -0
  135. package/deployments/gunz-mainnet/Executor.json +1450 -0
  136. package/deployments/gunz-mainnet/ExecutorFeeLib.json +541 -0
  137. package/deployments/gunz-mainnet/ExecutorProxyAdmin.json +176 -0
  138. package/deployments/gunz-mainnet/Executor_Implementation.json +1319 -0
  139. package/deployments/gunz-mainnet/Executor_Proxy.json +137 -0
  140. package/deployments/gunz-mainnet/LzExecutor.json +641 -0
  141. package/deployments/gunz-mainnet/LzExecutor_Implementation.json +510 -0
  142. package/deployments/gunz-mainnet/LzExecutor_Proxy.json +137 -0
  143. package/deployments/gunz-mainnet/MultiCall.json +115 -0
  144. package/deployments/gunz-mainnet/PriceFeed.json +820 -0
  145. package/deployments/gunz-mainnet/PriceFeedProxyAdmin.json +176 -0
  146. package/deployments/gunz-mainnet/PriceFeed_Implementation.json +689 -0
  147. package/deployments/gunz-mainnet/PriceFeed_Proxy.json +137 -0
  148. package/deployments/gunz-mainnet/ReceiveUln301.json +995 -0
  149. package/deployments/gunz-mainnet/ReceiveUln301View.json +252 -0
  150. package/deployments/gunz-mainnet/ReceiveUln301View_Implementation.json +121 -0
  151. package/deployments/gunz-mainnet/ReceiveUln301View_Proxy.json +137 -0
  152. package/deployments/gunz-mainnet/ReceiveUln302.json +752 -0
  153. package/deployments/gunz-mainnet/ReceiveUln302View.json +377 -0
  154. package/deployments/gunz-mainnet/ReceiveUln302View_Implementation.json +246 -0
  155. package/deployments/gunz-mainnet/ReceiveUln302View_Proxy.json +137 -0
  156. package/deployments/gunz-mainnet/SendUln301.json +1273 -0
  157. package/deployments/gunz-mainnet/SendUln302.json +1254 -0
  158. package/deployments/gunz-mainnet/Treasury.json +304 -0
  159. package/deployments/gunz-mainnet/TreasuryFeeHandler.json +89 -0
  160. package/deployments/mode-mainnet/ReadLib1002.json +1283 -0
  161. package/deployments/mode-mainnet/ReadLib1002View.json +411 -0
  162. package/deployments/mode-mainnet/ReadLib1002ViewProxyAdmin.json +176 -0
  163. package/deployments/mode-mainnet/ReadLib1002View_Implementation.json +280 -0
  164. package/deployments/mode-mainnet/ReadLib1002View_Proxy.json +137 -0
  165. package/deployments/scroll-mainnet/ReadLib1002.json +1283 -0
  166. package/deployments/scroll-mainnet/ReadLib1002View.json +411 -0
  167. package/deployments/scroll-mainnet/ReadLib1002ViewProxyAdmin.json +176 -0
  168. package/deployments/scroll-mainnet/ReadLib1002View_Implementation.json +280 -0
  169. package/deployments/scroll-mainnet/ReadLib1002View_Proxy.json +137 -0
  170. package/deployments/swell-mainnet/ReadLib1002.json +1283 -0
  171. package/deployments/swell-mainnet/ReadLib1002View.json +411 -0
  172. package/deployments/swell-mainnet/ReadLib1002ViewProxyAdmin.json +176 -0
  173. package/deployments/swell-mainnet/ReadLib1002View_Implementation.json +280 -0
  174. package/deployments/swell-mainnet/ReadLib1002View_Proxy.json +137 -0
  175. package/deployments/tron-sandbox-local/DVN.json +2 -2
  176. package/deployments/tron-sandbox-local/DVNDecompressor.json +2 -2
  177. package/deployments/tron-sandbox-local/DVNFeeLib.json +2 -2
  178. package/deployments/tron-sandbox-local/DefaultProxyAdmin.json +2 -2
  179. package/deployments/tron-sandbox-local/EndpointV2.json +2 -2
  180. package/deployments/tron-sandbox-local/EndpointV2View.json +2 -2
  181. package/deployments/tron-sandbox-local/EndpointV2View_Implementation.json +2 -2
  182. package/deployments/tron-sandbox-local/EndpointV2View_Proxy.json +2 -2
  183. package/deployments/tron-sandbox-local/Executor.json +2 -2
  184. package/deployments/tron-sandbox-local/ExecutorDecompressor.json +2 -2
  185. package/deployments/tron-sandbox-local/ExecutorFeeLib.json +2 -2
  186. package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +2 -2
  187. package/deployments/tron-sandbox-local/Executor_Implementation.json +2 -2
  188. package/deployments/tron-sandbox-local/Executor_Proxy.json +2 -2
  189. package/deployments/tron-sandbox-local/LzExecutor.json +2 -2
  190. package/deployments/tron-sandbox-local/LzExecutor_Implementation.json +2 -2
  191. package/deployments/tron-sandbox-local/LzExecutor_Proxy.json +2 -2
  192. package/deployments/tron-sandbox-local/MultiCall.json +2 -2
  193. package/deployments/tron-sandbox-local/NonceContractMock.json +2 -2
  194. package/deployments/tron-sandbox-local/PriceFeed.json +2 -2
  195. package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +2 -2
  196. package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +2 -2
  197. package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +2 -2
  198. package/deployments/tron-sandbox-local/ReadLib1002.json +2 -2
  199. package/deployments/tron-sandbox-local/ReadLib1002View.json +2 -2
  200. package/deployments/tron-sandbox-local/ReadLib1002ViewProxyAdmin.json +2 -2
  201. package/deployments/tron-sandbox-local/ReadLib1002View_Implementation.json +2 -2
  202. package/deployments/tron-sandbox-local/ReadLib1002View_Proxy.json +2 -2
  203. package/deployments/tron-sandbox-local/ReceiveUln301.json +2 -2
  204. package/deployments/tron-sandbox-local/ReceiveUln301View.json +2 -2
  205. package/deployments/tron-sandbox-local/ReceiveUln301View_Implementation.json +2 -2
  206. package/deployments/tron-sandbox-local/ReceiveUln301View_Proxy.json +2 -2
  207. package/deployments/tron-sandbox-local/ReceiveUln302.json +2 -2
  208. package/deployments/tron-sandbox-local/ReceiveUln302View.json +2 -2
  209. package/deployments/tron-sandbox-local/ReceiveUln302View_Implementation.json +2 -2
  210. package/deployments/tron-sandbox-local/ReceiveUln302View_Proxy.json +2 -2
  211. package/deployments/tron-sandbox-local/SendUln301.json +2 -2
  212. package/deployments/tron-sandbox-local/SendUln302.json +2 -2
  213. package/deployments/tron-sandbox-local/SimpleMessageLib.json +2 -2
  214. package/deployments/tron-sandbox-local/Treasury.json +2 -2
  215. package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +2 -2
  216. package/deployments/unichain-mainnet/ReadLib1002.json +1283 -0
  217. package/deployments/unichain-mainnet/ReadLib1002View.json +411 -0
  218. package/deployments/unichain-mainnet/ReadLib1002ViewProxyAdmin.json +176 -0
  219. package/deployments/unichain-mainnet/ReadLib1002View_Implementation.json +280 -0
  220. package/deployments/unichain-mainnet/ReadLib1002View_Proxy.json +137 -0
  221. package/deployments/zkconsensys-mainnet/ReadLib1002.json +1283 -0
  222. package/deployments/zkconsensys-mainnet/ReadLib1002View.json +411 -0
  223. package/deployments/zkconsensys-mainnet/ReadLib1002ViewProxyAdmin.json +176 -0
  224. package/deployments/zkconsensys-mainnet/ReadLib1002View_Implementation.json +280 -0
  225. package/deployments/zkconsensys-mainnet/ReadLib1002View_Proxy.json +137 -0
  226. package/package.json +9 -9
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x94d0CbE52E3D11bE584ae91100D42f8b42Ffbb2d",
3
- "transactionHash": "0x3d380d4bd7e6f6a215b7f7a5f2b10b6ceff80a651bcbca424ee3e69ba8fea2b7",
2
+ "address": "0xF5A2AfD173488aB64de506018e8Ed831417a2317",
3
+ "transactionHash": "0xa9e019251d2c84c6f713426407a331843b1dd422cef25aa13185feae992522af",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0xDe906BDD890BAb604a915694d5f1149DE325fF74",
3
- "transactionHash": "0x9aec5135cb25ace6e7f733534218a7bb40ae2a9041ee272a069b4261bec1ef81",
2
+ "address": "0x953cd94f4E77DaDF9e58520F058314a576F2aFa1",
3
+ "transactionHash": "0x815f8731aaaff3c18b8f41c3ddc2c550c5c667520166ca9bba7f6826936e43da",
4
4
  "abi": [
5
5
  {
6
6
  "anonymous": false,
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x3f279436A2BC9d32fB3516B4525E97aC769Ae7C8",
3
- "transactionHash": "0xee77d624ec271974799c748f627fe49ba737f9b4dc85ff5899011fd82237f093",
2
+ "address": "0x28e80D6E160f91c6eFb692c4085b76f86E5aED66",
3
+ "transactionHash": "0x6680c01dfde8df28723d643b03e17d7b86cfc0f2a8de6b1d3fc45280feb129cb",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0xff87bB97419D7A260d77335f616d5dA38Ed099cf",
3
- "transactionHash": "0x5bb733f7b77a03777ff8da634363b6dd2b11f46e79676f2d5f674602c7474185",
2
+ "address": "0xA7A0ae48172472d611bb96B89BBf6eBBD548fCd6",
3
+ "transactionHash": "0x50e550e3edc7a1edd27f105cab42222a977dd7547382676c062884ebd76fe3f8",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0xE83dFBDD3efe9FDA2ea8C07b07e9458152fe5316",
3
- "transactionHash": "0x3c72ad103facd996f4d06bda4cc317c9149c5ecdceaa81f2eb4ca330acbfe21a",
2
+ "address": "0xE309AfeEb47A1e790cC41476d3d6EBA7fcF0e93a",
3
+ "transactionHash": "0xbb3b13632c5394510bddd2346ba20b8943f6691eeeb96a1f5d3fd4a0074b27bc",
4
4
  "abi": [
5
5
  {
6
6
  "anonymous": false,
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0xC3FF62c80dFcDAA8Dfe0910de6020A0d568A8F2C",
3
- "transactionHash": "0xba986b82b578a46ae66769020cb58c22f355cdf4981faa54c1d951284115adee",
2
+ "address": "0xCC5f881d085874904FDd5f6a45fb9E6e3c18b9bA",
3
+ "transactionHash": "0x00a6d8b75a5535d538b81ce5b28213c9cc3a55701aa9ee5236116b9dded14590",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [],
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0xE83dFBDD3efe9FDA2ea8C07b07e9458152fe5316",
3
- "transactionHash": "0x3c72ad103facd996f4d06bda4cc317c9149c5ecdceaa81f2eb4ca330acbfe21a",
2
+ "address": "0xE309AfeEb47A1e790cC41476d3d6EBA7fcF0e93a",
3
+ "transactionHash": "0xbb3b13632c5394510bddd2346ba20b8943f6691eeeb96a1f5d3fd4a0074b27bc",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x36f2C7B247f4Ef37CA0a4d54557D7E211e5b0eC0",
3
- "transactionHash": "0xb4f856a45b1abef66aa0db6f0e8b3b71bd56ba01cebf9f78ee1f537bcbdccdda",
2
+ "address": "0x2441a7955Fa9d91409eF30588e9bac8039d3c64C",
3
+ "transactionHash": "0x4c44e404bbdc00e79fdb6c7006525f287e0c45ec64074c0bf032c255c1219401",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x462A3A58c71e3Fc727802B573B2Db82b2bA7E2C6",
3
- "transactionHash": "0x1cd379f230f857e8009b0063a4d3f1de98d9b4713ab761afbc08c0d291c5f88b",
2
+ "address": "0x196b0A7951912ce7f175941bb1f5a7427306c78D",
3
+ "transactionHash": "0x7feee0b0914fdebdc22eb17e9a41658937e234681dc2cb0412a1fc98cb4cdfdd",
4
4
  "abi": [
5
5
  {
6
6
  "anonymous": false,
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x58cc3F9197d6FE3DD1eBeeA23fA9E57c1Aa93E4A",
3
- "transactionHash": "0x1007f4b7a635e5f21e4987ada2db53dcd0605aff3e4103bdf46e28d407131dcb",
2
+ "address": "0x542a9B3973910C670E303B262304676743CC0064",
3
+ "transactionHash": "0x6b32ecf255174b3be95b275d8f5e064caefe0c40c3ba3a6034323aafd1bc4ea5",
4
4
  "abi": [
5
5
  {
6
6
  "anonymous": false,
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x462A3A58c71e3Fc727802B573B2Db82b2bA7E2C6",
3
- "transactionHash": "0x1cd379f230f857e8009b0063a4d3f1de98d9b4713ab761afbc08c0d291c5f88b",
2
+ "address": "0x196b0A7951912ce7f175941bb1f5a7427306c78D",
3
+ "transactionHash": "0x7feee0b0914fdebdc22eb17e9a41658937e234681dc2cb0412a1fc98cb4cdfdd",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0xfACe7bD759525043a783Fa263e272782715715B5",
3
- "transactionHash": "0x8c0c4d30d72c74274a1d72df6783f58da0a2e75bf31a1130947cce1bc3db1165",
2
+ "address": "0xb9F61C43CC21B75449d9e6881b5f8E5741BBFb21",
3
+ "transactionHash": "0x932c09b700346f408d2558f0942e26363d3bb5826e63832303f39a3c97a6fc42",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0xd209e6C106f32933F19E4Ecc0Ab65c9de529fc98",
3
- "transactionHash": "0xdca33c632084fe0fa9a19678f8746cde7a03f7d99e56f2b784c43d8f1450ffc6",
2
+ "address": "0xD0d1C4BfF6cF7B7985854a54025e77e0909e523E",
3
+ "transactionHash": "0x06aca27fdda6cfcff536f3df16ba306570d241d4a088ce5a7d1ff282521b584c",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x9Ff122816264Fce7B24faA1Fcb2295072Aae1f09",
3
- "transactionHash": "0x3297b783f054e51e30385dec7ee84e704e660682a43c13033a09b79709d380a4",
2
+ "address": "0xAA9605Df8D81beBd8298a8516a58be0bf4F4a48a",
3
+ "transactionHash": "0x4258022c07ee5b9c389142f6a2ca0369a93f369c8a8fb6b966eb6dd011d6a05f",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0xf669e978992aeC1D424f2257D8Ab4f86792828a2",
3
- "transactionHash": "0xc035d384e6cb4eb530813578575bf5f0237dec6ea9ba9f89e338b1842d1c3046",
2
+ "address": "0xe0f5b2867dc92aea40BaF2F85cd1ca96e2df7424",
3
+ "transactionHash": "0x8b7662a201f4f87b18f44fb7ff8bb6c2c6f023a28c5fc7327ae3437781d48557",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [],
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x970f3560af90D501DB3748D24fd4E05AbD0eeaF7",
3
- "transactionHash": "0xef66538cc9d70e29c835cb8c8574e9f4750e6af4073f98930705339e943bf03b",
2
+ "address": "0xFB62189D5608C5cA7E64C787fd645844774db637",
3
+ "transactionHash": "0x3ac11b3716905253716266dbc9bef3a9d25dde71efc5d2fae287536f2660936a",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [