@1delta/bridge-configs 0.1.0

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 (210) hide show
  1. package/LICENSE +674 -0
  2. package/dist/configs/across/config.d.ts +4 -0
  3. package/dist/configs/across/config.d.ts.map +1 -0
  4. package/dist/configs/across/config.js +317 -0
  5. package/dist/configs/axelar/abis/AxelarGasService.d.ts +103 -0
  6. package/dist/configs/axelar/abis/AxelarGasService.d.ts.map +1 -0
  7. package/dist/configs/axelar/abis/AxelarGasService.js +1073 -0
  8. package/dist/configs/axelar/abis/AxelarGateway.d.ts +51 -0
  9. package/dist/configs/axelar/abis/AxelarGateway.d.ts.map +1 -0
  10. package/dist/configs/axelar/abis/AxelarGateway.js +753 -0
  11. package/dist/configs/axelar/abis/SquidMulticall.d.ts +47 -0
  12. package/dist/configs/axelar/abis/SquidMulticall.d.ts.map +1 -0
  13. package/dist/configs/axelar/abis/SquidMulticall.js +104 -0
  14. package/dist/configs/axelar/abis/SquidRouter.d.ts +82 -0
  15. package/dist/configs/axelar/abis/SquidRouter.d.ts.map +1 -0
  16. package/dist/configs/axelar/abis/SquidRouter.js +837 -0
  17. package/dist/configs/axelar/calldata/buildTx.d.ts +3 -0
  18. package/dist/configs/axelar/calldata/buildTx.d.ts.map +1 -0
  19. package/dist/configs/axelar/calldata/buildTx.js +29 -0
  20. package/dist/configs/axelar/calldata/index.d.ts +3 -0
  21. package/dist/configs/axelar/calldata/index.d.ts.map +1 -0
  22. package/dist/configs/axelar/calldata/index.js +2 -0
  23. package/dist/configs/axelar/calldata/squid/createSquidMulticallPayload.d.ts +16 -0
  24. package/dist/configs/axelar/calldata/squid/createSquidMulticallPayload.d.ts.map +1 -0
  25. package/dist/configs/axelar/calldata/squid/createSquidMulticallPayload.js +76 -0
  26. package/dist/configs/axelar/calldata/squid/types.d.ts +15 -0
  27. package/dist/configs/axelar/calldata/squid/types.d.ts.map +1 -0
  28. package/dist/configs/axelar/calldata/squid/types.js +7 -0
  29. package/dist/configs/axelar/calldata/types.d.ts +18 -0
  30. package/dist/configs/axelar/calldata/types.d.ts.map +1 -0
  31. package/dist/configs/axelar/calldata/types.js +1 -0
  32. package/dist/configs/axelar/config.d.ts +4 -0
  33. package/dist/configs/axelar/config.d.ts.map +1 -0
  34. package/dist/configs/axelar/config.js +99 -0
  35. package/dist/configs/axelar/data/axelarConfig/index.d.ts +3 -0
  36. package/dist/configs/axelar/data/axelarConfig/index.d.ts.map +1 -0
  37. package/dist/configs/axelar/data/axelarConfig/index.js +33 -0
  38. package/dist/configs/axelar/data/axelarConfig/types.d.ts +181 -0
  39. package/dist/configs/axelar/data/axelarConfig/types.d.ts.map +1 -0
  40. package/dist/configs/axelar/data/axelarConfig/types.js +1 -0
  41. package/dist/configs/axelar/data/squidChains/index.d.ts +6 -0
  42. package/dist/configs/axelar/data/squidChains/index.d.ts.map +1 -0
  43. package/dist/configs/axelar/data/squidChains/index.js +61 -0
  44. package/dist/configs/axelar/data/squidChains/types.d.ts +23 -0
  45. package/dist/configs/axelar/data/squidChains/types.d.ts.map +1 -0
  46. package/dist/configs/axelar/data/squidChains/types.js +1 -0
  47. package/dist/configs/axelar/errors.d.ts +15 -0
  48. package/dist/configs/axelar/errors.d.ts.map +1 -0
  49. package/dist/configs/axelar/errors.js +8 -0
  50. package/dist/configs/axelar/gasEstimation/index.d.ts +7 -0
  51. package/dist/configs/axelar/gasEstimation/index.d.ts.map +1 -0
  52. package/dist/configs/axelar/gasEstimation/index.js +38 -0
  53. package/dist/configs/axelar/gasEstimation/types.d.ts +23 -0
  54. package/dist/configs/axelar/gasEstimation/types.d.ts.map +1 -0
  55. package/dist/configs/axelar/gasEstimation/types.js +1 -0
  56. package/dist/configs/axelar/route/fetchAxelarRoute.d.ts +3 -0
  57. package/dist/configs/axelar/route/fetchAxelarRoute.d.ts.map +1 -0
  58. package/dist/configs/axelar/route/fetchAxelarRoute.js +50 -0
  59. package/dist/configs/axelar/route/index.d.ts +3 -0
  60. package/dist/configs/axelar/route/index.d.ts.map +1 -0
  61. package/dist/configs/axelar/route/index.js +2 -0
  62. package/dist/configs/axelar/route/tokenIdentifier.d.ts +5 -0
  63. package/dist/configs/axelar/route/tokenIdentifier.d.ts.map +1 -0
  64. package/dist/configs/axelar/route/tokenIdentifier.js +32 -0
  65. package/dist/configs/axelar/route/types.d.ts +5 -0
  66. package/dist/configs/axelar/route/types.d.ts.map +1 -0
  67. package/dist/configs/axelar/route/types.js +1 -0
  68. package/dist/configs/butter/config.d.ts +9 -0
  69. package/dist/configs/butter/config.d.ts.map +1 -0
  70. package/dist/configs/butter/config.js +207 -0
  71. package/dist/configs/cowswap/config.d.ts +4 -0
  72. package/dist/configs/cowswap/config.d.ts.map +1 -0
  73. package/dist/configs/cowswap/config.js +106 -0
  74. package/dist/configs/cowswap/errors.d.ts +19 -0
  75. package/dist/configs/cowswap/errors.d.ts.map +1 -0
  76. package/dist/configs/cowswap/errors.js +12 -0
  77. package/dist/configs/cowswap/swap/quote.d.ts +5 -0
  78. package/dist/configs/cowswap/swap/quote.d.ts.map +1 -0
  79. package/dist/configs/cowswap/swap/quote.js +28 -0
  80. package/dist/configs/cowswap/swap/route.d.ts +5 -0
  81. package/dist/configs/cowswap/swap/route.d.ts.map +1 -0
  82. package/dist/configs/cowswap/swap/route.js +61 -0
  83. package/dist/configs/cowswap/track/index.d.ts +6 -0
  84. package/dist/configs/cowswap/track/index.d.ts.map +1 -0
  85. package/dist/configs/cowswap/track/index.js +27 -0
  86. package/dist/configs/cowswap/utils/getCowSwapSlippage.d.ts +4 -0
  87. package/dist/configs/cowswap/utils/getCowSwapSlippage.d.ts.map +1 -0
  88. package/dist/configs/cowswap/utils/getCowSwapSlippage.js +16 -0
  89. package/dist/configs/cowswap/utils/toSupportedChainId.d.ts +3 -0
  90. package/dist/configs/cowswap/utils/toSupportedChainId.d.ts.map +1 -0
  91. package/dist/configs/cowswap/utils/toSupportedChainId.js +11 -0
  92. package/dist/configs/crosscurve/config.d.ts +4 -0
  93. package/dist/configs/crosscurve/config.d.ts.map +1 -0
  94. package/dist/configs/crosscurve/config.js +185 -0
  95. package/dist/configs/gas-zip/chains/fetch.d.ts +10 -0
  96. package/dist/configs/gas-zip/chains/fetch.d.ts.map +1 -0
  97. package/dist/configs/gas-zip/chains/fetch.js +29 -0
  98. package/dist/configs/gas-zip/chains/types.d.ts +25 -0
  99. package/dist/configs/gas-zip/chains/types.d.ts.map +1 -0
  100. package/dist/configs/gas-zip/chains/types.js +1 -0
  101. package/dist/configs/gas-zip/config.d.ts +4 -0
  102. package/dist/configs/gas-zip/config.d.ts.map +1 -0
  103. package/dist/configs/gas-zip/config.js +121 -0
  104. package/dist/configs/index.d.ts +2 -0
  105. package/dist/configs/index.d.ts.map +1 -0
  106. package/dist/configs/index.js +41 -0
  107. package/dist/configs/layerswap/LayerswapNetworks.json +3656 -0
  108. package/dist/configs/layerswap/config.d.ts +4 -0
  109. package/dist/configs/layerswap/config.d.ts.map +1 -0
  110. package/dist/configs/layerswap/config.js +285 -0
  111. package/dist/configs/lifi/config.d.ts +4 -0
  112. package/dist/configs/lifi/config.d.ts.map +1 -0
  113. package/dist/configs/lifi/config.js +104 -0
  114. package/dist/configs/mayan/calldata/index.d.ts +14 -0
  115. package/dist/configs/mayan/calldata/index.d.ts.map +1 -0
  116. package/dist/configs/mayan/calldata/index.js +41 -0
  117. package/dist/configs/mayan/config.d.ts +4 -0
  118. package/dist/configs/mayan/config.d.ts.map +1 -0
  119. package/dist/configs/mayan/config.js +222 -0
  120. package/dist/configs/odos/config.d.ts +8 -0
  121. package/dist/configs/odos/config.d.ts.map +1 -0
  122. package/dist/configs/odos/config.js +127 -0
  123. package/dist/configs/orbiter/abis/ERC20.d.ts +172 -0
  124. package/dist/configs/orbiter/abis/ERC20.d.ts.map +1 -0
  125. package/dist/configs/orbiter/abis/ERC20.js +224 -0
  126. package/dist/configs/orbiter/abis/OrbiterRouterEVMV3.d.ts +85 -0
  127. package/dist/configs/orbiter/abis/OrbiterRouterEVMV3.d.ts.map +1 -0
  128. package/dist/configs/orbiter/abis/OrbiterRouterEVMV3.js +83 -0
  129. package/dist/configs/orbiter/calldata/index.d.ts +32 -0
  130. package/dist/configs/orbiter/calldata/index.d.ts.map +1 -0
  131. package/dist/configs/orbiter/calldata/index.js +59 -0
  132. package/dist/configs/orbiter/config.d.ts +4 -0
  133. package/dist/configs/orbiter/config.d.ts.map +1 -0
  134. package/dist/configs/orbiter/config.js +178 -0
  135. package/dist/configs/router/config.d.ts +4 -0
  136. package/dist/configs/router/config.d.ts.map +1 -0
  137. package/dist/configs/router/config.js +125 -0
  138. package/dist/configs/squid-v1/config.d.ts +4 -0
  139. package/dist/configs/squid-v1/config.d.ts.map +1 -0
  140. package/dist/configs/squid-v1/config.js +133 -0
  141. package/dist/configs/squid-v2/config.d.ts +4 -0
  142. package/dist/configs/squid-v2/config.d.ts.map +1 -0
  143. package/dist/configs/squid-v2/config.js +146 -0
  144. package/dist/configs/squid-v2/constants.d.ts +2 -0
  145. package/dist/configs/squid-v2/constants.d.ts.map +1 -0
  146. package/dist/configs/squid-v2/constants.js +1 -0
  147. package/dist/configs/stargate/abis/StargatePool.d.ts +41 -0
  148. package/dist/configs/stargate/abis/StargatePool.d.ts.map +1 -0
  149. package/dist/configs/stargate/abis/StargatePool.js +318 -0
  150. package/dist/configs/stargate/abis/TokenMessaging.d.ts +16 -0
  151. package/dist/configs/stargate/abis/TokenMessaging.d.ts.map +1 -0
  152. package/dist/configs/stargate/abis/TokenMessaging.js +21 -0
  153. package/dist/configs/stargate/calldata/constants.d.ts +249 -0
  154. package/dist/configs/stargate/calldata/constants.d.ts.map +1 -0
  155. package/dist/configs/stargate/calldata/constants.js +273 -0
  156. package/dist/configs/stargate/calldata/index.d.ts +6 -0
  157. package/dist/configs/stargate/calldata/index.d.ts.map +1 -0
  158. package/dist/configs/stargate/calldata/index.js +127 -0
  159. package/dist/configs/stargate/calldata/types.d.ts +51 -0
  160. package/dist/configs/stargate/calldata/types.d.ts.map +1 -0
  161. package/dist/configs/stargate/calldata/types.js +10 -0
  162. package/dist/configs/stargate/common/config.d.ts +88 -0
  163. package/dist/configs/stargate/common/config.d.ts.map +1 -0
  164. package/dist/configs/stargate/common/config.js +93 -0
  165. package/dist/configs/stargate/common/constants.d.ts +5 -0
  166. package/dist/configs/stargate/common/constants.d.ts.map +1 -0
  167. package/dist/configs/stargate/common/constants.js +7 -0
  168. package/dist/configs/stargate/common/index.d.ts +3 -0
  169. package/dist/configs/stargate/common/index.d.ts.map +1 -0
  170. package/dist/configs/stargate/common/index.js +2 -0
  171. package/dist/configs/stargate/configs/bus/config.d.ts +4 -0
  172. package/dist/configs/stargate/configs/bus/config.d.ts.map +1 -0
  173. package/dist/configs/stargate/configs/bus/config.js +41 -0
  174. package/dist/configs/stargate/configs/taxi/config.d.ts +4 -0
  175. package/dist/configs/stargate/configs/taxi/config.d.ts.map +1 -0
  176. package/dist/configs/stargate/configs/taxi/config.js +58 -0
  177. package/dist/configs/stargate/types/index.d.ts +12 -0
  178. package/dist/configs/stargate/types/index.d.ts.map +1 -0
  179. package/dist/configs/stargate/types/index.js +15 -0
  180. package/dist/configs/symbiosis/config.d.ts +4 -0
  181. package/dist/configs/symbiosis/config.d.ts.map +1 -0
  182. package/dist/configs/symbiosis/config.js +119 -0
  183. package/dist/configs/utils/index.d.ts +2 -0
  184. package/dist/configs/utils/index.d.ts.map +1 -0
  185. package/dist/configs/utils/index.js +3 -0
  186. package/dist/configs/xy/config.d.ts +4 -0
  187. package/dist/configs/xy/config.d.ts.map +1 -0
  188. package/dist/configs/xy/config.js +176 -0
  189. package/dist/configs/zenlink/calldata/aggregationRouterV2ABI.d.ts +49 -0
  190. package/dist/configs/zenlink/calldata/aggregationRouterV2ABI.d.ts.map +1 -0
  191. package/dist/configs/zenlink/calldata/aggregationRouterV2ABI.js +63 -0
  192. package/dist/configs/zenlink/calldata/index.d.ts +18 -0
  193. package/dist/configs/zenlink/calldata/index.d.ts.map +1 -0
  194. package/dist/configs/zenlink/calldata/index.js +35 -0
  195. package/dist/configs/zenlink/config.d.ts +4 -0
  196. package/dist/configs/zenlink/config.d.ts.map +1 -0
  197. package/dist/configs/zenlink/config.js +109 -0
  198. package/dist/configs/zenlink/errors.d.ts +15 -0
  199. package/dist/configs/zenlink/errors.d.ts.map +1 -0
  200. package/dist/configs/zenlink/errors.js +8 -0
  201. package/dist/index.d.ts +8 -0
  202. package/dist/index.d.ts.map +1 -0
  203. package/dist/index.js +7 -0
  204. package/dist/types/index.d.ts +31 -0
  205. package/dist/types/index.d.ts.map +1 -0
  206. package/dist/types/index.js +52 -0
  207. package/dist/walletClient.d.ts +4433 -0
  208. package/dist/walletClient.d.ts.map +1 -0
  209. package/dist/walletClient.js +7 -0
  210. package/package.json +27 -0
