@funkit/core 2.1.1 → 2.1.2-next.1

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 (171) hide show
  1. package/dist/index.js +16232 -12
  2. package/dist/index.js.map +7 -1
  3. package/dist/src/common/constants.d.ts +35 -9
  4. package/dist/src/viem/Converter.d.ts +4 -4
  5. package/package.json +6 -4
  6. package/dist/src/abis/ApproveAndExec.json +0 -106
  7. package/dist/src/abis/ApproveAndSwap.json +0 -141
  8. package/dist/src/abis/CheckoutPaymaster.json +0 -3358
  9. package/dist/src/abis/ERC20.json +0 -1
  10. package/dist/src/abis/ERC721.json +0 -1
  11. package/dist/src/abis/EntryPoint.json +0 -1023
  12. package/dist/src/abis/EstimationPaymaster.json +0 -266
  13. package/dist/src/abis/FeePercentOracle.json +0 -218
  14. package/dist/src/abis/FunWallet.json +0 -758
  15. package/dist/src/abis/FunWalletFactory.json +0 -232
  16. package/dist/src/abis/GaslessPaymaster.json +0 -558
  17. package/dist/src/abis/LidoWithdrawQueue.json +0 -1
  18. package/dist/src/abis/RoleBasedAccessControl.json +0 -836
  19. package/dist/src/abis/TestNFT.json +0 -226
  20. package/dist/src/abis/TokenPaymaster.json +0 -696
  21. package/dist/src/abis/TokenPriceOracle.json +0 -57
  22. package/dist/src/abis/UniswapV2Factory.json +0 -1
  23. package/dist/src/abis/UniswapV2Router02.json +0 -1
  24. package/dist/src/abis/UniswapV3LimitOrder.json +0 -1
  25. package/dist/src/abis/UserAuthentication.json +0 -338
  26. package/dist/src/abis/univ3factory.json +0 -1
  27. package/dist/src/abis/univ3quoter.json +0 -1
  28. package/dist/src/abis/univ3router.json +0 -1
  29. package/dist/src/actions/AccessControl.js +0 -87
  30. package/dist/src/actions/AccessControl.js.map +0 -1
  31. package/dist/src/actions/BatchActions.js +0 -8
  32. package/dist/src/actions/BatchActions.js.map +0 -1
  33. package/dist/src/actions/Bridge.js +0 -42
  34. package/dist/src/actions/Bridge.js.map +0 -1
  35. package/dist/src/actions/FirstClassActions.js +0 -329
  36. package/dist/src/actions/FirstClassActions.js.map +0 -1
  37. package/dist/src/actions/Group.js +0 -30
  38. package/dist/src/actions/Group.js.map +0 -1
  39. package/dist/src/actions/LimitOrder.js +0 -43
  40. package/dist/src/actions/LimitOrder.js.map +0 -1
  41. package/dist/src/actions/Stake.js +0 -108
  42. package/dist/src/actions/Stake.js.map +0 -1
  43. package/dist/src/actions/Swap.js +0 -150
  44. package/dist/src/actions/Swap.js.map +0 -1
  45. package/dist/src/actions/Token.js +0 -103
  46. package/dist/src/actions/Token.js.map +0 -1
  47. package/dist/src/actions/index.js +0 -8
  48. package/dist/src/actions/index.js.map +0 -1
  49. package/dist/src/actions/types.js +0 -14
  50. package/dist/src/actions/types.js.map +0 -1
  51. package/dist/src/apis/AccessControlApis.js +0 -19
  52. package/dist/src/apis/AccessControlApis.js.map +0 -1
  53. package/dist/src/apis/BridgeApis.js +0 -54
  54. package/dist/src/apis/BridgeApis.js.map +0 -1
  55. package/dist/src/apis/ContractApis.js +0 -7
  56. package/dist/src/apis/ContractApis.js.map +0 -1
  57. package/dist/src/apis/GroupApis.js +0 -15
  58. package/dist/src/apis/GroupApis.js.map +0 -1
  59. package/dist/src/apis/InfoApis.js +0 -53
  60. package/dist/src/apis/InfoApis.js.map +0 -1
  61. package/dist/src/apis/ListenerApis.js +0 -31
  62. package/dist/src/apis/ListenerApis.js.map +0 -1
  63. package/dist/src/apis/NFTApis.js +0 -29
  64. package/dist/src/apis/NFTApis.js.map +0 -1
  65. package/dist/src/apis/OperationApis.js +0 -76
  66. package/dist/src/apis/OperationApis.js.map +0 -1
  67. package/dist/src/apis/PaymasterApis.js +0 -18
  68. package/dist/src/apis/PaymasterApis.js.map +0 -1
  69. package/dist/src/apis/SwapApis.js +0 -40
  70. package/dist/src/apis/SwapApis.js.map +0 -1
  71. package/dist/src/apis/UserApis.js +0 -56
  72. package/dist/src/apis/UserApis.js.map +0 -1
  73. package/dist/src/apis/index.js +0 -9
  74. package/dist/src/apis/index.js.map +0 -1
  75. package/dist/src/apis/types.js +0 -2
  76. package/dist/src/apis/types.js.map +0 -1
  77. package/dist/src/auth/Auth.js +0 -321
  78. package/dist/src/auth/Auth.js.map +0 -1
  79. package/dist/src/auth/SessionKeyAuth.js +0 -115
  80. package/dist/src/auth/SessionKeyAuth.js.map +0 -1
  81. package/dist/src/auth/index.js +0 -3
  82. package/dist/src/auth/index.js.map +0 -1
  83. package/dist/src/auth/types.js +0 -2
  84. package/dist/src/auth/types.js.map +0 -1
  85. package/dist/src/common/constants.js +0 -449
  86. package/dist/src/common/constants.js.map +0 -1
  87. package/dist/src/common/index.js +0 -3
  88. package/dist/src/common/index.js.map +0 -1
  89. package/dist/src/common/types.js +0 -2
  90. package/dist/src/common/types.js.map +0 -1
  91. package/dist/src/config/Config.js +0 -50
  92. package/dist/src/config/Config.js.map +0 -1
  93. package/dist/src/config/index.js +0 -3
  94. package/dist/src/config/index.js.map +0 -1
  95. package/dist/src/config/types.js +0 -2
  96. package/dist/src/config/types.js.map +0 -1
  97. package/dist/src/data/Chain.js +0 -209
  98. package/dist/src/data/Chain.js.map +0 -1
  99. package/dist/src/data/NFT.js +0 -101
  100. package/dist/src/data/NFT.js.map +0 -1
  101. package/dist/src/data/Operation.js +0 -88
  102. package/dist/src/data/Operation.js.map +0 -1
  103. package/dist/src/data/SolidityData.js +0 -84
  104. package/dist/src/data/SolidityData.js.map +0 -1
  105. package/dist/src/data/Token.js +0 -118
  106. package/dist/src/data/Token.js.map +0 -1
  107. package/dist/src/data/index.js +0 -7
  108. package/dist/src/data/index.js.map +0 -1
  109. package/dist/src/data/types.js +0 -22
  110. package/dist/src/data/types.js.map +0 -1
  111. package/dist/src/errors/BaseError.js +0 -25
  112. package/dist/src/errors/BaseError.js.map +0 -1
  113. package/dist/src/errors/ClientError.js +0 -63
  114. package/dist/src/errors/ClientError.js.map +0 -1
  115. package/dist/src/errors/ServerError.js +0 -13
  116. package/dist/src/errors/ServerError.js.map +0 -1
  117. package/dist/src/errors/errors.json +0 -626
  118. package/dist/src/errors/index.js +0 -5
  119. package/dist/src/errors/index.js.map +0 -1
  120. package/dist/src/errors/types.js +0 -48
  121. package/dist/src/errors/types.js.map +0 -1
  122. package/dist/src/sponsors/CheckoutSponsor.js +0 -61
  123. package/dist/src/sponsors/CheckoutSponsor.js.map +0 -1
  124. package/dist/src/sponsors/GaslessSponsor.js +0 -75
  125. package/dist/src/sponsors/GaslessSponsor.js.map +0 -1
  126. package/dist/src/sponsors/Sponsor.js +0 -80
  127. package/dist/src/sponsors/Sponsor.js.map +0 -1
  128. package/dist/src/sponsors/TokenSponsor.js +0 -251
  129. package/dist/src/sponsors/TokenSponsor.js.map +0 -1
  130. package/dist/src/sponsors/index.js +0 -5
  131. package/dist/src/sponsors/index.js.map +0 -1
  132. package/dist/src/sponsors/types.js +0 -8
  133. package/dist/src/sponsors/types.js.map +0 -1
  134. package/dist/src/utils/ApiUtils.js +0 -94
  135. package/dist/src/utils/ApiUtils.js.map +0 -1
  136. package/dist/src/utils/AuthUtils.js +0 -31
  137. package/dist/src/utils/AuthUtils.js.map +0 -1
  138. package/dist/src/utils/ChainUtils.js +0 -131
  139. package/dist/src/utils/ChainUtils.js.map +0 -1
  140. package/dist/src/utils/CheckoutUtils.js +0 -28
  141. package/dist/src/utils/CheckoutUtils.js.map +0 -1
  142. package/dist/src/utils/GroupUtils.js +0 -26
  143. package/dist/src/utils/GroupUtils.js.map +0 -1
  144. package/dist/src/utils/MerkleUtils.js +0 -86
  145. package/dist/src/utils/MerkleUtils.js.map +0 -1
  146. package/dist/src/utils/PaymasterUtils.js +0 -17
  147. package/dist/src/utils/PaymasterUtils.js.map +0 -1
  148. package/dist/src/utils/SwapUtils.js +0 -193
  149. package/dist/src/utils/SwapUtils.js.map +0 -1
  150. package/dist/src/utils/TypeUtils.js +0 -9
  151. package/dist/src/utils/TypeUtils.js.map +0 -1
  152. package/dist/src/utils/UserOpUtils.js +0 -171
  153. package/dist/src/utils/UserOpUtils.js.map +0 -1
  154. package/dist/src/utils/ViemUtils.js +0 -30
  155. package/dist/src/utils/ViemUtils.js.map +0 -1
  156. package/dist/src/utils/WalletUtils.js +0 -56
  157. package/dist/src/utils/WalletUtils.js.map +0 -1
  158. package/dist/src/utils/index.js +0 -9
  159. package/dist/src/utils/index.js.map +0 -1
  160. package/dist/src/viem/ContractInterface.js +0 -90
  161. package/dist/src/viem/ContractInterface.js.map +0 -1
  162. package/dist/src/viem/Converter.js +0 -47
  163. package/dist/src/viem/Converter.js.map +0 -1
  164. package/dist/src/viem/index.js +0 -3
  165. package/dist/src/viem/index.js.map +0 -1
  166. package/dist/src/wallet/FunWallet.js +0 -804
  167. package/dist/src/wallet/FunWallet.js.map +0 -1
  168. package/dist/src/wallet/index.js +0 -3
  169. package/dist/src/wallet/index.js.map +0 -1
  170. package/dist/src/wallet/types.js +0 -2
  171. package/dist/src/wallet/types.js.map +0 -1
