rubic-sdk 4.45.3 → 4.47.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 (163) hide show
  1. package/dist/rubic-sdk.min.js +3816 -17
  2. package/dist/rubic-sdk.min.js.map +1 -1
  3. package/lib/common/tokens/token.js +1 -1
  4. package/lib/common/tokens/token.js.map +1 -1
  5. package/lib/core/blockchain/models/blockchain-name.d.ts +2 -0
  6. package/lib/core/blockchain/models/blockchain-name.js +1 -0
  7. package/lib/core/blockchain/models/blockchain-name.js.map +1 -1
  8. package/lib/core/blockchain/models/chain-type.d.ts +1 -1
  9. package/lib/core/blockchain/models/chain-type.js +1 -1
  10. package/lib/core/blockchain/models/chain-type.js.map +1 -1
  11. package/lib/core/blockchain/web3-private-service/models/web-private-supported-blockchain.d.ts +1 -1
  12. package/lib/core/blockchain/web3-public-service/models/web3-public-storage.d.ts +1 -1
  13. package/lib/features/common/providers/rango/constants/rango-api-common.d.ts +2 -0
  14. package/lib/features/common/providers/rango/constants/rango-api-common.js +6 -0
  15. package/lib/features/common/providers/rango/constants/rango-api-common.js.map +1 -0
  16. package/lib/features/common/providers/rango/constants/rango-contract-address.d.ts +3 -0
  17. package/lib/features/common/providers/rango/constants/rango-contract-address.js +73 -0
  18. package/lib/features/common/providers/rango/constants/rango-contract-address.js.map +1 -0
  19. package/lib/features/common/providers/rango/models/rango-api-best-route-types.d.ts +54 -0
  20. package/lib/features/common/providers/rango/models/rango-api-best-route-types.js +3 -0
  21. package/lib/features/common/providers/rango/models/rango-api-best-route-types.js.map +1 -0
  22. package/lib/features/common/providers/rango/models/rango-api-blockchain-names.d.ts +3 -0
  23. package/lib/features/common/providers/rango/models/rango-api-blockchain-names.js +20 -0
  24. package/lib/features/common/providers/rango/models/rango-api-blockchain-names.js.map +1 -0
  25. package/lib/features/common/providers/rango/models/rango-api-common-types.d.ts +26 -0
  26. package/lib/features/common/providers/rango/models/rango-api-common-types.js +10 -0
  27. package/lib/features/common/providers/rango/models/rango-api-common-types.js.map +1 -0
  28. package/lib/features/common/providers/rango/models/rango-api-status-types.d.ts +38 -0
  29. package/lib/features/common/providers/rango/models/rango-api-status-types.js +9 -0
  30. package/lib/features/common/providers/rango/models/rango-api-status-types.js.map +1 -0
  31. package/lib/features/common/providers/rango/models/rango-api-swap-types.d.ts +56 -0
  32. package/lib/features/common/providers/rango/models/rango-api-swap-types.js +3 -0
  33. package/lib/features/common/providers/rango/models/rango-api-swap-types.js.map +1 -0
  34. package/lib/features/common/providers/rango/models/rango-api-symbol-names.d.ts +3 -0
  35. package/lib/features/common/providers/rango/models/rango-api-symbol-names.js +20 -0
  36. package/lib/features/common/providers/rango/models/rango-api-symbol-names.js.map +1 -0
  37. package/lib/features/common/providers/rango/models/rango-api-trade-types.d.ts +125 -0
  38. package/lib/features/common/providers/rango/models/rango-api-trade-types.js +69 -0
  39. package/lib/features/common/providers/rango/models/rango-api-trade-types.js.map +1 -0
  40. package/lib/features/common/providers/rango/models/rango-parser-types.d.ts +37 -0
  41. package/lib/features/common/providers/rango/models/rango-parser-types.js +3 -0
  42. package/lib/features/common/providers/rango/models/rango-parser-types.js.map +1 -0
  43. package/lib/features/common/providers/rango/models/rango-supported-blockchains.d.ts +2 -0
  44. package/lib/features/common/providers/rango/models/rango-supported-blockchains.js +20 -0
  45. package/lib/features/common/providers/rango/models/rango-supported-blockchains.js.map +1 -0
  46. package/lib/features/common/providers/rango/services/rango-parser.d.ts +13 -0
  47. package/lib/features/common/providers/rango/services/rango-parser.js +56 -0
  48. package/lib/features/common/providers/rango/services/rango-parser.js.map +1 -0
  49. package/lib/features/common/providers/rango/utils/rango-utils.d.ts +18 -0
  50. package/lib/features/common/providers/rango/utils/rango-utils.js +63 -0
  51. package/lib/features/common/providers/rango/utils/rango-utils.js.map +1 -0
  52. package/lib/features/cross-chain/calculation-manager/constants/cross-chain-providers.d.ts +3 -1
  53. package/lib/features/cross-chain/calculation-manager/constants/cross-chain-providers.js +5 -1
  54. package/lib/features/cross-chain/calculation-manager/constants/cross-chain-providers.js.map +1 -1
  55. package/lib/features/cross-chain/calculation-manager/models/cross-chain-options.d.ts +5 -0
  56. package/lib/features/cross-chain/calculation-manager/models/cross-chain-trade-type.d.ts +2 -0
  57. package/lib/features/cross-chain/calculation-manager/models/cross-chain-trade-type.js +3 -1
  58. package/lib/features/cross-chain/calculation-manager/models/cross-chain-trade-type.js.map +1 -1
  59. package/lib/features/cross-chain/calculation-manager/providers/changenow-provider/changenow-cross-chain-trade.d.ts +1 -1
  60. package/lib/features/cross-chain/calculation-manager/providers/common/cross-chain-trade.d.ts +1 -0
  61. package/lib/features/cross-chain/calculation-manager/providers/common/cross-chain-trade.js.map +1 -1
  62. package/lib/features/cross-chain/calculation-manager/providers/common/emv-cross-chain-trade/constants/evm-common-cross-chain-abi.js +26 -8
  63. package/lib/features/cross-chain/calculation-manager/providers/common/emv-cross-chain-trade/constants/evm-common-cross-chain-abi.js.map +1 -1
  64. package/lib/features/cross-chain/calculation-manager/providers/common/emv-cross-chain-trade/evm-cross-chain-trade.d.ts +4 -0
  65. package/lib/features/cross-chain/calculation-manager/providers/common/emv-cross-chain-trade/evm-cross-chain-trade.js +4 -0
  66. package/lib/features/cross-chain/calculation-manager/providers/common/emv-cross-chain-trade/evm-cross-chain-trade.js.map +1 -1
  67. package/lib/features/cross-chain/calculation-manager/providers/common/models/bridge-type.d.ts +9 -2
  68. package/lib/features/cross-chain/calculation-manager/providers/common/models/default-bridge-type.d.ts +8 -1
  69. package/lib/features/cross-chain/calculation-manager/providers/common/models/default-bridge-type.js +6 -1
  70. package/lib/features/cross-chain/calculation-manager/providers/common/models/default-bridge-type.js.map +1 -1
  71. package/lib/features/cross-chain/calculation-manager/providers/common/models/rubicStep.d.ts +2 -2
  72. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/constants/erc-677-abi.d.ts +2 -0
  73. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/constants/erc-677-abi.js +17 -0
  74. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/constants/erc-677-abi.js.map +1 -0
  75. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/constants/fee-manager-abi.d.ts +2 -0
  76. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/constants/fee-manager-abi.js +61 -0
  77. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/constants/fee-manager-abi.js.map +1 -0
  78. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/constants/foreign-bridge-abi.d.ts +2 -0
  79. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/constants/foreign-bridge-abi.js +72 -0
  80. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/constants/foreign-bridge-abi.js.map +1 -0
  81. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/constants/home-bridge-abi.d.ts +2 -0
  82. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/constants/home-bridge-abi.js +1390 -0
  83. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/constants/home-bridge-abi.js.map +1 -0
  84. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/constants/native-bridge-abi.d.ts +2 -0
  85. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/constants/native-bridge-abi.js +14 -0
  86. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/constants/native-bridge-abi.js.map +1 -0
  87. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/constants/pulse-chain-contract-address.d.ts +6 -0
  88. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/constants/pulse-chain-contract-address.js +16 -0
  89. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/constants/pulse-chain-contract-address.js.map +1 -0
  90. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/constants/pulse-chain-supported-blockchains.d.ts +2 -0
  91. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/constants/pulse-chain-supported-blockchains.js +9 -0
  92. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/constants/pulse-chain-supported-blockchains.js.map +1 -0
  93. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/omni-bridge-entities/bridge-manager.d.ts +7 -0
  94. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/omni-bridge-entities/bridge-manager.js +15 -0
  95. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/omni-bridge-entities/bridge-manager.js.map +1 -0
  96. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/omni-bridge-entities/foreign-bridge.d.ts +14 -0
  97. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/omni-bridge-entities/foreign-bridge.js +54 -0
  98. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/omni-bridge-entities/foreign-bridge.js.map +1 -0
  99. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/omni-bridge-entities/home-bridge.d.ts +14 -0
  100. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/omni-bridge-entities/home-bridge.js +54 -0
  101. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/omni-bridge-entities/home-bridge.js.map +1 -0
  102. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/omni-bridge-entities/omni-bridge.d.ts +108 -0
  103. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/omni-bridge-entities/omni-bridge.js +112 -0
  104. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/omni-bridge-entities/omni-bridge.js.map +1 -0
  105. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/pulse-chain-cross-chain-provider.d.ts +19 -0
  106. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/pulse-chain-cross-chain-provider.js +182 -0
  107. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/pulse-chain-cross-chain-provider.js.map +1 -0
  108. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/pulse-chain-cross-chain-trade.d.ts +55 -0
  109. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/pulse-chain-cross-chain-trade.js +232 -0
  110. package/lib/features/cross-chain/calculation-manager/providers/pulse-chain-bridge/pulse-chain-cross-chain-trade.js.map +1 -0
  111. package/lib/features/cross-chain/calculation-manager/providers/rango-provider/model/rango-cross-chain-api-types.d.ts +8 -0
  112. package/lib/features/cross-chain/calculation-manager/providers/rango-provider/model/rango-cross-chain-api-types.js +3 -0
  113. package/lib/features/cross-chain/calculation-manager/providers/rango-provider/model/rango-cross-chain-api-types.js.map +1 -0
  114. package/lib/features/cross-chain/calculation-manager/providers/rango-provider/model/rango-cross-chain-parser-types.d.ts +32 -0
  115. package/lib/features/cross-chain/calculation-manager/providers/rango-provider/model/rango-cross-chain-parser-types.js +3 -0
  116. package/lib/features/cross-chain/calculation-manager/providers/rango-provider/model/rango-cross-chain-parser-types.js.map +1 -0
  117. package/lib/features/cross-chain/calculation-manager/providers/rango-provider/rango-cross-chain-provider.d.ts +21 -0
  118. package/lib/features/cross-chain/calculation-manager/providers/rango-provider/rango-cross-chain-provider.js +111 -0
  119. package/lib/features/cross-chain/calculation-manager/providers/rango-provider/rango-cross-chain-provider.js.map +1 -0
  120. package/lib/features/cross-chain/calculation-manager/providers/rango-provider/rango-cross-chain-trade.d.ts +48 -0
  121. package/lib/features/cross-chain/calculation-manager/providers/rango-provider/rango-cross-chain-trade.js +210 -0
  122. package/lib/features/cross-chain/calculation-manager/providers/rango-provider/rango-cross-chain-trade.js.map +1 -0
  123. package/lib/features/cross-chain/calculation-manager/providers/rango-provider/services/rango-cross-chain-api-service.d.ts +12 -0
  124. package/lib/features/cross-chain/calculation-manager/providers/rango-provider/services/rango-cross-chain-api-service.js +36 -0
  125. package/lib/features/cross-chain/calculation-manager/providers/rango-provider/services/rango-cross-chain-api-service.js.map +1 -0
  126. package/lib/features/cross-chain/calculation-manager/providers/rango-provider/services/rango-cross-chain-params-parser.d.ts +4 -0
  127. package/lib/features/cross-chain/calculation-manager/providers/rango-provider/services/rango-cross-chain-params-parser.js +37 -0
  128. package/lib/features/cross-chain/calculation-manager/providers/rango-provider/services/rango-cross-chain-params-parser.js.map +1 -0
  129. package/lib/features/cross-chain/calculation-manager/providers/stargate-provider/stargate-cross-chain-trade.d.ts +1 -2
  130. package/lib/features/cross-chain/calculation-manager/providers/stargate-provider/stargate-cross-chain-trade.js.map +1 -1
  131. package/lib/features/cross-chain/calculation-manager/providers/symbiosis-provider/symbiosis-cross-chain-provider.js +1 -1
  132. package/lib/features/cross-chain/calculation-manager/providers/symbiosis-provider/symbiosis-cross-chain-provider.js.map +1 -1
  133. package/lib/features/cross-chain/status-manager/cross-chain-status-manager.d.ts +2 -0
  134. package/lib/features/cross-chain/status-manager/cross-chain-status-manager.js +39 -1
  135. package/lib/features/cross-chain/status-manager/cross-chain-status-manager.js.map +1 -1
  136. package/lib/features/cross-chain/status-manager/models/rubic-backend-ps-status.d.ts +6 -0
  137. package/lib/features/cross-chain/status-manager/models/rubic-backend-ps-status.js +3 -0
  138. package/lib/features/cross-chain/status-manager/models/rubic-backend-ps-status.js.map +1 -0
  139. package/lib/features/on-chain/calculation-manager/on-chain-manager.d.ts +3 -0
  140. package/lib/features/on-chain/calculation-manager/on-chain-manager.js +34 -2
  141. package/lib/features/on-chain/calculation-manager/on-chain-manager.js.map +1 -1
  142. package/lib/features/on-chain/calculation-manager/providers/common/models/on-chain-trade-type.d.ts +14 -0
  143. package/lib/features/on-chain/calculation-manager/providers/common/models/on-chain-trade-type.js +14 -0
  144. package/lib/features/on-chain/calculation-manager/providers/common/models/on-chain-trade-type.js.map +1 -1
  145. package/lib/features/on-chain/calculation-manager/providers/rango/models/rango-on-chain-disabled-providers.d.ts +2 -0
  146. package/lib/features/on-chain/calculation-manager/providers/rango/models/rango-on-chain-disabled-providers.js +19 -0
  147. package/lib/features/on-chain/calculation-manager/providers/rango/models/rango-on-chain-disabled-providers.js.map +1 -0
  148. package/lib/features/on-chain/calculation-manager/providers/rango/models/rango-on-chain-trade-types.d.ts +5 -0
  149. package/lib/features/on-chain/calculation-manager/providers/rango/models/rango-on-chain-trade-types.js +3 -0
  150. package/lib/features/on-chain/calculation-manager/providers/rango/models/rango-on-chain-trade-types.js.map +1 -0
  151. package/lib/features/on-chain/calculation-manager/providers/rango/rango-on-chain-provider.d.ts +17 -0
  152. package/lib/features/on-chain/calculation-manager/providers/rango/rango-on-chain-provider.js +105 -0
  153. package/lib/features/on-chain/calculation-manager/providers/rango/rango-on-chain-provider.js.map +1 -0
  154. package/lib/features/on-chain/calculation-manager/providers/rango/rango-on-chain-trade.d.ts +22 -0
  155. package/lib/features/on-chain/calculation-manager/providers/rango/rango-on-chain-trade.js +114 -0
  156. package/lib/features/on-chain/calculation-manager/providers/rango/rango-on-chain-trade.js.map +1 -0
  157. package/lib/features/on-chain/calculation-manager/providers/rango/services/rango-on-chain-api-service.d.ts +12 -0
  158. package/lib/features/on-chain/calculation-manager/providers/rango/services/rango-on-chain-api-service.js +36 -0
  159. package/lib/features/on-chain/calculation-manager/providers/rango/services/rango-on-chain-api-service.js.map +1 -0
  160. package/lib/index.d.ts +38 -0
  161. package/lib/index.js +38 -0
  162. package/lib/index.js.map +1 -1
  163. package/package.json +1 -2