@@ -0,0 +1,1073 @@
1
+ export const AXELAR_GAS_SERVICE_ABI = [
2
+ {
3
+ inputs: [
4
+ { internalType: 'address', name: 'gasCollector_', type: 'address' },
5
+ ],
6
+ stateMutability: 'nonpayable',
7
+ type: 'constructor',
8
+ },
9
+ {
10
+ inputs: [
11
+ { internalType: 'uint256', name: 'required', type: 'uint256' },
12
+ { internalType: 'uint256', name: 'provided', type: 'uint256' },
13
+ ],
14
+ name: 'InsufficientGasPayment',
15
+ type: 'error',
16
+ },
17
+ { inputs: [], name: 'InvalidAddress', type: 'error' },
18
+ { inputs: [], name: 'InvalidAmounts', type: 'error' },
19
+ { inputs: [], name: 'InvalidCodeHash', type: 'error' },
20
+ { inputs: [], name: 'InvalidGasUpdates', type: 'error' },
21
+ { inputs: [], name: 'InvalidImplementation', type: 'error' },
22
+ { inputs: [], name: 'InvalidOwner', type: 'error' },
23
+ { inputs: [], name: 'InvalidOwnerAddress', type: 'error' },
24
+ { inputs: [], name: 'InvalidParams', type: 'error' },
25
+ { inputs: [], name: 'NativeTransferFailed', type: 'error' },
26
+ { inputs: [], name: 'NotCollector', type: 'error' },
27
+ { inputs: [], name: 'NotOwner', type: 'error' },
28
+ { inputs: [], name: 'NotProxy', type: 'error' },
29
+ { inputs: [], name: 'SetupFailed', type: 'error' },
30
+ { inputs: [], name: 'TokenTransferFailed', type: 'error' },
31
+ {
32
+ inputs: [
33
+ {
34
+ internalType: 'enum GasEstimationType',
35
+ name: 'gasEstimationType',
36
+ type: 'uint8',
37
+ },
38
+ ],
39
+ name: 'UnsupportedEstimationType',
40
+ type: 'error',
41
+ },
42
+ {
43
+ anonymous: false,
44
+ inputs: [
45
+ {
46
+ indexed: true,
47
+ internalType: 'bytes32',
48
+ name: 'txHash',
49
+ type: 'bytes32',
50
+ },
51
+ {
52
+ indexed: true,
53
+ internalType: 'uint256',
54
+ name: 'logIndex',
55
+ type: 'uint256',
56
+ },
57
+ {
58
+ indexed: false,
59
+ internalType: 'address',
60
+ name: 'gasToken',
61
+ type: 'address',
62
+ },
63
+ {
64
+ indexed: false,
65
+ internalType: 'uint256',
66
+ name: 'gasFeeAmount',
67
+ type: 'uint256',
68
+ },
69
+ {
70
+ indexed: false,
71
+ internalType: 'address',
72
+ name: 'refundAddress',
73
+ type: 'address',
74
+ },
75
+ ],
76
+ name: 'ExpressGasAdded',
77
+ type: 'event',
78
+ },
79
+ {
80
+ anonymous: false,
81
+ inputs: [
82
+ {
83
+ indexed: true,
84
+ internalType: 'bytes32',
85
+ name: 'txHash',
86
+ type: 'bytes32',
87
+ },
88
+ {
89
+ indexed: true,
90
+ internalType: 'uint256',
91
+ name: 'logIndex',
92
+ type: 'uint256',
93
+ },
94
+ {
95
+ indexed: false,
96
+ internalType: 'address',
97
+ name: 'gasToken',
98
+ type: 'address',
99
+ },
100
+ {
101
+ indexed: false,
102
+ internalType: 'uint256',
103
+ name: 'gasFeeAmount',
104
+ type: 'uint256',
105
+ },
106
+ {
107
+ indexed: false,
108
+ internalType: 'address',
109
+ name: 'refundAddress',
110
+ type: 'address',
111
+ },
112
+ ],
113
+ name: 'GasAdded',
114
+ type: 'event',
115
+ },
116
+ {
117
+ anonymous: false,
118
+ inputs: [
119
+ { indexed: false, internalType: 'string', name: 'chain', type: 'string' },
120
+ {
121
+ components: [
122
+ { internalType: 'uint64', name: 'gasEstimationType', type: 'uint64' },
123
+ { internalType: 'uint64', name: 'l1FeeScalar', type: 'uint64' },
124
+ { internalType: 'uint128', name: 'axelarBaseFee', type: 'uint128' },
125
+ {
126
+ internalType: 'uint128',
127
+ name: 'relativeGasPrice',
128
+ type: 'uint128',
129
+ },
130
+ {
131
+ internalType: 'uint128',
132
+ name: 'relativeBlobBaseFee',
133
+ type: 'uint128',
134
+ },
135
+ { internalType: 'uint128', name: 'expressFee', type: 'uint128' },
136
+ ],
137
+ indexed: false,
138
+ internalType: 'struct GasInfo',
139
+ name: 'info',
140
+ type: 'tuple',
141
+ },
142
+ ],
143
+ name: 'GasInfoUpdated',
144
+ type: 'event',
145
+ },
146
+ {
147
+ anonymous: false,
148
+ inputs: [
149
+ {
150
+ indexed: true,
151
+ internalType: 'address',
152
+ name: 'sourceAddress',
153
+ type: 'address',
154
+ },
155
+ {
156
+ indexed: false,
157
+ internalType: 'string',
158
+ name: 'destinationChain',
159
+ type: 'string',
160
+ },
161
+ {
162
+ indexed: false,
163
+ internalType: 'string',
164
+ name: 'destinationAddress',
165
+ type: 'string',
166
+ },
167
+ {
168
+ indexed: true,
169
+ internalType: 'bytes32',
170
+ name: 'payloadHash',
171
+ type: 'bytes32',
172
+ },
173
+ {
174
+ indexed: false,
175
+ internalType: 'address',
176
+ name: 'gasToken',
177
+ type: 'address',
178
+ },
179
+ {
180
+ indexed: false,
181
+ internalType: 'uint256',
182
+ name: 'gasFeeAmount',
183
+ type: 'uint256',
184
+ },
185
+ {
186
+ indexed: false,
187
+ internalType: 'address',
188
+ name: 'refundAddress',
189
+ type: 'address',
190
+ },
191
+ ],
192
+ name: 'GasPaidForContractCall',
193
+ type: 'event',
194
+ },
195
+ {
196
+ anonymous: false,
197
+ inputs: [
198
+ {
199
+ indexed: true,
200
+ internalType: 'address',
201
+ name: 'sourceAddress',
202
+ type: 'address',
203
+ },
204
+ {
205
+ indexed: false,
206
+ internalType: 'string',
207
+ name: 'destinationChain',
208
+ type: 'string',
209
+ },
210
+ {
211
+ indexed: false,
212
+ internalType: 'string',
213
+ name: 'destinationAddress',
214
+ type: 'string',
215
+ },
216
+ {
217
+ indexed: true,
218
+ internalType: 'bytes32',
219
+ name: 'payloadHash',
220
+ type: 'bytes32',
221
+ },
222
+ {
223
+ indexed: false,
224
+ internalType: 'string',
225
+ name: 'symbol',
226
+ type: 'string',
227
+ },
228
+ {
229
+ indexed: false,
230
+ internalType: 'uint256',
231
+ name: 'amount',
232
+ type: 'uint256',
233
+ },
234
+ {
235
+ indexed: false,
236
+ internalType: 'address',
237
+ name: 'gasToken',
238
+ type: 'address',
239
+ },
240
+ {
241
+ indexed: false,
242
+ internalType: 'uint256',
243
+ name: 'gasFeeAmount',
244
+ type: 'uint256',
245
+ },
246
+ {
247
+ indexed: false,
248
+ internalType: 'address',
249
+ name: 'refundAddress',
250
+ type: 'address',
251
+ },
252
+ ],
253
+ name: 'GasPaidForContractCallWithToken',
254
+ type: 'event',
255
+ },
256
+ {
257
+ anonymous: false,
258
+ inputs: [
259
+ {
260
+ indexed: true,
261
+ internalType: 'address',
262
+ name: 'sourceAddress',
263
+ type: 'address',
264
+ },
265
+ {
266
+ indexed: false,
267
+ internalType: 'string',
268
+ name: 'destinationChain',
269
+ type: 'string',
270
+ },
271
+ {
272
+ indexed: false,
273
+ internalType: 'string',
274
+ name: 'destinationAddress',
275
+ type: 'string',
276
+ },
277
+ {
278
+ indexed: true,
279
+ internalType: 'bytes32',
280
+ name: 'payloadHash',
281
+ type: 'bytes32',
282
+ },
283
+ {
284
+ indexed: false,
285
+ internalType: 'address',
286
+ name: 'gasToken',
287
+ type: 'address',
288
+ },
289
+ {
290
+ indexed: false,
291
+ internalType: 'uint256',
292
+ name: 'gasFeeAmount',
293
+ type: 'uint256',
294
+ },
295
+ {
296
+ indexed: false,
297
+ internalType: 'address',
298
+ name: 'refundAddress',
299
+ type: 'address',
300
+ },
301
+ ],
302
+ name: 'GasPaidForExpressCall',
303
+ type: 'event',
304
+ },
305
+ {
306
+ anonymous: false,
307
+ inputs: [
308
+ {
309
+ indexed: true,
310
+ internalType: 'address',
311
+ name: 'sourceAddress',
312
+ type: 'address',
313
+ },
314
+ {
315
+ indexed: false,
316
+ internalType: 'string',
317
+ name: 'destinationChain',
318
+ type: 'string',
319
+ },
320
+ {
321
+ indexed: false,
322
+ internalType: 'string',
323
+ name: 'destinationAddress',
324
+ type: 'string',
325
+ },
326
+ {
327
+ indexed: true,
328
+ internalType: 'bytes32',
329
+ name: 'payloadHash',
330
+ type: 'bytes32',
331
+ },
332
+ {
333
+ indexed: false,
334
+ internalType: 'string',
335
+ name: 'symbol',
336
+ type: 'string',
337
+ },
338
+ {
339
+ indexed: false,
340
+ internalType: 'uint256',
341
+ name: 'amount',
342
+ type: 'uint256',
343
+ },
344
+ {
345
+ indexed: false,
346
+ internalType: 'address',
347
+ name: 'gasToken',
348
+ type: 'address',
349
+ },
350
+ {
351
+ indexed: false,
352
+ internalType: 'uint256',
353
+ name: 'gasFeeAmount',
354
+ type: 'uint256',
355
+ },
356
+ {
357
+ indexed: false,
358
+ internalType: 'address',
359
+ name: 'refundAddress',
360
+ type: 'address',
361
+ },
362
+ ],
363
+ name: 'GasPaidForExpressCallWithToken',
364
+ type: 'event',
365
+ },
366
+ {
367
+ anonymous: false,
368
+ inputs: [
369
+ {
370
+ indexed: true,
371
+ internalType: 'bytes32',
372
+ name: 'txHash',
373
+ type: 'bytes32',
374
+ },
375
+ {
376
+ indexed: true,
377
+ internalType: 'uint256',
378
+ name: 'logIndex',
379
+ type: 'uint256',
380
+ },
381
+ {
382
+ indexed: false,
383
+ internalType: 'uint256',
384
+ name: 'gasFeeAmount',
385
+ type: 'uint256',
386
+ },
387
+ {
388
+ indexed: false,
389
+ internalType: 'address',
390
+ name: 'refundAddress',
391
+ type: 'address',
392
+ },
393
+ ],
394
+ name: 'NativeExpressGasAdded',
395
+ type: 'event',
396
+ },
397
+ {
398
+ anonymous: false,
399
+ inputs: [
400
+ {
401
+ indexed: true,
402
+ internalType: 'bytes32',
403
+ name: 'txHash',
404
+ type: 'bytes32',
405
+ },
406
+ {
407
+ indexed: true,
408
+ internalType: 'uint256',
409
+ name: 'logIndex',
410
+ type: 'uint256',
411
+ },
412
+ {
413
+ indexed: false,
414
+ internalType: 'uint256',
415
+ name: 'gasFeeAmount',
416
+ type: 'uint256',
417
+ },
418
+ {
419
+ indexed: false,
420
+ internalType: 'address',
421
+ name: 'refundAddress',
422
+ type: 'address',
423
+ },
424
+ ],
425
+ name: 'NativeGasAdded',
426
+ type: 'event',
427
+ },
428
+ {
429
+ anonymous: false,
430
+ inputs: [
431
+ {
432
+ indexed: true,
433
+ internalType: 'address',
434
+ name: 'sourceAddress',
435
+ type: 'address',
436
+ },
437
+ {
438
+ indexed: false,
439
+ internalType: 'string',
440
+ name: 'destinationChain',
441
+ type: 'string',
442
+ },
443
+ {
444
+ indexed: false,
445
+ internalType: 'string',
446
+ name: 'destinationAddress',
447
+ type: 'string',
448
+ },
449
+ {
450
+ indexed: true,
451
+ internalType: 'bytes32',
452
+ name: 'payloadHash',
453
+ type: 'bytes32',
454
+ },
455
+ {
456
+ indexed: false,
457
+ internalType: 'uint256',
458
+ name: 'gasFeeAmount',
459
+ type: 'uint256',
460
+ },
461
+ {
462
+ indexed: false,
463
+ internalType: 'address',
464
+ name: 'refundAddress',
465
+ type: 'address',
466
+ },
467
+ ],
468
+ name: 'NativeGasPaidForContractCall',
469
+ type: 'event',
470
+ },
471
+ {
472
+ anonymous: false,
473
+ inputs: [
474
+ {
475
+ indexed: true,
476
+ internalType: 'address',
477
+ name: 'sourceAddress',
478
+ type: 'address',
479
+ },
480
+ {
481
+ indexed: false,
482
+ internalType: 'string',
483
+ name: 'destinationChain',
484
+ type: 'string',
485
+ },
486
+ {
487
+ indexed: false,
488
+ internalType: 'string',
489
+ name: 'destinationAddress',
490
+ type: 'string',
491
+ },
492
+ {
493
+ indexed: true,
494
+ internalType: 'bytes32',
495
+ name: 'payloadHash',
496
+ type: 'bytes32',
497
+ },
498
+ {
499
+ indexed: false,
500
+ internalType: 'string',
501
+ name: 'symbol',
502
+ type: 'string',
503
+ },
504
+ {
505
+ indexed: false,
506
+ internalType: 'uint256',
507
+ name: 'amount',
508
+ type: 'uint256',
509
+ },
510
+ {
511
+ indexed: false,
512
+ internalType: 'uint256',
513
+ name: 'gasFeeAmount',
514
+ type: 'uint256',
515
+ },
516
+ {
517
+ indexed: false,
518
+ internalType: 'address',
519
+ name: 'refundAddress',
520
+ type: 'address',
521
+ },
522
+ ],
523
+ name: 'NativeGasPaidForContractCallWithToken',
524
+ type: 'event',
525
+ },
526
+ {
527
+ anonymous: false,
528
+ inputs: [
529
+ {
530
+ indexed: true,
531
+ internalType: 'address',
532
+ name: 'sourceAddress',
533
+ type: 'address',
534
+ },
535
+ {
536
+ indexed: false,
537
+ internalType: 'string',
538
+ name: 'destinationChain',
539
+ type: 'string',
540
+ },
541
+ {
542
+ indexed: false,
543
+ internalType: 'string',
544
+ name: 'destinationAddress',
545
+ type: 'string',
546
+ },
547
+ {
548
+ indexed: true,
549
+ internalType: 'bytes32',
550
+ name: 'payloadHash',
551
+ type: 'bytes32',
552
+ },
553
+ {
554
+ indexed: false,
555
+ internalType: 'uint256',
556
+ name: 'gasFeeAmount',
557
+ type: 'uint256',
558
+ },
559
+ {
560
+ indexed: false,
561
+ internalType: 'address',
562
+ name: 'refundAddress',
563
+ type: 'address',
564
+ },
565
+ ],
566
+ name: 'NativeGasPaidForExpressCall',
567
+ type: 'event',
568
+ },
569
+ {
570
+ anonymous: false,
571
+ inputs: [
572
+ {
573
+ indexed: true,
574
+ internalType: 'address',
575
+ name: 'sourceAddress',
576
+ type: 'address',
577
+ },
578
+ {
579
+ indexed: false,
580
+ internalType: 'string',
581
+ name: 'destinationChain',
582
+ type: 'string',
583
+ },
584
+ {
585
+ indexed: false,
586
+ internalType: 'string',
587
+ name: 'destinationAddress',
588
+ type: 'string',
589
+ },
590
+ {
591
+ indexed: true,
592
+ internalType: 'bytes32',
593
+ name: 'payloadHash',
594
+ type: 'bytes32',
595
+ },
596
+ {
597
+ indexed: false,
598
+ internalType: 'string',
599
+ name: 'symbol',
600
+ type: 'string',
601
+ },
602
+ {
603
+ indexed: false,
604
+ internalType: 'uint256',
605
+ name: 'amount',
606
+ type: 'uint256',
607
+ },
608
+ {
609
+ indexed: false,
610
+ internalType: 'uint256',
611
+ name: 'gasFeeAmount',
612
+ type: 'uint256',
613
+ },
614
+ {
615
+ indexed: false,
616
+ internalType: 'address',
617
+ name: 'refundAddress',
618
+ type: 'address',
619
+ },
620
+ ],
621
+ name: 'NativeGasPaidForExpressCallWithToken',
622
+ type: 'event',
623
+ },
624
+ {
625
+ anonymous: false,
626
+ inputs: [
627
+ {
628
+ indexed: true,
629
+ internalType: 'address',
630
+ name: 'newOwner',
631
+ type: 'address',
632
+ },
633
+ ],
634
+ name: 'OwnershipTransferStarted',
635
+ type: 'event',
636
+ },
637
+ {
638
+ anonymous: false,
639
+ inputs: [
640
+ {
641
+ indexed: true,
642
+ internalType: 'address',
643
+ name: 'newOwner',
644
+ type: 'address',
645
+ },
646
+ ],
647
+ name: 'OwnershipTransferred',
648
+ type: 'event',
649
+ },
650
+ {
651
+ anonymous: false,
652
+ inputs: [
653
+ {
654
+ indexed: true,
655
+ internalType: 'bytes32',
656
+ name: 'txHash',
657
+ type: 'bytes32',
658
+ },
659
+ {
660
+ indexed: true,
661
+ internalType: 'uint256',
662
+ name: 'logIndex',
663
+ type: 'uint256',
664
+ },
665
+ {
666
+ indexed: false,
667
+ internalType: 'address payable',
668
+ name: 'receiver',
669
+ type: 'address',
670
+ },
671
+ {
672
+ indexed: false,
673
+ internalType: 'address',
674
+ name: 'token',
675
+ type: 'address',
676
+ },
677
+ {
678
+ indexed: false,
679
+ internalType: 'uint256',
680
+ name: 'amount',
681
+ type: 'uint256',
682
+ },
683
+ ],
684
+ name: 'Refunded',
685
+ type: 'event',
686
+ },
687
+ {
688
+ anonymous: false,
689
+ inputs: [
690
+ {
691
+ indexed: true,
692
+ internalType: 'address',
693
+ name: 'newImplementation',
694
+ type: 'address',
695
+ },
696
+ ],
697
+ name: 'Upgraded',
698
+ type: 'event',
699
+ },
700
+ {
701
+ inputs: [],
702
+ name: 'acceptOwnership',
703
+ outputs: [],
704
+ stateMutability: 'nonpayable',
705
+ type: 'function',
706
+ },
707
+ {
708
+ inputs: [
709
+ { internalType: 'bytes32', name: 'txHash', type: 'bytes32' },
710
+ { internalType: 'uint256', name: 'logIndex', type: 'uint256' },
711
+ { internalType: 'address', name: 'gasToken', type: 'address' },
712
+ { internalType: 'uint256', name: 'gasFeeAmount', type: 'uint256' },
713
+ { internalType: 'address', name: 'refundAddress', type: 'address' },
714
+ ],
715
+ name: 'addExpressGas',
716
+ outputs: [],
717
+ stateMutability: 'nonpayable',
718
+ type: 'function',
719
+ },
720
+ {
721
+ inputs: [
722
+ { internalType: 'bytes32', name: 'txHash', type: 'bytes32' },
723
+ { internalType: 'uint256', name: 'logIndex', type: 'uint256' },
724
+ { internalType: 'address', name: 'gasToken', type: 'address' },
725
+ { internalType: 'uint256', name: 'gasFeeAmount', type: 'uint256' },
726
+ { internalType: 'address', name: 'refundAddress', type: 'address' },
727
+ ],
728
+ name: 'addGas',
729
+ outputs: [],
730
+ stateMutability: 'nonpayable',
731
+ type: 'function',
732
+ },
733
+ {
734
+ inputs: [
735
+ { internalType: 'bytes32', name: 'txHash', type: 'bytes32' },
736
+ { internalType: 'uint256', name: 'logIndex', type: 'uint256' },
737
+ { internalType: 'address', name: 'refundAddress', type: 'address' },
738
+ ],
739
+ name: 'addNativeExpressGas',
740
+ outputs: [],
741
+ stateMutability: 'payable',
742
+ type: 'function',
743
+ },
744
+ {
745
+ inputs: [
746
+ { internalType: 'bytes32', name: 'txHash', type: 'bytes32' },
747
+ { internalType: 'uint256', name: 'logIndex', type: 'uint256' },
748
+ { internalType: 'address', name: 'refundAddress', type: 'address' },
749
+ ],
750
+ name: 'addNativeGas',
751
+ outputs: [],
752
+ stateMutability: 'payable',
753
+ type: 'function',
754
+ },
755
+ {
756
+ inputs: [
757
+ { internalType: 'address payable', name: 'receiver', type: 'address' },
758
+ { internalType: 'address[]', name: 'tokens', type: 'address[]' },
759
+ { internalType: 'uint256[]', name: 'amounts', type: 'uint256[]' },
760
+ ],
761
+ name: 'collectFees',
762
+ outputs: [],
763
+ stateMutability: 'nonpayable',
764
+ type: 'function',
765
+ },
766
+ {
767
+ inputs: [],
768
+ name: 'contractId',
769
+ outputs: [{ internalType: 'bytes32', name: '', type: 'bytes32' }],
770
+ stateMutability: 'pure',
771
+ type: 'function',
772
+ },
773
+ {
774
+ inputs: [
775
+ { internalType: 'string', name: 'destinationChain', type: 'string' },
776
+ { internalType: 'string', name: '', type: 'string' },
777
+ { internalType: 'bytes', name: 'payload', type: 'bytes' },
778
+ { internalType: 'uint256', name: 'executionGasLimit', type: 'uint256' },
779
+ { internalType: 'bytes', name: '', type: 'bytes' },
780
+ ],
781
+ name: 'estimateGasFee',
782
+ outputs: [
783
+ { internalType: 'uint256', name: 'gasEstimate', type: 'uint256' },
784
+ ],
785
+ stateMutability: 'view',
786
+ type: 'function',
787
+ },
788
+ {
789
+ inputs: [],
790
+ name: 'gasCollector',
791
+ outputs: [{ internalType: 'address', name: '', type: 'address' }],
792
+ stateMutability: 'view',
793
+ type: 'function',
794
+ },
795
+ {
796
+ inputs: [{ internalType: 'string', name: 'chain', type: 'string' }],
797
+ name: 'getGasInfo',
798
+ outputs: [
799
+ {
800
+ components: [
801
+ { internalType: 'uint64', name: 'gasEstimationType', type: 'uint64' },
802
+ { internalType: 'uint64', name: 'l1FeeScalar', type: 'uint64' },
803
+ { internalType: 'uint128', name: 'axelarBaseFee', type: 'uint128' },
804
+ {
805
+ internalType: 'uint128',
806
+ name: 'relativeGasPrice',
807
+ type: 'uint128',
808
+ },
809
+ {
810
+ internalType: 'uint128',
811
+ name: 'relativeBlobBaseFee',
812
+ type: 'uint128',
813
+ },
814
+ { internalType: 'uint128', name: 'expressFee', type: 'uint128' },
815
+ ],
816
+ internalType: 'struct GasInfo',
817
+ name: '',
818
+ type: 'tuple',
819
+ },
820
+ ],
821
+ stateMutability: 'view',
822
+ type: 'function',
823
+ },
824
+ {
825
+ inputs: [],
826
+ name: 'implementation',
827
+ outputs: [
828
+ { internalType: 'address', name: 'implementation_', type: 'address' },
829
+ ],
830
+ stateMutability: 'view',
831
+ type: 'function',
832
+ },
833
+ {
834
+ inputs: [],
835
+ name: 'owner',
836
+ outputs: [{ internalType: 'address', name: 'owner_', type: 'address' }],
837
+ stateMutability: 'view',
838
+ type: 'function',
839
+ },
840
+ {
841
+ inputs: [
842
+ { internalType: 'address', name: 'sender', type: 'address' },
843
+ { internalType: 'string', name: 'destinationChain', type: 'string' },
844
+ { internalType: 'string', name: 'destinationAddress', type: 'string' },
845
+ { internalType: 'bytes', name: 'payload', type: 'bytes' },
846
+ { internalType: 'uint256', name: 'executionGasLimit', type: 'uint256' },
847
+ { internalType: 'bool', name: 'estimateOnChain', type: 'bool' },
848
+ { internalType: 'address', name: 'refundAddress', type: 'address' },
849
+ { internalType: 'bytes', name: 'params', type: 'bytes' },
850
+ ],
851
+ name: 'payGas',
852
+ outputs: [],
853
+ stateMutability: 'payable',
854
+ type: 'function',
855
+ },
856
+ {
857
+ inputs: [
858
+ { internalType: 'address', name: 'sender', type: 'address' },
859
+ { internalType: 'string', name: 'destinationChain', type: 'string' },
860
+ { internalType: 'string', name: 'destinationAddress', type: 'string' },
861
+ { internalType: 'bytes', name: 'payload', type: 'bytes' },
862
+ { internalType: 'address', name: 'gasToken', type: 'address' },
863
+ { internalType: 'uint256', name: 'gasFeeAmount', type: 'uint256' },
864
+ { internalType: 'address', name: 'refundAddress', type: 'address' },
865
+ ],
866
+ name: 'payGasForContractCall',
867
+ outputs: [],
868
+ stateMutability: 'nonpayable',
869
+ type: 'function',
870
+ },
871
+ {
872
+ inputs: [
873
+ { internalType: 'address', name: 'sender', type: 'address' },
874
+ { internalType: 'string', name: 'destinationChain', type: 'string' },
875
+ { internalType: 'string', name: 'destinationAddress', type: 'string' },
876
+ { internalType: 'bytes', name: 'payload', type: 'bytes' },
877
+ { internalType: 'string', name: 'symbol', type: 'string' },
878
+ { internalType: 'uint256', name: 'amount', type: 'uint256' },
879
+ { internalType: 'address', name: 'gasToken', type: 'address' },
880
+ { internalType: 'uint256', name: 'gasFeeAmount', type: 'uint256' },
881
+ { internalType: 'address', name: 'refundAddress', type: 'address' },
882
+ ],
883
+ name: 'payGasForContractCallWithToken',
884
+ outputs: [],
885
+ stateMutability: 'nonpayable',
886
+ type: 'function',
887
+ },
888
+ {
889
+ inputs: [
890
+ { internalType: 'address', name: 'sender', type: 'address' },
891
+ { internalType: 'string', name: 'destinationChain', type: 'string' },
892
+ { internalType: 'string', name: 'destinationAddress', type: 'string' },
893
+ { internalType: 'bytes', name: 'payload', type: 'bytes' },
894
+ { internalType: 'address', name: 'gasToken', type: 'address' },
895
+ { internalType: 'uint256', name: 'gasFeeAmount', type: 'uint256' },
896
+ { internalType: 'address', name: 'refundAddress', type: 'address' },
897
+ ],
898
+ name: 'payGasForExpressCall',
899
+ outputs: [],
900
+ stateMutability: 'nonpayable',
901
+ type: 'function',
902
+ },
903
+ {
904
+ inputs: [
905
+ { internalType: 'address', name: 'sender', type: 'address' },
906
+ { internalType: 'string', name: 'destinationChain', type: 'string' },
907
+ { internalType: 'string', name: 'destinationAddress', type: 'string' },
908
+ { internalType: 'bytes', name: 'payload', type: 'bytes' },
909
+ { internalType: 'string', name: 'symbol', type: 'string' },
910
+ { internalType: 'uint256', name: 'amount', type: 'uint256' },
911
+ { internalType: 'address', name: 'gasToken', type: 'address' },
912
+ { internalType: 'uint256', name: 'gasFeeAmount', type: 'uint256' },
913
+ { internalType: 'address', name: 'refundAddress', type: 'address' },
914
+ ],
915
+ name: 'payGasForExpressCallWithToken',
916
+ outputs: [],
917
+ stateMutability: 'nonpayable',
918
+ type: 'function',
919
+ },
920
+ {
921
+ inputs: [
922
+ { internalType: 'address', name: 'sender', type: 'address' },
923
+ { internalType: 'string', name: 'destinationChain', type: 'string' },
924
+ { internalType: 'string', name: 'destinationAddress', type: 'string' },
925
+ { internalType: 'bytes', name: 'payload', type: 'bytes' },
926
+ { internalType: 'address', name: 'refundAddress', type: 'address' },
927
+ ],
928
+ name: 'payNativeGasForContractCall',
929
+ outputs: [],
930
+ stateMutability: 'payable',
931
+ type: 'function',
932
+ },
933
+ {
934
+ inputs: [
935
+ { internalType: 'address', name: 'sender', type: 'address' },
936
+ { internalType: 'string', name: 'destinationChain', type: 'string' },
937
+ { internalType: 'string', name: 'destinationAddress', type: 'string' },
938
+ { internalType: 'bytes', name: 'payload', type: 'bytes' },
939
+ { internalType: 'string', name: 'symbol', type: 'string' },
940
+ { internalType: 'uint256', name: 'amount', type: 'uint256' },
941
+ { internalType: 'address', name: 'refundAddress', type: 'address' },
942
+ ],
943
+ name: 'payNativeGasForContractCallWithToken',
944
+ outputs: [],
945
+ stateMutability: 'payable',
946
+ type: 'function',
947
+ },
948
+ {
949
+ inputs: [
950
+ { internalType: 'address', name: 'sender', type: 'address' },
951
+ { internalType: 'string', name: 'destinationChain', type: 'string' },
952
+ { internalType: 'string', name: 'destinationAddress', type: 'string' },
953
+ { internalType: 'bytes', name: 'payload', type: 'bytes' },
954
+ { internalType: 'address', name: 'refundAddress', type: 'address' },
955
+ ],
956
+ name: 'payNativeGasForExpressCall',
957
+ outputs: [],
958
+ stateMutability: 'payable',
959
+ type: 'function',
960
+ },
961
+ {
962
+ inputs: [
963
+ { internalType: 'address', name: 'sender', type: 'address' },
964
+ { internalType: 'string', name: 'destinationChain', type: 'string' },
965
+ { internalType: 'string', name: 'destinationAddress', type: 'string' },
966
+ { internalType: 'bytes', name: 'payload', type: 'bytes' },
967
+ { internalType: 'string', name: 'symbol', type: 'string' },
968
+ { internalType: 'uint256', name: 'amount', type: 'uint256' },
969
+ { internalType: 'address', name: 'refundAddress', type: 'address' },
970
+ ],
971
+ name: 'payNativeGasForExpressCallWithToken',
972
+ outputs: [],
973
+ stateMutability: 'payable',
974
+ type: 'function',
975
+ },
976
+ {
977
+ inputs: [],
978
+ name: 'pendingOwner',
979
+ outputs: [{ internalType: 'address', name: 'owner_', type: 'address' }],
980
+ stateMutability: 'view',
981
+ type: 'function',
982
+ },
983
+ {
984
+ inputs: [{ internalType: 'address', name: 'newOwner', type: 'address' }],
985
+ name: 'proposeOwnership',
986
+ outputs: [],
987
+ stateMutability: 'nonpayable',
988
+ type: 'function',
989
+ },
990
+ {
991
+ inputs: [
992
+ { internalType: 'bytes32', name: 'txHash', type: 'bytes32' },
993
+ { internalType: 'uint256', name: 'logIndex', type: 'uint256' },
994
+ { internalType: 'address payable', name: 'receiver', type: 'address' },
995
+ { internalType: 'address', name: 'token', type: 'address' },
996
+ { internalType: 'uint256', name: 'amount', type: 'uint256' },
997
+ ],
998
+ name: 'refund',
999
+ outputs: [],
1000
+ stateMutability: 'nonpayable',
1001
+ type: 'function',
1002
+ },
1003
+ {
1004
+ inputs: [
1005
+ { internalType: 'address payable', name: 'receiver', type: 'address' },
1006
+ { internalType: 'address', name: 'token', type: 'address' },
1007
+ { internalType: 'uint256', name: 'amount', type: 'uint256' },
1008
+ ],
1009
+ name: 'refund',
1010
+ outputs: [],
1011
+ stateMutability: 'nonpayable',
1012
+ type: 'function',
1013
+ },
1014
+ {
1015
+ inputs: [{ internalType: 'bytes', name: 'data', type: 'bytes' }],
1016
+ name: 'setup',
1017
+ outputs: [],
1018
+ stateMutability: 'nonpayable',
1019
+ type: 'function',
1020
+ },
1021
+ {
1022
+ inputs: [{ internalType: 'address', name: 'newOwner', type: 'address' }],
1023
+ name: 'transferOwnership',
1024
+ outputs: [],
1025
+ stateMutability: 'nonpayable',
1026
+ type: 'function',
1027
+ },
1028
+ {
1029
+ inputs: [
1030
+ { internalType: 'string[]', name: 'chains', type: 'string[]' },
1031
+ {
1032
+ components: [
1033
+ { internalType: 'uint64', name: 'gasEstimationType', type: 'uint64' },
1034
+ { internalType: 'uint64', name: 'l1FeeScalar', type: 'uint64' },
1035
+ { internalType: 'uint128', name: 'axelarBaseFee', type: 'uint128' },
1036
+ {
1037
+ internalType: 'uint128',
1038
+ name: 'relativeGasPrice',
1039
+ type: 'uint128',
1040
+ },
1041
+ {
1042
+ internalType: 'uint128',
1043
+ name: 'relativeBlobBaseFee',
1044
+ type: 'uint128',
1045
+ },
1046
+ { internalType: 'uint128', name: 'expressFee', type: 'uint128' },
1047
+ ],
1048
+ internalType: 'struct GasInfo[]',
1049
+ name: 'gasUpdates',
1050
+ type: 'tuple[]',
1051
+ },
1052
+ ],
1053
+ name: 'updateGasInfo',
1054
+ outputs: [],
1055
+ stateMutability: 'nonpayable',
1056
+ type: 'function',
1057
+ },
1058
+ {
1059
+ inputs: [
1060
+ { internalType: 'address', name: 'newImplementation', type: 'address' },
1061
+ {
1062
+ internalType: 'bytes32',
1063
+ name: 'newImplementationCodeHash',
1064
+ type: 'bytes32',
1065
+ },
1066
+ { internalType: 'bytes', name: 'params', type: 'bytes' },
1067
+ ],
1068
+ name: 'upgrade',
1069
+ outputs: [],
1070
+ stateMutability: 'nonpayable',
1071
+ type: 'function',
1072
+ },
1073
+ ];