@@ -1,266 +0,0 @@
1
- {
2
- "name": "EstimationPaymaster",
3
- "abi": [
4
- {
5
- "inputs": [
6
- {
7
- "internalType": "contract IEntryPoint",
8
- "name": "_entryPoint",
9
- "type": "address"
10
- }
11
- ],
12
- "stateMutability": "nonpayable",
13
- "type": "constructor"
14
- },
15
- {
16
- "anonymous": false,
17
- "inputs": [
18
- {
19
- "indexed": true,
20
- "internalType": "address",
21
- "name": "previousOwner",
22
- "type": "address"
23
- },
24
- {
25
- "indexed": true,
26
- "internalType": "address",
27
- "name": "newOwner",
28
- "type": "address"
29
- }
30
- ],
31
- "name": "OwnershipTransferStarted",
32
- "type": "event"
33
- },
34
- {
35
- "anonymous": false,
36
- "inputs": [
37
- {
38
- "indexed": true,
39
- "internalType": "address",
40
- "name": "previousOwner",
41
- "type": "address"
42
- },
43
- {
44
- "indexed": true,
45
- "internalType": "address",
46
- "name": "newOwner",
47
- "type": "address"
48
- }
49
- ],
50
- "name": "OwnershipTransferred",
51
- "type": "event"
52
- },
53
- {
54
- "anonymous": false,
55
- "inputs": [
56
- {
57
- "indexed": false,
58
- "internalType": "contract IEntryPoint",
59
- "name": "entryPoint",
60
- "type": "address"
61
- }
62
- ],
63
- "name": "PaymasterCreated",
64
- "type": "event"
65
- },
66
- {
67
- "inputs": [],
68
- "name": "acceptOwnership",
69
- "outputs": [],
70
- "stateMutability": "nonpayable",
71
- "type": "function"
72
- },
73
- {
74
- "inputs": [
75
- { "internalType": "address", "name": "sponsor", "type": "address" }
76
- ],
77
- "name": "addDepositTo",
78
- "outputs": [],
79
- "stateMutability": "payable",
80
- "type": "function"
81
- },
82
- {
83
- "inputs": [
84
- {
85
- "internalType": "uint32",
86
- "name": "unstakeDelaySec",
87
- "type": "uint32"
88
- }
89
- ],
90
- "name": "addStakeToEntryPoint",
91
- "outputs": [],
92
- "stateMutability": "payable",
93
- "type": "function"
94
- },
95
- {
96
- "inputs": [{ "internalType": "address", "name": "", "type": "address" }],
97
- "name": "balances",
98
- "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
99
- "stateMutability": "view",
100
- "type": "function"
101
- },
102
- {
103
- "inputs": [],
104
- "name": "entryPoint",
105
- "outputs": [
106
- {
107
- "internalType": "contract IEntryPoint",
108
- "name": "",
109
- "type": "address"
110
- }
111
- ],
112
- "stateMutability": "view",
113
- "type": "function"
114
- },
115
- {
116
- "inputs": [],
117
- "name": "owner",
118
- "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
119
- "stateMutability": "view",
120
- "type": "function"
121
- },
122
- {
123
- "inputs": [],
124
- "name": "pendingOwner",
125
- "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
126
- "stateMutability": "view",
127
- "type": "function"
128
- },
129
- {
130
- "inputs": [
131
- {
132
- "internalType": "enum IPaymaster.PostOpMode",
133
- "name": "mode",
134
- "type": "uint8"
135
- },
136
- { "internalType": "bytes", "name": "context", "type": "bytes" },
137
- {
138
- "internalType": "uint256",
139
- "name": "actualGasCost",
140
- "type": "uint256"
141
- }
142
- ],
143
- "name": "postOp",
144
- "outputs": [],
145
- "stateMutability": "nonpayable",
146
- "type": "function"
147
- },
148
- {
149
- "inputs": [],
150
- "name": "renounceOwnership",
151
- "outputs": [],
152
- "stateMutability": "nonpayable",
153
- "type": "function"
154
- },
155
- {
156
- "inputs": [
157
- { "internalType": "address", "name": "newOwner", "type": "address" }
158
- ],
159
- "name": "transferOwnership",
160
- "outputs": [],
161
- "stateMutability": "nonpayable",
162
- "type": "function"
163
- },
164
- {
165
- "inputs": [],
166
- "name": "unlockStakeFromEntryPoint",
167
- "outputs": [],
168
- "stateMutability": "nonpayable",
169
- "type": "function"
170
- },
171
- {
172
- "inputs": [
173
- {
174
- "components": [
175
- { "internalType": "address", "name": "sender", "type": "address" },
176
- { "internalType": "uint256", "name": "nonce", "type": "uint256" },
177
- { "internalType": "bytes", "name": "initCode", "type": "bytes" },
178
- { "internalType": "bytes", "name": "callData", "type": "bytes" },
179
- {
180
- "internalType": "uint256",
181
- "name": "callGasLimit",
182
- "type": "uint256"
183
- },
184
- {
185
- "internalType": "uint256",
186
- "name": "verificationGasLimit",
187
- "type": "uint256"
188
- },
189
- {
190
- "internalType": "uint256",
191
- "name": "preVerificationGas",
192
- "type": "uint256"
193
- },
194
- {
195
- "internalType": "uint256",
196
- "name": "maxFeePerGas",
197
- "type": "uint256"
198
- },
199
- {
200
- "internalType": "uint256",
201
- "name": "maxPriorityFeePerGas",
202
- "type": "uint256"
203
- },
204
- {
205
- "internalType": "bytes",
206
- "name": "paymasterAndData",
207
- "type": "bytes"
208
- },
209
- { "internalType": "bytes", "name": "signature", "type": "bytes" }
210
- ],
211
- "internalType": "struct UserOperation",
212
- "name": "userOp",
213
- "type": "tuple"
214
- },
215
- { "internalType": "bytes32", "name": "userOpHash", "type": "bytes32" },
216
- { "internalType": "uint256", "name": "maxCost", "type": "uint256" }
217
- ],
218
- "name": "validatePaymasterUserOp",
219
- "outputs": [
220
- { "internalType": "bytes", "name": "context", "type": "bytes" },
221
- { "internalType": "uint256", "name": "sigTimeRange", "type": "uint256" }
222
- ],
223
- "stateMutability": "nonpayable",
224
- "type": "function"
225
- },
226
- {
227
- "inputs": [
228
- { "internalType": "uint256", "name": "amount", "type": "uint256" },
229
- {
230
- "internalType": "address payable",
231
- "name": "target",
232
- "type": "address"
233
- }
234
- ],
235
- "name": "withdrawDepositTo",
236
- "outputs": [],
237
- "stateMutability": "nonpayable",
238
- "type": "function"
239
- },
240
- {
241
- "inputs": [
242
- {
243
- "internalType": "address payable",
244
- "name": "withdrawAddress",
245
- "type": "address"
246
- }
247
- ],
248
- "name": "withdrawStakeFromEntryPoint",
249
- "outputs": [],
250
- "stateMutability": "nonpayable",
251
- "type": "function"
252
- }
253
- ],
254
- "addresses": {
255
- "1": "0xe1B7B9d686948745a6425DF97a6480f5Bf75e508",
256
- "5": "0x85c7e575Ee64A30e15eB76cCEc9bdD7cc59A8D5C",
257
- "10": "0x1B374E0b0bc3b8F1613a67C0b805Bc84e66E4F1F",
258
- "137": "0xf6355d83c559f0Ff373C7E0A8FD6c014076E1118",
259
- "8453": "0x3053451A384524C57dAF9420f8d8b8464555E1e8",
260
- "36865": "0xe1B7B9d686948745a6425DF97a6480f5Bf75e508",
261
- "42161": "0x5ceb145d53841d2f6255fE668e5eBbd286B2C862",
262
- "421614": "0xaB9893703641d1B871B0F47f597CcAD7f922503E",
263
- "5000": "0x091a5301c118A8832B4574e8B88c94A14343eb52",
264
- "534352": "0x5ceb145d53841d2f6255fE668e5eBbd286B2C862"
265
- }
266
- }
@@ -1,218 +0,0 @@
1
- {
2
- "name": "FeePercentOracle",
3
- "abi": [
4
- {
5
- "inputs": [
6
- { "internalType": "address", "name": "owner", "type": "address" }
7
- ],
8
- "stateMutability": "nonpayable",
9
- "type": "constructor"
10
- },
11
- {
12
- "anonymous": false,
13
- "inputs": [
14
- {
15
- "indexed": true,
16
- "internalType": "address",
17
- "name": "token",
18
- "type": "address"
19
- },
20
- {
21
- "indexed": true,
22
- "internalType": "address",
23
- "name": "to",
24
- "type": "address"
25
- },
26
- {
27
- "indexed": true,
28
- "internalType": "uint256",
29
- "name": "amount",
30
- "type": "uint256"
31
- }
32
- ],
33
- "name": "Erc20Withdrawn",
34
- "type": "event"
35
- },
36
- {
37
- "anonymous": false,
38
- "inputs": [
39
- {
40
- "indexed": true,
41
- "internalType": "uint256",
42
- "name": "amount",
43
- "type": "uint256"
44
- },
45
- {
46
- "indexed": true,
47
- "internalType": "address",
48
- "name": "to",
49
- "type": "address"
50
- }
51
- ],
52
- "name": "EthWithdrawn",
53
- "type": "event"
54
- },
55
- {
56
- "anonymous": false,
57
- "inputs": [
58
- {
59
- "indexed": true,
60
- "internalType": "uint120",
61
- "name": "feepercent",
62
- "type": "uint120"
63
- },
64
- {
65
- "indexed": true,
66
- "internalType": "uint8",
67
- "name": "decimals",
68
- "type": "uint8"
69
- }
70
- ],
71
- "name": "FeePercentSet",
72
- "type": "event"
73
- },
74
- {
75
- "anonymous": false,
76
- "inputs": [
77
- {
78
- "indexed": true,
79
- "internalType": "address",
80
- "name": "previousOwner",
81
- "type": "address"
82
- },
83
- {
84
- "indexed": true,
85
- "internalType": "address",
86
- "name": "newOwner",
87
- "type": "address"
88
- }
89
- ],
90
- "name": "OwnershipTransferStarted",
91
- "type": "event"
92
- },
93
- {
94
- "anonymous": false,
95
- "inputs": [
96
- {
97
- "indexed": true,
98
- "internalType": "address",
99
- "name": "previousOwner",
100
- "type": "address"
101
- },
102
- {
103
- "indexed": true,
104
- "internalType": "address",
105
- "name": "newOwner",
106
- "type": "address"
107
- }
108
- ],
109
- "name": "OwnershipTransferred",
110
- "type": "event"
111
- },
112
- {
113
- "inputs": [],
114
- "name": "acceptOwnership",
115
- "outputs": [],
116
- "stateMutability": "nonpayable",
117
- "type": "function"
118
- },
119
- {
120
- "inputs": [],
121
- "name": "decimals",
122
- "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }],
123
- "stateMutability": "view",
124
- "type": "function"
125
- },
126
- {
127
- "inputs": [],
128
- "name": "feepercent",
129
- "outputs": [{ "internalType": "uint120", "name": "", "type": "uint120" }],
130
- "stateMutability": "view",
131
- "type": "function"
132
- },
133
- {
134
- "inputs": [
135
- { "internalType": "uint256", "name": "amount", "type": "uint256" }
136
- ],
137
- "name": "getFee",
138
- "outputs": [
139
- { "internalType": "uint256", "name": "funCut", "type": "uint256" },
140
- { "internalType": "uint256", "name": "recipCut", "type": "uint256" }
141
- ],
142
- "stateMutability": "view",
143
- "type": "function"
144
- },
145
- {
146
- "inputs": [],
147
- "name": "owner",
148
- "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
149
- "stateMutability": "view",
150
- "type": "function"
151
- },
152
- {
153
- "inputs": [],
154
- "name": "pendingOwner",
155
- "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
156
- "stateMutability": "view",
157
- "type": "function"
158
- },
159
- {
160
- "inputs": [],
161
- "name": "renounceOwnership",
162
- "outputs": [],
163
- "stateMutability": "nonpayable",
164
- "type": "function"
165
- },
166
- {
167
- "inputs": [
168
- { "internalType": "uint120", "name": "_feepercent", "type": "uint120" },
169
- { "internalType": "uint8", "name": "_decimals", "type": "uint8" }
170
- ],
171
- "name": "setValues",
172
- "outputs": [],
173
- "stateMutability": "nonpayable",
174
- "type": "function"
175
- },
176
- {
177
- "inputs": [
178
- { "internalType": "address", "name": "newOwner", "type": "address" }
179
- ],
180
- "name": "transferOwnership",
181
- "outputs": [],
182
- "stateMutability": "nonpayable",
183
- "type": "function"
184
- },
185
- {
186
- "inputs": [
187
- { "internalType": "address", "name": "token", "type": "address" },
188
- { "internalType": "uint256", "name": "amount", "type": "uint256" }
189
- ],
190
- "name": "withdrawErc",
191
- "outputs": [],
192
- "stateMutability": "nonpayable",
193
- "type": "function"
194
- },
195
- {
196
- "inputs": [
197
- { "internalType": "uint256", "name": "amount", "type": "uint256" }
198
- ],
199
- "name": "withdrawEth",
200
- "outputs": [],
201
- "stateMutability": "nonpayable",
202
- "type": "function"
203
- },
204
- { "stateMutability": "payable", "type": "receive" }
205
- ],
206
- "addresses": {
207
- "1": "0x118c66c1D05F80784E164541b1556045c9018261",
208
- "5": "0xDDcD7DF0558536472eD448846C6608bace86f7aC",
209
- "10": "0xDDcD7DF0558536472eD448846C6608bace86f7aC",
210
- "137": "0xDDcD7DF0558536472eD448846C6608bace86f7aC",
211
- "8453": "0xDDcD7DF0558536472eD448846C6608bace86f7aC",
212
- "36865": "0x118c66c1D05F80784E164541b1556045c9018261",
213
- "42161": "0xDDcD7DF0558536472eD448846C6608bace86f7aC",
214
- "421614": "0x327f55ECAAa8A38BA71a1594EEFDc96F8f1b7f28",
215
- "5000": "0x00422527E4b6A898F3CDA4f43Dd456daD7633c4D",
216
- "534352": "0x1CaD2167bd7C42aF6ED8E2079558D43A8fC72f0b"
217
- }
218
- }