@across-protocol/sdk 3.1.7 → 3.1.8
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/relayFeeCalculator/chain-queries/factory.d.ts +8 -0
- package/dist/cjs/relayFeeCalculator/chain-queries/polygon.d.ts +8 -0
- package/dist/cjs/relayFeeCalculator/relayFeeCalculator.d.ts +8 -0
- package/dist/cjs/typechain.d.ts +2 -2
- package/dist/cjs/typechain.js +1 -1
- package/dist/cjs/typechain.js.map +1 -1
- package/dist/cjs/utils/TokenUtils.d.ts +16 -0
- package/dist/esm/relayFeeCalculator/chain-queries/factory.d.ts +8 -0
- package/dist/esm/relayFeeCalculator/chain-queries/polygon.d.ts +8 -0
- package/dist/esm/relayFeeCalculator/relayFeeCalculator.d.ts +8 -0
- package/dist/esm/typechain.d.ts +2 -2
- package/dist/esm/typechain.js +1 -1
- package/dist/esm/typechain.js.map +1 -1
- package/dist/esm/utils/TokenUtils.d.ts +16 -0
- package/dist/types/relayFeeCalculator/chain-queries/factory.d.ts +8 -0
- package/dist/types/relayFeeCalculator/chain-queries/factory.d.ts.map +1 -1
- package/dist/types/relayFeeCalculator/chain-queries/polygon.d.ts +8 -0
- package/dist/types/relayFeeCalculator/chain-queries/polygon.d.ts.map +1 -1
- package/dist/types/relayFeeCalculator/relayFeeCalculator.d.ts +8 -0
- package/dist/types/relayFeeCalculator/relayFeeCalculator.d.ts.map +1 -1
- package/dist/types/typechain.d.ts +2 -2
- package/dist/types/typechain.d.ts.map +1 -1
- package/dist/types/utils/TokenUtils.d.ts +16 -0
- package/dist/types/utils/TokenUtils.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/typechain.ts +2 -2
|
@@ -107,6 +107,14 @@ export declare class QueryBase__factory {
|
|
|
107
107
|
[x: number]: string;
|
|
108
108
|
};
|
|
109
109
|
};
|
|
110
|
+
USDB: {
|
|
111
|
+
name: string;
|
|
112
|
+
symbol: string;
|
|
113
|
+
decimals: number;
|
|
114
|
+
addresses: {
|
|
115
|
+
[x: number]: string;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
110
118
|
USDC: {
|
|
111
119
|
name: string;
|
|
112
120
|
symbol: string;
|
|
@@ -107,6 +107,14 @@ export declare class PolygonQueries extends QueryBase {
|
|
|
107
107
|
[x: number]: string;
|
|
108
108
|
};
|
|
109
109
|
};
|
|
110
|
+
USDB: {
|
|
111
|
+
name: string;
|
|
112
|
+
symbol: string;
|
|
113
|
+
decimals: number;
|
|
114
|
+
addresses: {
|
|
115
|
+
[x: number]: string;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
110
118
|
USDC: {
|
|
111
119
|
name: string;
|
|
112
120
|
symbol: string;
|
|
@@ -184,6 +184,14 @@ export declare class RelayFeeCalculator {
|
|
|
184
184
|
[x: number]: string;
|
|
185
185
|
};
|
|
186
186
|
};
|
|
187
|
+
USDB: {
|
|
188
|
+
name: string;
|
|
189
|
+
symbol: string;
|
|
190
|
+
decimals: number;
|
|
191
|
+
addresses: {
|
|
192
|
+
[x: number]: string;
|
|
193
|
+
};
|
|
194
|
+
};
|
|
187
195
|
USDC: {
|
|
188
196
|
name: string;
|
|
189
197
|
symbol: string;
|
package/dist/cjs/typechain.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export type { TypedEvent, TypedEventFilter };
|
|
|
3
3
|
export { AcrossMerkleDistributor__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/merkle-distributor/AcrossMerkleDistributor__factory";
|
|
4
4
|
export { AcrossConfigStore__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/AcrossConfigStore__factory";
|
|
5
5
|
export { HubPool__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/HubPool__factory";
|
|
6
|
-
export { SpokePool__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/
|
|
6
|
+
export { SpokePool__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/SpokePool__factory";
|
|
7
7
|
export { ERC20__factory } from "@across-protocol/contracts/dist/typechain/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory";
|
|
8
8
|
export { AcceleratingDistributor__factory } from "@across-protocol/across-token/dist/typechain/factories/AcceleratingDistributor__factory";
|
|
9
9
|
export { ClaimAndStake__factory } from "@across-protocol/across-token/dist/typechain/factories/ClaimAndStake__factory";
|
|
@@ -11,7 +11,7 @@ export { MerkleDistributor__factory } from "@across-protocol/across-token/dist/t
|
|
|
11
11
|
export type { AcrossMerkleDistributor, AcrossMerkleDistributorInterface, } from "@across-protocol/contracts/dist/typechain/contracts/merkle-distributor/AcrossMerkleDistributor";
|
|
12
12
|
export type { AcrossConfigStore, AcrossConfigStoreInterface, } from "@across-protocol/contracts/dist/typechain/contracts/AcrossConfigStore";
|
|
13
13
|
export type { HubPool, HubPoolInterface } from "@across-protocol/contracts/dist/typechain/contracts/HubPool";
|
|
14
|
-
export type { SpokePool, SpokePoolInterface, FundsDepositedEvent, FilledRelayEvent, RequestedSpeedUpDepositEvent, V3FundsDepositedEvent, FilledV3RelayEvent, } from "@across-protocol/contracts/dist/typechain/contracts/SpokePool
|
|
14
|
+
export type { SpokePool, SpokePoolInterface, FundsDepositedEvent, FilledRelayEvent, RequestedSpeedUpDepositEvent, V3FundsDepositedEvent, FilledV3RelayEvent, } from "@across-protocol/contracts/dist/typechain/contracts/SpokePool";
|
|
15
15
|
export type { AcceleratingDistributor, AcceleratingDistributorInterface, } from "@across-protocol/across-token/dist/typechain/AcceleratingDistributor";
|
|
16
16
|
export type { ClaimAndStake, ClaimAndStakeInterface } from "@across-protocol/across-token/dist/typechain/ClaimAndStake";
|
|
17
17
|
export type { MerkleDistributor, MerkleDistributorInterface, } from "@across-protocol/across-token/dist/typechain/MerkleDistributor";
|
package/dist/cjs/typechain.js
CHANGED
|
@@ -7,7 +7,7 @@ var AcrossConfigStore__factory_1 = require("@across-protocol/contracts/dist/type
|
|
|
7
7
|
Object.defineProperty(exports, "AcrossConfigStore__factory", { enumerable: true, get: function () { return AcrossConfigStore__factory_1.AcrossConfigStore__factory; } });
|
|
8
8
|
var HubPool__factory_1 = require("@across-protocol/contracts/dist/typechain/factories/contracts/HubPool__factory");
|
|
9
9
|
Object.defineProperty(exports, "HubPool__factory", { enumerable: true, get: function () { return HubPool__factory_1.HubPool__factory; } });
|
|
10
|
-
var SpokePool__factory_1 = require("@across-protocol/contracts/dist/typechain/factories/contracts/
|
|
10
|
+
var SpokePool__factory_1 = require("@across-protocol/contracts/dist/typechain/factories/contracts/SpokePool__factory");
|
|
11
11
|
Object.defineProperty(exports, "SpokePool__factory", { enumerable: true, get: function () { return SpokePool__factory_1.SpokePool__factory; } });
|
|
12
12
|
var ERC20__factory_1 = require("@across-protocol/contracts/dist/typechain/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory");
|
|
13
13
|
Object.defineProperty(exports, "ERC20__factory", { enumerable: true, get: function () { return ERC20__factory_1.ERC20__factory; } });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typechain.js","sourceRoot":"","sources":["../../src/typechain.ts"],"names":[],"mappings":";;;AAQA,sKAAqK;AAA5J,oJAAA,gCAAgC,OAAA;AACzC,uIAAsI;AAA7H,wIAAA,0BAA0B,OAAA;AACnC,mHAAkH;AAAzG,oHAAA,gBAAgB,OAAA;AACzB,
|
|
1
|
+
{"version":3,"file":"typechain.js","sourceRoot":"","sources":["../../src/typechain.ts"],"names":[],"mappings":";;;AAQA,sKAAqK;AAA5J,oJAAA,gCAAgC,OAAA;AACzC,uIAAsI;AAA7H,wIAAA,0BAA0B,OAAA;AACnC,mHAAkH;AAAzG,oHAAA,gBAAgB,OAAA;AACzB,uHAAsH;AAA7G,wHAAA,kBAAkB,OAAA;AAC3B,yIAAwI;AAA/H,gHAAA,cAAc,OAAA;AAEvB,4IAA2I;AAAlI,oJAAA,gCAAgC,OAAA;AACzC,wHAAuH;AAA9G,gIAAA,sBAAsB,OAAA;AAC/B,gIAA+H;AAAtH,wIAAA,0BAA0B,OAAA"}
|
|
@@ -112,6 +112,14 @@ export declare const resolveContractFromSymbol: (symbol: string, chainId: string
|
|
|
112
112
|
[x: number]: string;
|
|
113
113
|
};
|
|
114
114
|
};
|
|
115
|
+
USDB: {
|
|
116
|
+
name: string;
|
|
117
|
+
symbol: string;
|
|
118
|
+
decimals: number;
|
|
119
|
+
addresses: {
|
|
120
|
+
[x: number]: string;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
115
123
|
USDC: {
|
|
116
124
|
name: string;
|
|
117
125
|
symbol: string;
|
|
@@ -274,6 +282,14 @@ export declare function getTokenInformationFromAddress(address: string, tokenMap
|
|
|
274
282
|
[x: number]: string;
|
|
275
283
|
};
|
|
276
284
|
};
|
|
285
|
+
USDB: {
|
|
286
|
+
name: string;
|
|
287
|
+
symbol: string;
|
|
288
|
+
decimals: number;
|
|
289
|
+
addresses: {
|
|
290
|
+
[x: number]: string;
|
|
291
|
+
};
|
|
292
|
+
};
|
|
277
293
|
USDC: {
|
|
278
294
|
name: string;
|
|
279
295
|
symbol: string;
|
|
@@ -107,6 +107,14 @@ export declare class QueryBase__factory {
|
|
|
107
107
|
[x: number]: string;
|
|
108
108
|
};
|
|
109
109
|
};
|
|
110
|
+
USDB: {
|
|
111
|
+
name: string;
|
|
112
|
+
symbol: string;
|
|
113
|
+
decimals: number;
|
|
114
|
+
addresses: {
|
|
115
|
+
[x: number]: string;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
110
118
|
USDC: {
|
|
111
119
|
name: string;
|
|
112
120
|
symbol: string;
|
|
@@ -107,6 +107,14 @@ export declare class PolygonQueries extends QueryBase {
|
|
|
107
107
|
[x: number]: string;
|
|
108
108
|
};
|
|
109
109
|
};
|
|
110
|
+
USDB: {
|
|
111
|
+
name: string;
|
|
112
|
+
symbol: string;
|
|
113
|
+
decimals: number;
|
|
114
|
+
addresses: {
|
|
115
|
+
[x: number]: string;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
110
118
|
USDC: {
|
|
111
119
|
name: string;
|
|
112
120
|
symbol: string;
|
|
@@ -222,6 +222,14 @@ export declare class RelayFeeCalculator {
|
|
|
222
222
|
[x: number]: string;
|
|
223
223
|
};
|
|
224
224
|
};
|
|
225
|
+
USDB: {
|
|
226
|
+
name: string;
|
|
227
|
+
symbol: string;
|
|
228
|
+
decimals: number;
|
|
229
|
+
addresses: {
|
|
230
|
+
[x: number]: string;
|
|
231
|
+
};
|
|
232
|
+
};
|
|
225
233
|
USDC: {
|
|
226
234
|
name: string;
|
|
227
235
|
symbol: string;
|
package/dist/esm/typechain.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export type { TypedEvent, TypedEventFilter };
|
|
|
8
8
|
export { AcrossMerkleDistributor__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/merkle-distributor/AcrossMerkleDistributor__factory";
|
|
9
9
|
export { AcrossConfigStore__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/AcrossConfigStore__factory";
|
|
10
10
|
export { HubPool__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/HubPool__factory";
|
|
11
|
-
export { SpokePool__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/
|
|
11
|
+
export { SpokePool__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/SpokePool__factory";
|
|
12
12
|
export { ERC20__factory } from "@across-protocol/contracts/dist/typechain/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory";
|
|
13
13
|
export { AcceleratingDistributor__factory } from "@across-protocol/across-token/dist/typechain/factories/AcceleratingDistributor__factory";
|
|
14
14
|
export { ClaimAndStake__factory } from "@across-protocol/across-token/dist/typechain/factories/ClaimAndStake__factory";
|
|
@@ -16,7 +16,7 @@ export { MerkleDistributor__factory } from "@across-protocol/across-token/dist/t
|
|
|
16
16
|
export type { AcrossMerkleDistributor, AcrossMerkleDistributorInterface, } from "@across-protocol/contracts/dist/typechain/contracts/merkle-distributor/AcrossMerkleDistributor";
|
|
17
17
|
export type { AcrossConfigStore, AcrossConfigStoreInterface, } from "@across-protocol/contracts/dist/typechain/contracts/AcrossConfigStore";
|
|
18
18
|
export type { HubPool, HubPoolInterface } from "@across-protocol/contracts/dist/typechain/contracts/HubPool";
|
|
19
|
-
export type { SpokePool, SpokePoolInterface, FundsDepositedEvent, FilledRelayEvent, RequestedSpeedUpDepositEvent, V3FundsDepositedEvent, FilledV3RelayEvent, } from "@across-protocol/contracts/dist/typechain/contracts/SpokePool
|
|
19
|
+
export type { SpokePool, SpokePoolInterface, FundsDepositedEvent, FilledRelayEvent, RequestedSpeedUpDepositEvent, V3FundsDepositedEvent, FilledV3RelayEvent, } from "@across-protocol/contracts/dist/typechain/contracts/SpokePool";
|
|
20
20
|
export type { AcceleratingDistributor, AcceleratingDistributorInterface, } from "@across-protocol/across-token/dist/typechain/AcceleratingDistributor";
|
|
21
21
|
export type { ClaimAndStake, ClaimAndStakeInterface } from "@across-protocol/across-token/dist/typechain/ClaimAndStake";
|
|
22
22
|
export type { MerkleDistributor, MerkleDistributorInterface, } from "@across-protocol/across-token/dist/typechain/MerkleDistributor";
|
package/dist/esm/typechain.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { AcrossMerkleDistributor__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/merkle-distributor/AcrossMerkleDistributor__factory";
|
|
2
2
|
export { AcrossConfigStore__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/AcrossConfigStore__factory";
|
|
3
3
|
export { HubPool__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/HubPool__factory";
|
|
4
|
-
export { SpokePool__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/
|
|
4
|
+
export { SpokePool__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/SpokePool__factory";
|
|
5
5
|
export { ERC20__factory } from "@across-protocol/contracts/dist/typechain/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory";
|
|
6
6
|
export { AcceleratingDistributor__factory } from "@across-protocol/across-token/dist/typechain/factories/AcceleratingDistributor__factory";
|
|
7
7
|
export { ClaimAndStake__factory } from "@across-protocol/across-token/dist/typechain/factories/ClaimAndStake__factory";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typechain.js","sourceRoot":"","sources":["../../src/typechain.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gCAAgC,EAAE,MAAM,mHAAmH,CAAC;AACrK,OAAO,EAAE,0BAA0B,EAAE,MAAM,0FAA0F,CAAC;AACtI,OAAO,EAAE,gBAAgB,EAAE,MAAM,gFAAgF,CAAC;AAClH,OAAO,EAAE,kBAAkB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"typechain.js","sourceRoot":"","sources":["../../src/typechain.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gCAAgC,EAAE,MAAM,mHAAmH,CAAC;AACrK,OAAO,EAAE,0BAA0B,EAAE,MAAM,0FAA0F,CAAC;AACtI,OAAO,EAAE,gBAAgB,EAAE,MAAM,gFAAgF,CAAC;AAClH,OAAO,EAAE,kBAAkB,EAAE,MAAM,kFAAkF,CAAC;AACtH,OAAO,EAAE,cAAc,EAAE,MAAM,wGAAwG,CAAC;AAExI,OAAO,EAAE,gCAAgC,EAAE,MAAM,yFAAyF,CAAC;AAC3I,OAAO,EAAE,sBAAsB,EAAE,MAAM,+EAA+E,CAAC;AACvH,OAAO,EAAE,0BAA0B,EAAE,MAAM,mFAAmF,CAAC"}
|
|
@@ -126,6 +126,14 @@ export declare const resolveContractFromSymbol: (symbol: string, chainId: string
|
|
|
126
126
|
[x: number]: string;
|
|
127
127
|
};
|
|
128
128
|
};
|
|
129
|
+
USDB: {
|
|
130
|
+
name: string;
|
|
131
|
+
symbol: string;
|
|
132
|
+
decimals: number;
|
|
133
|
+
addresses: {
|
|
134
|
+
[x: number]: string;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
129
137
|
USDC: {
|
|
130
138
|
name: string;
|
|
131
139
|
symbol: string;
|
|
@@ -288,6 +296,14 @@ export declare function getTokenInformationFromAddress(address: string, tokenMap
|
|
|
288
296
|
[x: number]: string;
|
|
289
297
|
};
|
|
290
298
|
};
|
|
299
|
+
USDB: {
|
|
300
|
+
name: string;
|
|
301
|
+
symbol: string;
|
|
302
|
+
decimals: number;
|
|
303
|
+
addresses: {
|
|
304
|
+
[x: number]: string;
|
|
305
|
+
};
|
|
306
|
+
};
|
|
291
307
|
USDC: {
|
|
292
308
|
name: string;
|
|
293
309
|
symbol: string;
|
|
@@ -107,6 +107,14 @@ export declare class QueryBase__factory {
|
|
|
107
107
|
[x: number]: string;
|
|
108
108
|
};
|
|
109
109
|
};
|
|
110
|
+
USDB: {
|
|
111
|
+
name: string;
|
|
112
|
+
symbol: string;
|
|
113
|
+
decimals: number;
|
|
114
|
+
addresses: {
|
|
115
|
+
[x: number]: string;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
110
118
|
USDC: {
|
|
111
119
|
name: string;
|
|
112
120
|
symbol: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"factory.d.ts","sourceRoot":"","sources":["../../../../src/relayFeeCalculator/chain-queries/factory.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AAGnC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,OAAO,EAAkB,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAU/D,qBAAa,kBAAkB;IAC7B,MAAM,CAAC,MAAM,CACX,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,SAAS,CAAC,QAAQ,EAC5B,aAAa
|
|
1
|
+
{"version":3,"file":"factory.d.ts","sourceRoot":"","sources":["../../../../src/relayFeeCalculator/chain-queries/factory.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AAGnC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,OAAO,EAAkB,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAU/D,qBAAa,kBAAkB;IAC7B,MAAM,CAAC,MAAM,CACX,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,SAAS,CAAC,QAAQ,EAC5B,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAAoB,EACjC,gBAAgB,SAA2C,EAC3D,uBAAuB,SAAoC,EAC3D,kBAAkB,CAAC,EAAE,MAAM,EAC3B,MAAM,GAAE,MAAuB,EAC/B,SAAS,SAAI,EACb,qBAAqB,SAAQ,GAC5B,SAAS;CA4Bb"}
|
|
@@ -107,6 +107,14 @@ export declare class PolygonQueries extends QueryBase {
|
|
|
107
107
|
[x: number]: string;
|
|
108
108
|
};
|
|
109
109
|
};
|
|
110
|
+
USDB: {
|
|
111
|
+
name: string;
|
|
112
|
+
symbol: string;
|
|
113
|
+
decimals: number;
|
|
114
|
+
addresses: {
|
|
115
|
+
[x: number]: string;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
110
118
|
USDC: {
|
|
111
119
|
name: string;
|
|
112
120
|
symbol: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"polygon.d.ts","sourceRoot":"","sources":["../../../../src/relayFeeCalculator/chain-queries/polygon.ts"],"names":[],"mappings":"AACA,OAAO,EAAkB,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AAGnC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,qBAAa,cAAe,SAAQ,SAAS;gBAEzC,QAAQ,EAAE,SAAS,CAAC,QAAQ,EAC5B,aAAa
|
|
1
|
+
{"version":3,"file":"polygon.d.ts","sourceRoot":"","sources":["../../../../src/relayFeeCalculator/chain-queries/polygon.ts"],"names":[],"mappings":"AACA,OAAO,EAAkB,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AAGnC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,qBAAa,cAAe,SAAQ,SAAS;gBAEzC,QAAQ,EAAE,SAAS,CAAC,QAAQ,EAC5B,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAAoB,EACjC,gBAAgB,SAAqD,EACrE,uBAAuB,SAAoC,EAC3D,kBAAkB,CAAC,EAAE,MAAM,EAC3B,MAAM,GAAE,MAAuB,EAC/B,SAAS,SAAI;IAeA,aAAa,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;CAcnE"}
|
|
@@ -222,6 +222,14 @@ export declare class RelayFeeCalculator {
|
|
|
222
222
|
[x: number]: string;
|
|
223
223
|
};
|
|
224
224
|
};
|
|
225
|
+
USDB: {
|
|
226
|
+
name: string;
|
|
227
|
+
symbol: string;
|
|
228
|
+
decimals: number;
|
|
229
|
+
addresses: {
|
|
230
|
+
[x: number]: string;
|
|
231
|
+
};
|
|
232
|
+
};
|
|
225
233
|
USDC: {
|
|
226
234
|
name: string;
|
|
227
235
|
symbol: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"relayFeeCalculator.d.ts","sourceRoot":"","sources":["../../../src/relayFeeCalculator/relayFeeCalculator.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"relayFeeCalculator.d.ts","sourceRoot":"","sources":["../../../src/relayFeeCalculator/relayFeeCalculator.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,7 +8,7 @@ export type { TypedEvent, TypedEventFilter };
|
|
|
8
8
|
export { AcrossMerkleDistributor__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/merkle-distributor/AcrossMerkleDistributor__factory";
|
|
9
9
|
export { AcrossConfigStore__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/AcrossConfigStore__factory";
|
|
10
10
|
export { HubPool__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/HubPool__factory";
|
|
11
|
-
export { SpokePool__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/
|
|
11
|
+
export { SpokePool__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/SpokePool__factory";
|
|
12
12
|
export { ERC20__factory } from "@across-protocol/contracts/dist/typechain/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory";
|
|
13
13
|
export { AcceleratingDistributor__factory } from "@across-protocol/across-token/dist/typechain/factories/AcceleratingDistributor__factory";
|
|
14
14
|
export { ClaimAndStake__factory } from "@across-protocol/across-token/dist/typechain/factories/ClaimAndStake__factory";
|
|
@@ -16,7 +16,7 @@ export { MerkleDistributor__factory } from "@across-protocol/across-token/dist/t
|
|
|
16
16
|
export type { AcrossMerkleDistributor, AcrossMerkleDistributorInterface, } from "@across-protocol/contracts/dist/typechain/contracts/merkle-distributor/AcrossMerkleDistributor";
|
|
17
17
|
export type { AcrossConfigStore, AcrossConfigStoreInterface, } from "@across-protocol/contracts/dist/typechain/contracts/AcrossConfigStore";
|
|
18
18
|
export type { HubPool, HubPoolInterface } from "@across-protocol/contracts/dist/typechain/contracts/HubPool";
|
|
19
|
-
export type { SpokePool, SpokePoolInterface, FundsDepositedEvent, FilledRelayEvent, RequestedSpeedUpDepositEvent, V3FundsDepositedEvent, FilledV3RelayEvent, } from "@across-protocol/contracts/dist/typechain/contracts/SpokePool
|
|
19
|
+
export type { SpokePool, SpokePoolInterface, FundsDepositedEvent, FilledRelayEvent, RequestedSpeedUpDepositEvent, V3FundsDepositedEvent, FilledV3RelayEvent, } from "@across-protocol/contracts/dist/typechain/contracts/SpokePool";
|
|
20
20
|
export type { AcceleratingDistributor, AcceleratingDistributorInterface, } from "@across-protocol/across-token/dist/typechain/AcceleratingDistributor";
|
|
21
21
|
export type { ClaimAndStake, ClaimAndStakeInterface } from "@across-protocol/across-token/dist/typechain/ClaimAndStake";
|
|
22
22
|
export type { MerkleDistributor, MerkleDistributorInterface, } from "@across-protocol/across-token/dist/typechain/MerkleDistributor";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typechain.d.ts","sourceRoot":"","sources":["../../src/typechain.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,KAAK,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,kDAAkD,CAAC;AAErG,YAAY,EAAE,UAAU,EAAE,gBAAgB,EAAE,CAAC;AAC7C,OAAO,EAAE,gCAAgC,EAAE,MAAM,mHAAmH,CAAC;AACrK,OAAO,EAAE,0BAA0B,EAAE,MAAM,0FAA0F,CAAC;AACtI,OAAO,EAAE,gBAAgB,EAAE,MAAM,gFAAgF,CAAC;AAClH,OAAO,EAAE,kBAAkB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"typechain.d.ts","sourceRoot":"","sources":["../../src/typechain.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,KAAK,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,kDAAkD,CAAC;AAErG,YAAY,EAAE,UAAU,EAAE,gBAAgB,EAAE,CAAC;AAC7C,OAAO,EAAE,gCAAgC,EAAE,MAAM,mHAAmH,CAAC;AACrK,OAAO,EAAE,0BAA0B,EAAE,MAAM,0FAA0F,CAAC;AACtI,OAAO,EAAE,gBAAgB,EAAE,MAAM,gFAAgF,CAAC;AAClH,OAAO,EAAE,kBAAkB,EAAE,MAAM,kFAAkF,CAAC;AACtH,OAAO,EAAE,cAAc,EAAE,MAAM,wGAAwG,CAAC;AAExI,OAAO,EAAE,gCAAgC,EAAE,MAAM,yFAAyF,CAAC;AAC3I,OAAO,EAAE,sBAAsB,EAAE,MAAM,+EAA+E,CAAC;AACvH,OAAO,EAAE,0BAA0B,EAAE,MAAM,mFAAmF,CAAC;AAE/H,YAAY,EACV,uBAAuB,EACvB,gCAAgC,GACjC,MAAM,gGAAgG,CAAC;AACxG,YAAY,EACV,iBAAiB,EACjB,0BAA0B,GAC3B,MAAM,uEAAuE,CAAC;AAC/E,YAAY,EAAE,OAAO,EAAE,gBAAgB,EAAE,MAAM,6DAA6D,CAAC;AAC7G,YAAY,EACV,SAAS,EACT,kBAAkB,EAClB,mBAAmB,EACnB,gBAAgB,EAChB,4BAA4B,EAC5B,qBAAqB,EACrB,kBAAkB,GACnB,MAAM,+DAA+D,CAAC;AAEvE,YAAY,EACV,uBAAuB,EACvB,gCAAgC,GACjC,MAAM,sEAAsE,CAAC;AAC9E,YAAY,EAAE,aAAa,EAAE,sBAAsB,EAAE,MAAM,4DAA4D,CAAC;AACxH,YAAY,EACV,iBAAiB,EACjB,0BAA0B,GAC3B,MAAM,gEAAgE,CAAC"}
|
|
@@ -126,6 +126,14 @@ export declare const resolveContractFromSymbol: (symbol: string, chainId: string
|
|
|
126
126
|
[x: number]: string;
|
|
127
127
|
};
|
|
128
128
|
};
|
|
129
|
+
USDB: {
|
|
130
|
+
name: string;
|
|
131
|
+
symbol: string;
|
|
132
|
+
decimals: number;
|
|
133
|
+
addresses: {
|
|
134
|
+
[x: number]: string;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
129
137
|
USDC: {
|
|
130
138
|
name: string;
|
|
131
139
|
symbol: string;
|
|
@@ -288,6 +296,14 @@ export declare function getTokenInformationFromAddress(address: string, tokenMap
|
|
|
288
296
|
[x: number]: string;
|
|
289
297
|
};
|
|
290
298
|
};
|
|
299
|
+
USDB: {
|
|
300
|
+
name: string;
|
|
301
|
+
symbol: string;
|
|
302
|
+
decimals: number;
|
|
303
|
+
addresses: {
|
|
304
|
+
[x: number]: string;
|
|
305
|
+
};
|
|
306
|
+
};
|
|
291
307
|
USDC: {
|
|
292
308
|
name: string;
|
|
293
309
|
symbol: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenUtils.d.ts","sourceRoot":"","sources":["../../../src/utils/TokenUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAC5D,OAAO,EAAE,SAAS,EAAY,SAAS,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAEhE,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAMxC,KAAK,gBAAgB,GAAG,SAAS,CAAC,QAAQ,GAAG,MAAM,CAAC;AAEpD,wBAAsB,cAAc,CAAC,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,gBAAgB,GAAG,OAAO,CAAC,OAAO,CAAC,CAI1G;AAED,eAAO,MAAM,mBAAmB,mBACd,MAAM;;aAMvB,CAAC;AAEF;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO,CAY7E;AAED;;;;;;GAMG;AACH,eAAO,MAAM,yBAAyB,WAC5B,MAAM,WACL,MAAM
|
|
1
|
+
{"version":3,"file":"TokenUtils.d.ts","sourceRoot":"","sources":["../../../src/utils/TokenUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAC5D,OAAO,EAAE,SAAS,EAAY,SAAS,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAEhE,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAMxC,KAAK,gBAAgB,GAAG,SAAS,CAAC,QAAQ,GAAG,MAAM,CAAC;AAEpD,wBAAsB,cAAc,CAAC,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,gBAAgB,GAAG,OAAO,CAAC,OAAO,CAAC,CAI1G;AAED,eAAO,MAAM,mBAAmB,mBACd,MAAM;;aAMvB,CAAC;AAEF;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO,CAY7E;AAED;;;;;;GAMG;AACH,eAAO,MAAM,yBAAyB,WAC5B,MAAM,WACL,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEd,MAAM,GAAG,SAIX,CAAC;AAEF,wBAAgB,8BAA8B,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAoB,GAAG,OAAO,GAAG,SAAS,CAWrH;AAED;;;;;;;GAOG;AACH,wBAAgB,eAAe,CAC7B,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,gBAAgB,EAClC,QAAQ,GAAE,QAAmB,GAC5B,OAAO,CAAC,SAAS,CAAC,CAGpB"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@across-protocol/sdk",
|
|
3
3
|
"author": "UMA Team",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.8",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"homepage": "https://docs.across.to/reference/sdk",
|
|
7
7
|
"files": [
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
},
|
|
100
100
|
"dependencies": {
|
|
101
101
|
"@across-protocol/across-token": "^1.0.0",
|
|
102
|
-
"@across-protocol/constants": "^3.1.
|
|
103
|
-
"@across-protocol/contracts": "^3.0.
|
|
102
|
+
"@across-protocol/constants": "^3.1.5",
|
|
103
|
+
"@across-protocol/contracts": "^3.0.3",
|
|
104
104
|
"@eth-optimism/sdk": "^3.3.1",
|
|
105
105
|
"@pinata/sdk": "^2.1.0",
|
|
106
106
|
"@types/mocha": "^10.0.1",
|
package/src/typechain.ts
CHANGED
|
@@ -9,7 +9,7 @@ export type { TypedEvent, TypedEventFilter };
|
|
|
9
9
|
export { AcrossMerkleDistributor__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/merkle-distributor/AcrossMerkleDistributor__factory";
|
|
10
10
|
export { AcrossConfigStore__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/AcrossConfigStore__factory";
|
|
11
11
|
export { HubPool__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/HubPool__factory";
|
|
12
|
-
export { SpokePool__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/
|
|
12
|
+
export { SpokePool__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/SpokePool__factory";
|
|
13
13
|
export { ERC20__factory } from "@across-protocol/contracts/dist/typechain/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory";
|
|
14
14
|
|
|
15
15
|
export { AcceleratingDistributor__factory } from "@across-protocol/across-token/dist/typechain/factories/AcceleratingDistributor__factory";
|
|
@@ -33,7 +33,7 @@ export type {
|
|
|
33
33
|
RequestedSpeedUpDepositEvent,
|
|
34
34
|
V3FundsDepositedEvent,
|
|
35
35
|
FilledV3RelayEvent,
|
|
36
|
-
} from "@across-protocol/contracts/dist/typechain/contracts/SpokePool
|
|
36
|
+
} from "@across-protocol/contracts/dist/typechain/contracts/SpokePool";
|
|
37
37
|
|
|
38
38
|
export type {
|
|
39
39
|
AcceleratingDistributor,
|