@gfxlabs/oku-chains 1.1.276 → 1.1.278
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/browser.js +4 -2
- package/dist/index-mjs.js +4 -2
- package/dist/index.js +4 -2
- package/dist/types/browser.d.ts +9 -4
- package/dist/types/index-mjs.d.ts +9 -4
- package/dist/types/index.d.ts +9 -4
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
launchTime: 1707321600,
|
|
337
337
|
transactionType: "eip1559",
|
|
338
338
|
blockTimeSeconds: 2,
|
|
339
|
-
logoUrl: "https://
|
|
339
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/base-logo.svg",
|
|
340
340
|
blockAid: "base",
|
|
341
341
|
defaultPool: "0xd0b53d9277642d899df5c87a3966a349a798f224",
|
|
342
342
|
defaultToken0: "0x4200000000000000000000000000000000000006",
|
|
@@ -1330,7 +1330,9 @@
|
|
|
1330
1330
|
externalId: {
|
|
1331
1331
|
tenderly: "true",
|
|
1332
1332
|
},
|
|
1333
|
-
markets: {
|
|
1333
|
+
markets: {
|
|
1334
|
+
threeroute: true,
|
|
1335
|
+
},
|
|
1334
1336
|
bridges: {
|
|
1335
1337
|
stargate: {
|
|
1336
1338
|
endpointID: 30292,
|
package/dist/index-mjs.js
CHANGED
|
@@ -333,7 +333,7 @@ const base = makeConfig({
|
|
|
333
333
|
launchTime: 1707321600,
|
|
334
334
|
transactionType: "eip1559",
|
|
335
335
|
blockTimeSeconds: 2,
|
|
336
|
-
logoUrl: "https://
|
|
336
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/base-logo.svg",
|
|
337
337
|
blockAid: "base",
|
|
338
338
|
defaultPool: "0xd0b53d9277642d899df5c87a3966a349a798f224",
|
|
339
339
|
defaultToken0: "0x4200000000000000000000000000000000000006",
|
|
@@ -1327,7 +1327,9 @@ const etherlink = makeConfig({
|
|
|
1327
1327
|
externalId: {
|
|
1328
1328
|
tenderly: "true",
|
|
1329
1329
|
},
|
|
1330
|
-
markets: {
|
|
1330
|
+
markets: {
|
|
1331
|
+
threeroute: true,
|
|
1332
|
+
},
|
|
1331
1333
|
bridges: {
|
|
1332
1334
|
stargate: {
|
|
1333
1335
|
endpointID: 30292,
|
package/dist/index.js
CHANGED
|
@@ -335,7 +335,7 @@ const base = makeConfig({
|
|
|
335
335
|
launchTime: 1707321600,
|
|
336
336
|
transactionType: "eip1559",
|
|
337
337
|
blockTimeSeconds: 2,
|
|
338
|
-
logoUrl: "https://
|
|
338
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/base-logo.svg",
|
|
339
339
|
blockAid: "base",
|
|
340
340
|
defaultPool: "0xd0b53d9277642d899df5c87a3966a349a798f224",
|
|
341
341
|
defaultToken0: "0x4200000000000000000000000000000000000006",
|
|
@@ -1329,7 +1329,9 @@ const etherlink = makeConfig({
|
|
|
1329
1329
|
externalId: {
|
|
1330
1330
|
tenderly: "true",
|
|
1331
1331
|
},
|
|
1332
|
-
markets: {
|
|
1332
|
+
markets: {
|
|
1333
|
+
threeroute: true,
|
|
1334
|
+
},
|
|
1333
1335
|
bridges: {
|
|
1334
1336
|
stargate: {
|
|
1335
1337
|
endpointID: 30292,
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -203,7 +203,7 @@ declare const base: Readonly<{
|
|
|
203
203
|
launchTime: 1707321600;
|
|
204
204
|
transactionType: "eip1559";
|
|
205
205
|
blockTimeSeconds: 2;
|
|
206
|
-
logoUrl: "https://
|
|
206
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/base-logo.svg";
|
|
207
207
|
blockAid: "base";
|
|
208
208
|
defaultPool: "0xd0b53d9277642d899df5c87a3966a349a798f224";
|
|
209
209
|
defaultToken0: "0x4200000000000000000000000000000000000006";
|
|
@@ -2866,7 +2866,9 @@ declare const etherlink: Readonly<{
|
|
|
2866
2866
|
externalId: {
|
|
2867
2867
|
tenderly: string;
|
|
2868
2868
|
};
|
|
2869
|
-
markets: {
|
|
2869
|
+
markets: {
|
|
2870
|
+
threeroute: true;
|
|
2871
|
+
};
|
|
2870
2872
|
bridges: {
|
|
2871
2873
|
stargate: {
|
|
2872
2874
|
endpointID: number;
|
|
@@ -9013,6 +9015,7 @@ interface Markets {
|
|
|
9013
9015
|
routerContract: string;
|
|
9014
9016
|
};
|
|
9015
9017
|
propellerswap?: string;
|
|
9018
|
+
threeroute?: boolean;
|
|
9016
9019
|
usor?: any;
|
|
9017
9020
|
zeroex?: boolean;
|
|
9018
9021
|
cowswap?: string;
|
|
@@ -9321,7 +9324,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9321
9324
|
launchTime: 1707321600;
|
|
9322
9325
|
transactionType: "eip1559";
|
|
9323
9326
|
blockTimeSeconds: 2;
|
|
9324
|
-
logoUrl: "https://
|
|
9327
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/base-logo.svg";
|
|
9325
9328
|
blockAid: "base";
|
|
9326
9329
|
defaultPool: "0xd0b53d9277642d899df5c87a3966a349a798f224";
|
|
9327
9330
|
defaultToken0: "0x4200000000000000000000000000000000000006";
|
|
@@ -17283,7 +17286,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17283
17286
|
externalId: {
|
|
17284
17287
|
tenderly: string;
|
|
17285
17288
|
};
|
|
17286
|
-
markets: {
|
|
17289
|
+
markets: {
|
|
17290
|
+
threeroute: true;
|
|
17291
|
+
};
|
|
17287
17292
|
bridges: {
|
|
17288
17293
|
stargate: {
|
|
17289
17294
|
endpointID: number;
|
|
@@ -203,7 +203,7 @@ declare const base: Readonly<{
|
|
|
203
203
|
launchTime: 1707321600;
|
|
204
204
|
transactionType: "eip1559";
|
|
205
205
|
blockTimeSeconds: 2;
|
|
206
|
-
logoUrl: "https://
|
|
206
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/base-logo.svg";
|
|
207
207
|
blockAid: "base";
|
|
208
208
|
defaultPool: "0xd0b53d9277642d899df5c87a3966a349a798f224";
|
|
209
209
|
defaultToken0: "0x4200000000000000000000000000000000000006";
|
|
@@ -2866,7 +2866,9 @@ declare const etherlink: Readonly<{
|
|
|
2866
2866
|
externalId: {
|
|
2867
2867
|
tenderly: string;
|
|
2868
2868
|
};
|
|
2869
|
-
markets: {
|
|
2869
|
+
markets: {
|
|
2870
|
+
threeroute: true;
|
|
2871
|
+
};
|
|
2870
2872
|
bridges: {
|
|
2871
2873
|
stargate: {
|
|
2872
2874
|
endpointID: number;
|
|
@@ -9013,6 +9015,7 @@ interface Markets {
|
|
|
9013
9015
|
routerContract: string;
|
|
9014
9016
|
};
|
|
9015
9017
|
propellerswap?: string;
|
|
9018
|
+
threeroute?: boolean;
|
|
9016
9019
|
usor?: any;
|
|
9017
9020
|
zeroex?: boolean;
|
|
9018
9021
|
cowswap?: string;
|
|
@@ -9321,7 +9324,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9321
9324
|
launchTime: 1707321600;
|
|
9322
9325
|
transactionType: "eip1559";
|
|
9323
9326
|
blockTimeSeconds: 2;
|
|
9324
|
-
logoUrl: "https://
|
|
9327
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/base-logo.svg";
|
|
9325
9328
|
blockAid: "base";
|
|
9326
9329
|
defaultPool: "0xd0b53d9277642d899df5c87a3966a349a798f224";
|
|
9327
9330
|
defaultToken0: "0x4200000000000000000000000000000000000006";
|
|
@@ -17283,7 +17286,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17283
17286
|
externalId: {
|
|
17284
17287
|
tenderly: string;
|
|
17285
17288
|
};
|
|
17286
|
-
markets: {
|
|
17289
|
+
markets: {
|
|
17290
|
+
threeroute: true;
|
|
17291
|
+
};
|
|
17287
17292
|
bridges: {
|
|
17288
17293
|
stargate: {
|
|
17289
17294
|
endpointID: number;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -203,7 +203,7 @@ declare const base: Readonly<{
|
|
|
203
203
|
launchTime: 1707321600;
|
|
204
204
|
transactionType: "eip1559";
|
|
205
205
|
blockTimeSeconds: 2;
|
|
206
|
-
logoUrl: "https://
|
|
206
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/base-logo.svg";
|
|
207
207
|
blockAid: "base";
|
|
208
208
|
defaultPool: "0xd0b53d9277642d899df5c87a3966a349a798f224";
|
|
209
209
|
defaultToken0: "0x4200000000000000000000000000000000000006";
|
|
@@ -2866,7 +2866,9 @@ declare const etherlink: Readonly<{
|
|
|
2866
2866
|
externalId: {
|
|
2867
2867
|
tenderly: string;
|
|
2868
2868
|
};
|
|
2869
|
-
markets: {
|
|
2869
|
+
markets: {
|
|
2870
|
+
threeroute: true;
|
|
2871
|
+
};
|
|
2870
2872
|
bridges: {
|
|
2871
2873
|
stargate: {
|
|
2872
2874
|
endpointID: number;
|
|
@@ -9013,6 +9015,7 @@ interface Markets {
|
|
|
9013
9015
|
routerContract: string;
|
|
9014
9016
|
};
|
|
9015
9017
|
propellerswap?: string;
|
|
9018
|
+
threeroute?: boolean;
|
|
9016
9019
|
usor?: any;
|
|
9017
9020
|
zeroex?: boolean;
|
|
9018
9021
|
cowswap?: string;
|
|
@@ -9321,7 +9324,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9321
9324
|
launchTime: 1707321600;
|
|
9322
9325
|
transactionType: "eip1559";
|
|
9323
9326
|
blockTimeSeconds: 2;
|
|
9324
|
-
logoUrl: "https://
|
|
9327
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/base-logo.svg";
|
|
9325
9328
|
blockAid: "base";
|
|
9326
9329
|
defaultPool: "0xd0b53d9277642d899df5c87a3966a349a798f224";
|
|
9327
9330
|
defaultToken0: "0x4200000000000000000000000000000000000006";
|
|
@@ -17283,7 +17286,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17283
17286
|
externalId: {
|
|
17284
17287
|
tenderly: string;
|
|
17285
17288
|
};
|
|
17286
|
-
markets: {
|
|
17289
|
+
markets: {
|
|
17290
|
+
threeroute: true;
|
|
17291
|
+
};
|
|
17287
17292
|
bridges: {
|
|
17288
17293
|
stargate: {
|
|
17289
17294
|
endpointID: number;
|