@1stdex/first-sdk 1.0.98-beta.1 → 1.0.99
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.
- package/dist/cjs/constants/abis/core/layer-zero-sponsor.js +59 -48
- package/dist/cjs/constants/abis/core/layer-zero-sponsor.js.map +1 -1
- package/dist/esm/constants/abis/core/layer-zero-sponsor.js +59 -48
- package/dist/esm/constants/abis/core/layer-zero-sponsor.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/constants/abis/core/layer-zero-sponsor.d.ts +48 -39
- package/dist/types/constants/abis/core/layer-zero-sponsor.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
export declare const LAYER_ZERO_SPONSOR_ABI: readonly [{
|
|
2
|
-
readonly inputs: readonly [
|
|
3
|
-
|
|
4
|
-
readonly name: "_minBridgeAmount";
|
|
5
|
-
readonly type: "uint256";
|
|
6
|
-
}];
|
|
7
|
-
readonly stateMutability: "nonpayable";
|
|
2
|
+
readonly inputs: readonly [];
|
|
3
|
+
readonly stateMutability: "payable";
|
|
8
4
|
readonly type: "constructor";
|
|
9
5
|
}, {
|
|
10
6
|
readonly inputs: readonly [];
|
|
@@ -123,21 +119,6 @@ export declare const LAYER_ZERO_SPONSOR_ABI: readonly [{
|
|
|
123
119
|
}];
|
|
124
120
|
readonly name: "ETHWithdrawn";
|
|
125
121
|
readonly type: "event";
|
|
126
|
-
}, {
|
|
127
|
-
readonly anonymous: false;
|
|
128
|
-
readonly inputs: readonly [{
|
|
129
|
-
readonly indexed: false;
|
|
130
|
-
readonly internalType: "uint256";
|
|
131
|
-
readonly name: "oldAmount";
|
|
132
|
-
readonly type: "uint256";
|
|
133
|
-
}, {
|
|
134
|
-
readonly indexed: false;
|
|
135
|
-
readonly internalType: "uint256";
|
|
136
|
-
readonly name: "newAmount";
|
|
137
|
-
readonly type: "uint256";
|
|
138
|
-
}];
|
|
139
|
-
readonly name: "MinBridgeAmountUpdated";
|
|
140
|
-
readonly type: "event";
|
|
141
122
|
}, {
|
|
142
123
|
readonly anonymous: false;
|
|
143
124
|
readonly inputs: readonly [{
|
|
@@ -183,6 +164,26 @@ export declare const LAYER_ZERO_SPONSOR_ABI: readonly [{
|
|
|
183
164
|
}];
|
|
184
165
|
readonly name: "OwnershipTransferred";
|
|
185
166
|
readonly type: "event";
|
|
167
|
+
}, {
|
|
168
|
+
readonly anonymous: false;
|
|
169
|
+
readonly inputs: readonly [{
|
|
170
|
+
readonly indexed: true;
|
|
171
|
+
readonly internalType: "address";
|
|
172
|
+
readonly name: "oftToken";
|
|
173
|
+
readonly type: "address";
|
|
174
|
+
}, {
|
|
175
|
+
readonly indexed: false;
|
|
176
|
+
readonly internalType: "uint256";
|
|
177
|
+
readonly name: "oldAmount";
|
|
178
|
+
readonly type: "uint256";
|
|
179
|
+
}, {
|
|
180
|
+
readonly indexed: false;
|
|
181
|
+
readonly internalType: "uint256";
|
|
182
|
+
readonly name: "newAmount";
|
|
183
|
+
readonly type: "uint256";
|
|
184
|
+
}];
|
|
185
|
+
readonly name: "TokenMinBridgeAmountUpdated";
|
|
186
|
+
readonly type: "event";
|
|
186
187
|
}, {
|
|
187
188
|
readonly anonymous: false;
|
|
188
189
|
readonly inputs: readonly [{
|
|
@@ -225,16 +226,6 @@ export declare const LAYER_ZERO_SPONSOR_ABI: readonly [{
|
|
|
225
226
|
}];
|
|
226
227
|
readonly stateMutability: "view";
|
|
227
228
|
readonly type: "function";
|
|
228
|
-
}, {
|
|
229
|
-
readonly inputs: readonly [];
|
|
230
|
-
readonly name: "minBridgeAmount";
|
|
231
|
-
readonly outputs: readonly [{
|
|
232
|
-
readonly internalType: "uint256";
|
|
233
|
-
readonly name: "";
|
|
234
|
-
readonly type: "uint256";
|
|
235
|
-
}];
|
|
236
|
-
readonly stateMutability: "view";
|
|
237
|
-
readonly type: "function";
|
|
238
229
|
}, {
|
|
239
230
|
readonly inputs: readonly [];
|
|
240
231
|
readonly name: "owner";
|
|
@@ -263,11 +254,15 @@ export declare const LAYER_ZERO_SPONSOR_ABI: readonly [{
|
|
|
263
254
|
readonly type: "function";
|
|
264
255
|
}, {
|
|
265
256
|
readonly inputs: readonly [{
|
|
266
|
-
readonly internalType: "
|
|
267
|
-
readonly name: "
|
|
268
|
-
readonly type: "
|
|
257
|
+
readonly internalType: "address";
|
|
258
|
+
readonly name: "oftToken";
|
|
259
|
+
readonly type: "address";
|
|
260
|
+
}, {
|
|
261
|
+
readonly internalType: "bool";
|
|
262
|
+
readonly name: "allowed";
|
|
263
|
+
readonly type: "bool";
|
|
269
264
|
}];
|
|
270
|
-
readonly name: "
|
|
265
|
+
readonly name: "setOFTWhitelist";
|
|
271
266
|
readonly outputs: readonly [];
|
|
272
267
|
readonly stateMutability: "nonpayable";
|
|
273
268
|
readonly type: "function";
|
|
@@ -277,11 +272,11 @@ export declare const LAYER_ZERO_SPONSOR_ABI: readonly [{
|
|
|
277
272
|
readonly name: "oftToken";
|
|
278
273
|
readonly type: "address";
|
|
279
274
|
}, {
|
|
280
|
-
readonly internalType: "
|
|
281
|
-
readonly name: "
|
|
282
|
-
readonly type: "
|
|
275
|
+
readonly internalType: "uint256";
|
|
276
|
+
readonly name: "minAmount";
|
|
277
|
+
readonly type: "uint256";
|
|
283
278
|
}];
|
|
284
|
-
readonly name: "
|
|
279
|
+
readonly name: "setTokenMinBridgeAmount";
|
|
285
280
|
readonly outputs: readonly [];
|
|
286
281
|
readonly stateMutability: "nonpayable";
|
|
287
282
|
readonly type: "function";
|
|
@@ -336,6 +331,20 @@ export declare const LAYER_ZERO_SPONSOR_ABI: readonly [{
|
|
|
336
331
|
}];
|
|
337
332
|
readonly stateMutability: "nonpayable";
|
|
338
333
|
readonly type: "function";
|
|
334
|
+
}, {
|
|
335
|
+
readonly inputs: readonly [{
|
|
336
|
+
readonly internalType: "address";
|
|
337
|
+
readonly name: "";
|
|
338
|
+
readonly type: "address";
|
|
339
|
+
}];
|
|
340
|
+
readonly name: "tokenMinBridgeAmount";
|
|
341
|
+
readonly outputs: readonly [{
|
|
342
|
+
readonly internalType: "uint256";
|
|
343
|
+
readonly name: "";
|
|
344
|
+
readonly type: "uint256";
|
|
345
|
+
}];
|
|
346
|
+
readonly stateMutability: "view";
|
|
347
|
+
readonly type: "function";
|
|
339
348
|
}, {
|
|
340
349
|
readonly inputs: readonly [{
|
|
341
350
|
readonly internalType: "address";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"layer-zero-sponsor.d.ts","sourceRoot":"","sources":["../../../../../src/constants/abis/core/layer-zero-sponsor.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"layer-zero-sponsor.d.ts","sourceRoot":"","sources":["../../../../../src/constants/abis/core/layer-zero-sponsor.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwgBzB,CAAC"}
|