@@ -0,0 +1,1390 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.homeBridgeAbi = void 0;
4
+ exports.homeBridgeAbi = [
5
+ {
6
+ inputs: [
7
+ {
8
+ internalType: 'string',
9
+ name: '_suffix',
10
+ type: 'string'
11
+ }
12
+ ],
13
+ type: 'constructor'
14
+ },
15
+ {
16
+ inputs: [],
17
+ name: 'bridgeContract',
18
+ outputs: [
19
+ {
20
+ internalType: 'contract IAMB',
21
+ name: '',
22
+ type: 'address'
23
+ }
24
+ ],
25
+ stateMutability: 'view',
26
+ type: 'function'
27
+ },
28
+ {
29
+ inputs: [
30
+ {
31
+ internalType: 'address',
32
+ name: '_nativeToken',
33
+ type: 'address'
34
+ }
35
+ ],
36
+ name: 'bridgedTokenAddress',
37
+ outputs: [
38
+ {
39
+ internalType: 'address',
40
+ name: '',
41
+ type: 'address'
42
+ }
43
+ ],
44
+ stateMutability: 'view',
45
+ type: 'function'
46
+ },
47
+ {
48
+ inputs: [
49
+ {
50
+ internalType: 'address',
51
+ name: '_token',
52
+ type: 'address'
53
+ },
54
+ {
55
+ internalType: 'address',
56
+ name: '_to',
57
+ type: 'address'
58
+ }
59
+ ],
60
+ name: 'claimTokens',
61
+ outputs: [],
62
+ stateMutability: 'nonpayable',
63
+ type: 'function'
64
+ },
65
+ {
66
+ inputs: [
67
+ {
68
+ internalType: 'address',
69
+ name: '_bridgedToken',
70
+ type: 'address'
71
+ },
72
+ {
73
+ internalType: 'address',
74
+ name: '_token',
75
+ type: 'address'
76
+ },
77
+ {
78
+ internalType: 'address',
79
+ name: '_to',
80
+ type: 'address'
81
+ }
82
+ ],
83
+ name: 'claimTokensFromTokenContract',
84
+ outputs: [],
85
+ stateMutability: 'nonpayable',
86
+ type: 'function'
87
+ },
88
+ {
89
+ inputs: [
90
+ {
91
+ internalType: 'address',
92
+ name: '_token',
93
+ type: 'address'
94
+ }
95
+ ],
96
+ name: 'dailyLimit',
97
+ outputs: [
98
+ {
99
+ internalType: 'uint256',
100
+ name: '',
101
+ type: 'uint256'
102
+ }
103
+ ],
104
+ stateMutability: 'view',
105
+ type: 'function'
106
+ },
107
+ {
108
+ inputs: [
109
+ {
110
+ internalType: 'address',
111
+ name: '_token',
112
+ type: 'address'
113
+ },
114
+ {
115
+ internalType: 'string',
116
+ name: '_name',
117
+ type: 'string'
118
+ },
119
+ {
120
+ internalType: 'string',
121
+ name: '_symbol',
122
+ type: 'string'
123
+ },
124
+ {
125
+ internalType: 'uint8',
126
+ name: '_decimals',
127
+ type: 'uint8'
128
+ },
129
+ {
130
+ internalType: 'address',
131
+ name: '_recipient',
132
+ type: 'address'
133
+ },
134
+ {
135
+ internalType: 'uint256',
136
+ name: '_value',
137
+ type: 'uint256'
138
+ }
139
+ ],
140
+ name: 'deployAndHandleBridgedTokens',
141
+ outputs: [],
142
+ stateMutability: 'nonpayable',
143
+ type: 'function'
144
+ },
145
+ {
146
+ inputs: [
147
+ {
148
+ internalType: 'address',
149
+ name: '_token',
150
+ type: 'address'
151
+ },
152
+ {
153
+ internalType: 'string',
154
+ name: '_name',
155
+ type: 'string'
156
+ },
157
+ {
158
+ internalType: 'string',
159
+ name: '_symbol',
160
+ type: 'string'
161
+ },
162
+ {
163
+ internalType: 'uint8',
164
+ name: '_decimals',
165
+ type: 'uint8'
166
+ },
167
+ {
168
+ internalType: 'address',
169
+ name: '_recipient',
170
+ type: 'address'
171
+ },
172
+ {
173
+ internalType: 'uint256',
174
+ name: '_value',
175
+ type: 'uint256'
176
+ },
177
+ {
178
+ internalType: 'bytes',
179
+ name: '_data',
180
+ type: 'bytes'
181
+ }
182
+ ],
183
+ name: 'deployAndHandleBridgedTokensAndCall',
184
+ outputs: [],
185
+ stateMutability: 'nonpayable',
186
+ type: 'function'
187
+ },
188
+ {
189
+ inputs: [
190
+ {
191
+ internalType: 'address',
192
+ name: '_token',
193
+ type: 'address'
194
+ }
195
+ ],
196
+ name: 'executionDailyLimit',
197
+ outputs: [
198
+ {
199
+ internalType: 'uint256',
200
+ name: '',
201
+ type: 'uint256'
202
+ }
203
+ ],
204
+ stateMutability: 'view',
205
+ type: 'function'
206
+ },
207
+ {
208
+ inputs: [
209
+ {
210
+ internalType: 'address',
211
+ name: '_token',
212
+ type: 'address'
213
+ }
214
+ ],
215
+ name: 'executionMaxPerTx',
216
+ outputs: [
217
+ {
218
+ internalType: 'uint256',
219
+ name: '',
220
+ type: 'uint256'
221
+ }
222
+ ],
223
+ stateMutability: 'view',
224
+ type: 'function'
225
+ },
226
+ {
227
+ inputs: [],
228
+ name: 'feeManager',
229
+ outputs: [
230
+ {
231
+ internalType: 'contract OmnibridgeFeeManager',
232
+ name: '',
233
+ type: 'address'
234
+ }
235
+ ],
236
+ stateMutability: 'view',
237
+ type: 'function'
238
+ },
239
+ {
240
+ inputs: [
241
+ {
242
+ internalType: 'bytes32',
243
+ name: '_messageId',
244
+ type: 'bytes32'
245
+ }
246
+ ],
247
+ name: 'fixFailedMessage',
248
+ outputs: [],
249
+ stateMutability: 'nonpayable',
250
+ type: 'function'
251
+ },
252
+ {
253
+ inputs: [
254
+ {
255
+ internalType: 'address',
256
+ name: '_token',
257
+ type: 'address'
258
+ },
259
+ {
260
+ internalType: 'address',
261
+ name: '_receiver',
262
+ type: 'address'
263
+ }
264
+ ],
265
+ name: 'fixMediatorBalance',
266
+ outputs: [],
267
+ stateMutability: 'nonpayable',
268
+ type: 'function'
269
+ },
270
+ {
271
+ inputs: [
272
+ {
273
+ internalType: 'address',
274
+ name: '_homeToken',
275
+ type: 'address'
276
+ }
277
+ ],
278
+ name: 'foreignTokenAddress',
279
+ outputs: [
280
+ {
281
+ internalType: 'address',
282
+ name: '',
283
+ type: 'address'
284
+ }
285
+ ],
286
+ stateMutability: 'view',
287
+ type: 'function'
288
+ },
289
+ {
290
+ inputs: [],
291
+ name: 'forwardingRulesManager',
292
+ outputs: [
293
+ {
294
+ internalType: 'contract MultiTokenForwardingRulesManager',
295
+ name: '',
296
+ type: 'address'
297
+ }
298
+ ],
299
+ stateMutability: 'view',
300
+ type: 'function'
301
+ },
302
+ {
303
+ inputs: [],
304
+ name: 'gasLimitManager',
305
+ outputs: [
306
+ {
307
+ internalType: 'contract SelectorTokenGasLimitManager',
308
+ name: '',
309
+ type: 'address'
310
+ }
311
+ ],
312
+ stateMutability: 'view',
313
+ type: 'function'
314
+ },
315
+ {
316
+ inputs: [],
317
+ name: 'getBridgeInterfacesVersion',
318
+ outputs: [
319
+ {
320
+ internalType: 'uint64',
321
+ name: 'major',
322
+ type: 'uint64'
323
+ },
324
+ {
325
+ internalType: 'uint64',
326
+ name: 'minor',
327
+ type: 'uint64'
328
+ },
329
+ {
330
+ internalType: 'uint64',
331
+ name: 'patch',
332
+ type: 'uint64'
333
+ }
334
+ ],
335
+ stateMutability: 'pure',
336
+ type: 'function'
337
+ },
338
+ {
339
+ inputs: [],
340
+ name: 'getBridgeMode',
341
+ outputs: [
342
+ {
343
+ internalType: 'bytes4',
344
+ name: '_data',
345
+ type: 'bytes4'
346
+ }
347
+ ],
348
+ stateMutability: 'pure',
349
+ type: 'function'
350
+ },
351
+ {
352
+ inputs: [],
353
+ name: 'getCurrentDay',
354
+ outputs: [
355
+ {
356
+ internalType: 'uint256',
357
+ name: '',
358
+ type: 'uint256'
359
+ }
360
+ ],
361
+ stateMutability: 'view',
362
+ type: 'function'
363
+ },
364
+ {
365
+ inputs: [
366
+ {
367
+ internalType: 'address',
368
+ name: '_token',
369
+ type: 'address'
370
+ },
371
+ {
372
+ internalType: 'address',
373
+ name: '_recipient',
374
+ type: 'address'
375
+ },
376
+ {
377
+ internalType: 'uint256',
378
+ name: '_value',
379
+ type: 'uint256'
380
+ }
381
+ ],
382
+ name: 'handleBridgedTokens',
383
+ outputs: [],
384
+ stateMutability: 'nonpayable',
385
+ type: 'function'
386
+ },
387
+ {
388
+ inputs: [
389
+ {
390
+ internalType: 'address',
391
+ name: '_token',
392
+ type: 'address'
393
+ },
394
+ {
395
+ internalType: 'address',
396
+ name: '_recipient',
397
+ type: 'address'
398
+ },
399
+ {
400
+ internalType: 'uint256',
401
+ name: '_value',
402
+ type: 'uint256'
403
+ },
404
+ {
405
+ internalType: 'bytes',
406
+ name: '_data',
407
+ type: 'bytes'
408
+ }
409
+ ],
410
+ name: 'handleBridgedTokensAndCall',
411
+ outputs: [],
412
+ stateMutability: 'nonpayable',
413
+ type: 'function'
414
+ },
415
+ {
416
+ inputs: [
417
+ {
418
+ internalType: 'address',
419
+ name: '_token',
420
+ type: 'address'
421
+ },
422
+ {
423
+ internalType: 'address',
424
+ name: '_recipient',
425
+ type: 'address'
426
+ },
427
+ {
428
+ internalType: 'uint256',
429
+ name: '_value',
430
+ type: 'uint256'
431
+ }
432
+ ],
433
+ name: 'handleNativeTokens',
434
+ outputs: [],
435
+ stateMutability: 'nonpayable',
436
+ type: 'function'
437
+ },
438
+ {
439
+ inputs: [
440
+ {
441
+ internalType: 'address',
442
+ name: '_token',
443
+ type: 'address'
444
+ },
445
+ {
446
+ internalType: 'address',
447
+ name: '_recipient',
448
+ type: 'address'
449
+ },
450
+ {
451
+ internalType: 'uint256',
452
+ name: '_value',
453
+ type: 'uint256'
454
+ },
455
+ {
456
+ internalType: 'bytes',
457
+ name: '_data',
458
+ type: 'bytes'
459
+ }
460
+ ],
461
+ name: 'handleNativeTokensAndCall',
462
+ outputs: [],
463
+ stateMutability: 'nonpayable',
464
+ type: 'function'
465
+ },
466
+ {
467
+ inputs: [
468
+ {
469
+ internalType: 'address',
470
+ name: '_foreignToken',
471
+ type: 'address'
472
+ }
473
+ ],
474
+ name: 'homeTokenAddress',
475
+ outputs: [
476
+ {
477
+ internalType: 'address',
478
+ name: '',
479
+ type: 'address'
480
+ }
481
+ ],
482
+ stateMutability: 'view',
483
+ type: 'function'
484
+ },
485
+ {
486
+ inputs: [
487
+ {
488
+ internalType: 'address',
489
+ name: '_bridgeContract',
490
+ type: 'address'
491
+ },
492
+ {
493
+ internalType: 'address',
494
+ name: '_mediatorContract',
495
+ type: 'address'
496
+ },
497
+ {
498
+ internalType: 'uint256[3]',
499
+ name: '_dailyLimitMaxPerTxMinPerTxArray',
500
+ type: 'uint256[3]'
501
+ },
502
+ {
503
+ internalType: 'uint256[2]',
504
+ name: '_executionDailyLimitExecutionMaxPerTxArray',
505
+ type: 'uint256[2]'
506
+ },
507
+ {
508
+ internalType: 'address',
509
+ name: '_gasLimitManager',
510
+ type: 'address'
511
+ },
512
+ {
513
+ internalType: 'address',
514
+ name: '_owner',
515
+ type: 'address'
516
+ },
517
+ {
518
+ internalType: 'address',
519
+ name: '_tokenFactory',
520
+ type: 'address'
521
+ },
522
+ {
523
+ internalType: 'address',
524
+ name: '_feeManager',
525
+ type: 'address'
526
+ },
527
+ {
528
+ internalType: 'address',
529
+ name: '_forwardingRulesManager',
530
+ type: 'address'
531
+ }
532
+ ],
533
+ name: 'initialize',
534
+ outputs: [
535
+ {
536
+ internalType: 'bool',
537
+ name: '',
538
+ type: 'bool'
539
+ }
540
+ ],
541
+ stateMutability: 'nonpayable',
542
+ type: 'function'
543
+ },
544
+ {
545
+ inputs: [
546
+ {
547
+ internalType: 'address',
548
+ name: '_token',
549
+ type: 'address'
550
+ }
551
+ ],
552
+ name: 'isBridgedTokenDeployAcknowledged',
553
+ outputs: [
554
+ {
555
+ internalType: 'bool',
556
+ name: '',
557
+ type: 'bool'
558
+ }
559
+ ],
560
+ stateMutability: 'view',
561
+ type: 'function'
562
+ },
563
+ {
564
+ inputs: [],
565
+ name: 'isInitialized',
566
+ outputs: [
567
+ {
568
+ internalType: 'bool',
569
+ name: '',
570
+ type: 'bool'
571
+ }
572
+ ],
573
+ stateMutability: 'view',
574
+ type: 'function'
575
+ },
576
+ {
577
+ inputs: [
578
+ {
579
+ internalType: 'address',
580
+ name: '_token',
581
+ type: 'address'
582
+ }
583
+ ],
584
+ name: 'isRegisteredAsNativeToken',
585
+ outputs: [
586
+ {
587
+ internalType: 'bool',
588
+ name: '',
589
+ type: 'bool'
590
+ }
591
+ ],
592
+ stateMutability: 'view',
593
+ type: 'function'
594
+ },
595
+ {
596
+ inputs: [
597
+ {
598
+ internalType: 'address',
599
+ name: '_token',
600
+ type: 'address'
601
+ }
602
+ ],
603
+ name: 'isTokenRegistered',
604
+ outputs: [
605
+ {
606
+ internalType: 'bool',
607
+ name: '',
608
+ type: 'bool'
609
+ }
610
+ ],
611
+ stateMutability: 'view',
612
+ type: 'function'
613
+ },
614
+ {
615
+ inputs: [
616
+ {
617
+ internalType: 'address',
618
+ name: '_token',
619
+ type: 'address'
620
+ }
621
+ ],
622
+ name: 'maxAvailablePerTx',
623
+ outputs: [
624
+ {
625
+ internalType: 'uint256',
626
+ name: '',
627
+ type: 'uint256'
628
+ }
629
+ ],
630
+ stateMutability: 'view',
631
+ type: 'function'
632
+ },
633
+ {
634
+ inputs: [
635
+ {
636
+ internalType: 'address',
637
+ name: '_token',
638
+ type: 'address'
639
+ }
640
+ ],
641
+ name: 'maxPerTx',
642
+ outputs: [
643
+ {
644
+ internalType: 'uint256',
645
+ name: '',
646
+ type: 'uint256'
647
+ }
648
+ ],
649
+ stateMutability: 'view',
650
+ type: 'function'
651
+ },
652
+ {
653
+ inputs: [
654
+ {
655
+ internalType: 'address',
656
+ name: '_token',
657
+ type: 'address'
658
+ }
659
+ ],
660
+ name: 'mediatorBalance',
661
+ outputs: [
662
+ {
663
+ internalType: 'uint256',
664
+ name: '',
665
+ type: 'uint256'
666
+ }
667
+ ],
668
+ stateMutability: 'view',
669
+ type: 'function'
670
+ },
671
+ {
672
+ inputs: [],
673
+ name: 'mediatorContractOnOtherSide',
674
+ outputs: [
675
+ {
676
+ internalType: 'address',
677
+ name: '',
678
+ type: 'address'
679
+ }
680
+ ],
681
+ stateMutability: 'view',
682
+ type: 'function'
683
+ },
684
+ {
685
+ inputs: [
686
+ {
687
+ internalType: 'bytes32',
688
+ name: '_messageId',
689
+ type: 'bytes32'
690
+ }
691
+ ],
692
+ name: 'messageFixed',
693
+ outputs: [
694
+ {
695
+ internalType: 'bool',
696
+ name: '',
697
+ type: 'bool'
698
+ }
699
+ ],
700
+ stateMutability: 'view',
701
+ type: 'function'
702
+ },
703
+ {
704
+ inputs: [
705
+ {
706
+ internalType: 'address',
707
+ name: '_token',
708
+ type: 'address'
709
+ }
710
+ ],
711
+ name: 'minPerTx',
712
+ outputs: [
713
+ {
714
+ internalType: 'uint256',
715
+ name: '',
716
+ type: 'uint256'
717
+ }
718
+ ],
719
+ stateMutability: 'view',
720
+ type: 'function'
721
+ },
722
+ {
723
+ inputs: [
724
+ {
725
+ internalType: 'address',
726
+ name: '_bridgedToken',
727
+ type: 'address'
728
+ }
729
+ ],
730
+ name: 'nativeTokenAddress',
731
+ outputs: [
732
+ {
733
+ internalType: 'address',
734
+ name: '',
735
+ type: 'address'
736
+ }
737
+ ],
738
+ stateMutability: 'view',
739
+ type: 'function'
740
+ },
741
+ {
742
+ inputs: [
743
+ {
744
+ internalType: 'address',
745
+ name: '_from',
746
+ type: 'address'
747
+ },
748
+ {
749
+ internalType: 'uint256',
750
+ name: '_value',
751
+ type: 'uint256'
752
+ },
753
+ {
754
+ internalType: 'bytes',
755
+ name: '_data',
756
+ type: 'bytes'
757
+ }
758
+ ],
759
+ name: 'onTokenTransfer',
760
+ outputs: [
761
+ {
762
+ internalType: 'bool',
763
+ name: '',
764
+ type: 'bool'
765
+ }
766
+ ],
767
+ stateMutability: 'nonpayable',
768
+ type: 'function'
769
+ },
770
+ {
771
+ inputs: [],
772
+ name: 'owner',
773
+ outputs: [
774
+ {
775
+ internalType: 'address',
776
+ name: '',
777
+ type: 'address'
778
+ }
779
+ ],
780
+ stateMutability: 'view',
781
+ type: 'function'
782
+ },
783
+ {
784
+ inputs: [
785
+ {
786
+ internalType: 'contract IERC677',
787
+ name: 'token',
788
+ type: 'address'
789
+ },
790
+ {
791
+ internalType: 'uint256',
792
+ name: '_value',
793
+ type: 'uint256'
794
+ }
795
+ ],
796
+ name: 'relayTokens',
797
+ outputs: [],
798
+ stateMutability: 'nonpayable',
799
+ type: 'function'
800
+ },
801
+ {
802
+ inputs: [
803
+ {
804
+ internalType: 'contract IERC677',
805
+ name: 'token',
806
+ type: 'address'
807
+ },
808
+ {
809
+ internalType: 'address',
810
+ name: '_receiver',
811
+ type: 'address'
812
+ },
813
+ {
814
+ internalType: 'uint256',
815
+ name: '_value',
816
+ type: 'uint256'
817
+ }
818
+ ],
819
+ name: 'relayTokens',
820
+ outputs: [],
821
+ stateMutability: 'nonpayable',
822
+ type: 'function'
823
+ },
824
+ {
825
+ inputs: [
826
+ {
827
+ internalType: 'contract IERC677',
828
+ name: 'token',
829
+ type: 'address'
830
+ },
831
+ {
832
+ internalType: 'address',
833
+ name: '_receiver',
834
+ type: 'address'
835
+ },
836
+ {
837
+ internalType: 'uint256',
838
+ name: '_value',
839
+ type: 'uint256'
840
+ },
841
+ {
842
+ internalType: 'bytes',
843
+ name: '_data',
844
+ type: 'bytes'
845
+ }
846
+ ],
847
+ name: 'relayTokensAndCall',
848
+ outputs: [],
849
+ stateMutability: 'nonpayable',
850
+ type: 'function'
851
+ },
852
+ {
853
+ inputs: [
854
+ {
855
+ internalType: 'bytes32',
856
+ name: '_messageId',
857
+ type: 'bytes32'
858
+ }
859
+ ],
860
+ name: 'requestFailedMessageFix',
861
+ outputs: [],
862
+ stateMutability: 'nonpayable',
863
+ type: 'function'
864
+ },
865
+ {
866
+ inputs: [
867
+ {
868
+ internalType: 'address',
869
+ name: '_bridgeContract',
870
+ type: 'address'
871
+ }
872
+ ],
873
+ name: 'setBridgeContract',
874
+ outputs: [],
875
+ stateMutability: 'nonpayable',
876
+ type: 'function'
877
+ },
878
+ {
879
+ inputs: [
880
+ {
881
+ internalType: 'address',
882
+ name: '_nativeToken',
883
+ type: 'address'
884
+ },
885
+ {
886
+ internalType: 'address',
887
+ name: '_bridgedToken',
888
+ type: 'address'
889
+ }
890
+ ],
891
+ name: 'setCustomTokenAddressPair',
892
+ outputs: [],
893
+ stateMutability: 'nonpayable',
894
+ type: 'function'
895
+ },
896
+ {
897
+ inputs: [
898
+ {
899
+ internalType: 'address',
900
+ name: '_token',
901
+ type: 'address'
902
+ },
903
+ {
904
+ internalType: 'uint256',
905
+ name: '_dailyLimit',
906
+ type: 'uint256'
907
+ }
908
+ ],
909
+ name: 'setDailyLimit',
910
+ outputs: [],
911
+ stateMutability: 'nonpayable',
912
+ type: 'function'
913
+ },
914
+ {
915
+ inputs: [
916
+ {
917
+ internalType: 'address',
918
+ name: '_token',
919
+ type: 'address'
920
+ },
921
+ {
922
+ internalType: 'uint256',
923
+ name: '_dailyLimit',
924
+ type: 'uint256'
925
+ }
926
+ ],
927
+ name: 'setExecutionDailyLimit',
928
+ outputs: [],
929
+ stateMutability: 'nonpayable',
930
+ type: 'function'
931
+ },
932
+ {
933
+ inputs: [
934
+ {
935
+ internalType: 'address',
936
+ name: '_token',
937
+ type: 'address'
938
+ },
939
+ {
940
+ internalType: 'uint256',
941
+ name: '_maxPerTx',
942
+ type: 'uint256'
943
+ }
944
+ ],
945
+ name: 'setExecutionMaxPerTx',
946
+ outputs: [],
947
+ stateMutability: 'nonpayable',
948
+ type: 'function'
949
+ },
950
+ {
951
+ inputs: [
952
+ {
953
+ internalType: 'address',
954
+ name: '_feeManager',
955
+ type: 'address'
956
+ }
957
+ ],
958
+ name: 'setFeeManager',
959
+ outputs: [],
960
+ stateMutability: 'nonpayable',
961
+ type: 'function'
962
+ },
963
+ {
964
+ inputs: [
965
+ {
966
+ internalType: 'address',
967
+ name: '_manager',
968
+ type: 'address'
969
+ }
970
+ ],
971
+ name: 'setForwardingRulesManager',
972
+ outputs: [],
973
+ stateMutability: 'nonpayable',
974
+ type: 'function'
975
+ },
976
+ {
977
+ inputs: [
978
+ {
979
+ internalType: 'address',
980
+ name: '_manager',
981
+ type: 'address'
982
+ }
983
+ ],
984
+ name: 'setGasLimitManager',
985
+ outputs: [],
986
+ stateMutability: 'nonpayable',
987
+ type: 'function'
988
+ },
989
+ {
990
+ inputs: [
991
+ {
992
+ internalType: 'address',
993
+ name: '_token',
994
+ type: 'address'
995
+ },
996
+ {
997
+ internalType: 'uint256',
998
+ name: '_maxPerTx',
999
+ type: 'uint256'
1000
+ }
1001
+ ],
1002
+ name: 'setMaxPerTx',
1003
+ outputs: [],
1004
+ stateMutability: 'nonpayable',
1005
+ type: 'function'
1006
+ },
1007
+ {
1008
+ inputs: [
1009
+ {
1010
+ internalType: 'address',
1011
+ name: '_mediatorContract',
1012
+ type: 'address'
1013
+ }
1014
+ ],
1015
+ name: 'setMediatorContractOnOtherSide',
1016
+ outputs: [],
1017
+ stateMutability: 'nonpayable',
1018
+ type: 'function'
1019
+ },
1020
+ {
1021
+ inputs: [
1022
+ {
1023
+ internalType: 'address',
1024
+ name: '_token',
1025
+ type: 'address'
1026
+ },
1027
+ {
1028
+ internalType: 'uint256',
1029
+ name: '_minPerTx',
1030
+ type: 'uint256'
1031
+ }
1032
+ ],
1033
+ name: 'setMinPerTx',
1034
+ outputs: [],
1035
+ stateMutability: 'nonpayable',
1036
+ type: 'function'
1037
+ },
1038
+ {
1039
+ inputs: [
1040
+ {
1041
+ internalType: 'address',
1042
+ name: '_tokenFactory',
1043
+ type: 'address'
1044
+ }
1045
+ ],
1046
+ name: 'setTokenFactory',
1047
+ outputs: [],
1048
+ stateMutability: 'nonpayable',
1049
+ type: 'function'
1050
+ },
1051
+ {
1052
+ inputs: [],
1053
+ name: 'tokenFactory',
1054
+ outputs: [
1055
+ {
1056
+ internalType: 'contract TokenFactory',
1057
+ name: '',
1058
+ type: 'address'
1059
+ }
1060
+ ],
1061
+ stateMutability: 'view',
1062
+ type: 'function'
1063
+ },
1064
+ {
1065
+ inputs: [
1066
+ {
1067
+ internalType: 'address',
1068
+ name: '_token',
1069
+ type: 'address'
1070
+ },
1071
+ {
1072
+ internalType: 'uint256',
1073
+ name: '_day',
1074
+ type: 'uint256'
1075
+ }
1076
+ ],
1077
+ name: 'totalExecutedPerDay',
1078
+ outputs: [
1079
+ {
1080
+ internalType: 'uint256',
1081
+ name: '',
1082
+ type: 'uint256'
1083
+ }
1084
+ ],
1085
+ stateMutability: 'view',
1086
+ type: 'function'
1087
+ },
1088
+ {
1089
+ inputs: [
1090
+ {
1091
+ internalType: 'address',
1092
+ name: '_token',
1093
+ type: 'address'
1094
+ },
1095
+ {
1096
+ internalType: 'uint256',
1097
+ name: '_day',
1098
+ type: 'uint256'
1099
+ }
1100
+ ],
1101
+ name: 'totalSpentPerDay',
1102
+ outputs: [
1103
+ {
1104
+ internalType: 'uint256',
1105
+ name: '',
1106
+ type: 'uint256'
1107
+ }
1108
+ ],
1109
+ stateMutability: 'view',
1110
+ type: 'function'
1111
+ },
1112
+ {
1113
+ inputs: [
1114
+ {
1115
+ internalType: 'address',
1116
+ name: 'newOwner',
1117
+ type: 'address'
1118
+ }
1119
+ ],
1120
+ name: 'transferOwnership',
1121
+ outputs: [],
1122
+ stateMutability: 'nonpayable',
1123
+ type: 'function'
1124
+ },
1125
+ {
1126
+ inputs: [
1127
+ {
1128
+ internalType: 'address',
1129
+ name: '_tokenFactory',
1130
+ type: 'address'
1131
+ },
1132
+ {
1133
+ internalType: 'address',
1134
+ name: '_forwardingRulesManager',
1135
+ type: 'address'
1136
+ },
1137
+ {
1138
+ internalType: 'address',
1139
+ name: '_gasLimitManager',
1140
+ type: 'address'
1141
+ },
1142
+ {
1143
+ internalType: 'uint256',
1144
+ name: '_dailyLimit',
1145
+ type: 'uint256'
1146
+ }
1147
+ ],
1148
+ name: 'upgradeToReverseMode',
1149
+ outputs: [],
1150
+ stateMutability: 'nonpayable',
1151
+ type: 'function'
1152
+ },
1153
+ {
1154
+ inputs: [
1155
+ {
1156
+ internalType: 'address',
1157
+ name: '_token',
1158
+ type: 'address'
1159
+ },
1160
+ {
1161
+ internalType: 'uint256',
1162
+ name: '_amount',
1163
+ type: 'uint256'
1164
+ }
1165
+ ],
1166
+ name: 'withinExecutionLimit',
1167
+ outputs: [
1168
+ {
1169
+ internalType: 'bool',
1170
+ name: '',
1171
+ type: 'bool'
1172
+ }
1173
+ ],
1174
+ stateMutability: 'view',
1175
+ type: 'function'
1176
+ },
1177
+ {
1178
+ inputs: [
1179
+ {
1180
+ internalType: 'address',
1181
+ name: '_token',
1182
+ type: 'address'
1183
+ },
1184
+ {
1185
+ internalType: 'uint256',
1186
+ name: '_amount',
1187
+ type: 'uint256'
1188
+ }
1189
+ ],
1190
+ name: 'withinLimit',
1191
+ outputs: [
1192
+ {
1193
+ internalType: 'bool',
1194
+ name: '',
1195
+ type: 'bool'
1196
+ }
1197
+ ],
1198
+ stateMutability: 'view',
1199
+ type: 'function'
1200
+ },
1201
+ {
1202
+ anonymous: false,
1203
+ inputs: [
1204
+ {
1205
+ indexed: true,
1206
+ name: 'token',
1207
+ type: 'address'
1208
+ },
1209
+ {
1210
+ indexed: false,
1211
+ name: 'newLimit',
1212
+ type: 'uint256'
1213
+ }
1214
+ ],
1215
+ name: 'DailyLimitChanged',
1216
+ type: 'event'
1217
+ },
1218
+ {
1219
+ anonymous: false,
1220
+ inputs: [
1221
+ {
1222
+ indexed: true,
1223
+ name: 'token',
1224
+ type: 'address'
1225
+ },
1226
+ {
1227
+ indexed: false,
1228
+ name: 'newLimit',
1229
+ type: 'uint256'
1230
+ }
1231
+ ],
1232
+ name: 'ExecutionDailyLimitChanged',
1233
+ type: 'event'
1234
+ },
1235
+ {
1236
+ anonymous: false,
1237
+ inputs: [
1238
+ {
1239
+ indexed: true,
1240
+ name: 'messageId',
1241
+ type: 'bytes32'
1242
+ },
1243
+ {
1244
+ indexed: false,
1245
+ name: 'token',
1246
+ type: 'address'
1247
+ },
1248
+ {
1249
+ indexed: false,
1250
+ name: 'recipient',
1251
+ type: 'address'
1252
+ },
1253
+ {
1254
+ indexed: false,
1255
+ name: 'value',
1256
+ type: 'uint256'
1257
+ }
1258
+ ],
1259
+ name: 'FailedMessageFixed',
1260
+ type: 'event'
1261
+ },
1262
+ {
1263
+ anonymous: false,
1264
+ inputs: [
1265
+ {
1266
+ indexed: false,
1267
+ name: 'fee',
1268
+ type: 'uint256'
1269
+ },
1270
+ {
1271
+ indexed: true,
1272
+ name: 'token',
1273
+ type: 'address'
1274
+ },
1275
+ {
1276
+ indexed: true,
1277
+ name: 'messageId',
1278
+ type: 'bytes32'
1279
+ }
1280
+ ],
1281
+ name: 'FeeDistributed',
1282
+ type: 'event'
1283
+ },
1284
+ {
1285
+ anonymous: false,
1286
+ inputs: [
1287
+ {
1288
+ indexed: true,
1289
+ name: 'token',
1290
+ type: 'address'
1291
+ },
1292
+ {
1293
+ indexed: false,
1294
+ name: 'fee',
1295
+ type: 'uint256'
1296
+ }
1297
+ ],
1298
+ name: 'FeeDistributionFailed',
1299
+ type: 'event'
1300
+ },
1301
+ {
1302
+ anonymous: false,
1303
+ inputs: [
1304
+ {
1305
+ indexed: true,
1306
+ name: 'nativeToken',
1307
+ type: 'address'
1308
+ },
1309
+ {
1310
+ indexed: true,
1311
+ name: 'bridgedToken',
1312
+ type: 'address'
1313
+ }
1314
+ ],
1315
+ name: 'NewTokenRegistered',
1316
+ type: 'event'
1317
+ },
1318
+ {
1319
+ anonymous: false,
1320
+ inputs: [
1321
+ {
1322
+ indexed: false,
1323
+ name: 'previousOwner',
1324
+ type: 'address'
1325
+ },
1326
+ {
1327
+ indexed: false,
1328
+ name: 'newOwner',
1329
+ type: 'address'
1330
+ }
1331
+ ],
1332
+ name: 'OwnershipTransferred',
1333
+ type: 'event'
1334
+ },
1335
+ {
1336
+ anonymous: false,
1337
+ inputs: [
1338
+ {
1339
+ indexed: true,
1340
+ name: 'token',
1341
+ type: 'address'
1342
+ },
1343
+ {
1344
+ indexed: true,
1345
+ name: 'recipient',
1346
+ type: 'address'
1347
+ },
1348
+ {
1349
+ indexed: false,
1350
+ name: 'value',
1351
+ type: 'uint256'
1352
+ },
1353
+ {
1354
+ indexed: true,
1355
+ name: 'messageId',
1356
+ type: 'bytes32'
1357
+ }
1358
+ ],
1359
+ name: 'TokensBridged',
1360
+ type: 'event'
1361
+ },
1362
+ {
1363
+ anonymous: false,
1364
+ inputs: [
1365
+ {
1366
+ indexed: true,
1367
+ name: 'token',
1368
+ type: 'address'
1369
+ },
1370
+ {
1371
+ indexed: true,
1372
+ name: 'sender',
1373
+ type: 'address'
1374
+ },
1375
+ {
1376
+ indexed: false,
1377
+ name: 'value',
1378
+ type: 'uint256'
1379
+ },
1380
+ {
1381
+ indexed: true,
1382
+ name: 'messageId',
1383
+ type: 'bytes32'
1384
+ }
1385
+ ],
1386
+ name: 'TokensBridgingInitiated',
1387
+ type: 'event'
1388
+ }
1389
+ ];
1390
+ //# sourceMappingURL=home-bridge-abi.js.map