@gfxlabs/oku-chains 1.6.0 → 1.6.2
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 -3
- package/dist/index-mjs.js +4 -3
- package/dist/index.js +4 -3
- package/dist/types/browser.d.ts +5 -6
- package/dist/types/index-mjs.d.ts +5 -6
- package/dist/types/index.d.ts +5 -6
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -340,6 +340,7 @@
|
|
|
340
340
|
sortIndex: 15,
|
|
341
341
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/avalanche-logo.svg",
|
|
342
342
|
deprecated: false,
|
|
343
|
+
liteChain: true,
|
|
343
344
|
safeReorgDistance: 90000,
|
|
344
345
|
blockAid: "",
|
|
345
346
|
externalId: {
|
|
@@ -360,7 +361,7 @@
|
|
|
360
361
|
},
|
|
361
362
|
stargate: {
|
|
362
363
|
endpointID: 30106,
|
|
363
|
-
tokens: []
|
|
364
|
+
tokens: [],
|
|
364
365
|
},
|
|
365
366
|
wanbridge: {
|
|
366
367
|
requiredConfirmations: 1,
|
|
@@ -368,7 +369,7 @@
|
|
|
368
369
|
wormhole: {
|
|
369
370
|
chain: "Avalanche",
|
|
370
371
|
timeToFinalize: 2,
|
|
371
|
-
}
|
|
372
|
+
},
|
|
372
373
|
},
|
|
373
374
|
oracles: {
|
|
374
375
|
cmc: {
|
|
@@ -2153,7 +2154,6 @@
|
|
|
2153
2154
|
internalName: "lens",
|
|
2154
2155
|
nativeLogoUrl: "https://assets.oku.trade/natives/gho.png",
|
|
2155
2156
|
contracts: {
|
|
2156
|
-
...chains.lens.contracts,
|
|
2157
2157
|
limitOrder: {
|
|
2158
2158
|
address: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF",
|
|
2159
2159
|
},
|
|
@@ -5580,6 +5580,7 @@
|
|
|
5580
5580
|
sortIndex: 15,
|
|
5581
5581
|
logoUrl: "https://assets.oku.trade/chains/world-logo.png",
|
|
5582
5582
|
deprecated: false,
|
|
5583
|
+
liteChain: true,
|
|
5583
5584
|
safeReorgDistance: 90000,
|
|
5584
5585
|
blockAid: "",
|
|
5585
5586
|
externalId: {
|
package/dist/index-mjs.js
CHANGED
|
@@ -337,6 +337,7 @@ const avalanche = makeConfig({
|
|
|
337
337
|
sortIndex: 15,
|
|
338
338
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/avalanche-logo.svg",
|
|
339
339
|
deprecated: false,
|
|
340
|
+
liteChain: true,
|
|
340
341
|
safeReorgDistance: 90000,
|
|
341
342
|
blockAid: "",
|
|
342
343
|
externalId: {
|
|
@@ -357,7 +358,7 @@ const avalanche = makeConfig({
|
|
|
357
358
|
},
|
|
358
359
|
stargate: {
|
|
359
360
|
endpointID: 30106,
|
|
360
|
-
tokens: []
|
|
361
|
+
tokens: [],
|
|
361
362
|
},
|
|
362
363
|
wanbridge: {
|
|
363
364
|
requiredConfirmations: 1,
|
|
@@ -365,7 +366,7 @@ const avalanche = makeConfig({
|
|
|
365
366
|
wormhole: {
|
|
366
367
|
chain: "Avalanche",
|
|
367
368
|
timeToFinalize: 2,
|
|
368
|
-
}
|
|
369
|
+
},
|
|
369
370
|
},
|
|
370
371
|
oracles: {
|
|
371
372
|
cmc: {
|
|
@@ -2150,7 +2151,6 @@ const lens = makeConfig({
|
|
|
2150
2151
|
internalName: "lens",
|
|
2151
2152
|
nativeLogoUrl: "https://assets.oku.trade/natives/gho.png",
|
|
2152
2153
|
contracts: {
|
|
2153
|
-
...lens$1.contracts,
|
|
2154
2154
|
limitOrder: {
|
|
2155
2155
|
address: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF",
|
|
2156
2156
|
},
|
|
@@ -5577,6 +5577,7 @@ const worldchain = makeConfig({
|
|
|
5577
5577
|
sortIndex: 15,
|
|
5578
5578
|
logoUrl: "https://assets.oku.trade/chains/world-logo.png",
|
|
5579
5579
|
deprecated: false,
|
|
5580
|
+
liteChain: true,
|
|
5580
5581
|
safeReorgDistance: 90000,
|
|
5581
5582
|
blockAid: "",
|
|
5582
5583
|
externalId: {
|
package/dist/index.js
CHANGED
|
@@ -339,6 +339,7 @@ const avalanche = makeConfig({
|
|
|
339
339
|
sortIndex: 15,
|
|
340
340
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/avalanche-logo.svg",
|
|
341
341
|
deprecated: false,
|
|
342
|
+
liteChain: true,
|
|
342
343
|
safeReorgDistance: 90000,
|
|
343
344
|
blockAid: "",
|
|
344
345
|
externalId: {
|
|
@@ -359,7 +360,7 @@ const avalanche = makeConfig({
|
|
|
359
360
|
},
|
|
360
361
|
stargate: {
|
|
361
362
|
endpointID: 30106,
|
|
362
|
-
tokens: []
|
|
363
|
+
tokens: [],
|
|
363
364
|
},
|
|
364
365
|
wanbridge: {
|
|
365
366
|
requiredConfirmations: 1,
|
|
@@ -367,7 +368,7 @@ const avalanche = makeConfig({
|
|
|
367
368
|
wormhole: {
|
|
368
369
|
chain: "Avalanche",
|
|
369
370
|
timeToFinalize: 2,
|
|
370
|
-
}
|
|
371
|
+
},
|
|
371
372
|
},
|
|
372
373
|
oracles: {
|
|
373
374
|
cmc: {
|
|
@@ -2152,7 +2153,6 @@ const lens = makeConfig({
|
|
|
2152
2153
|
internalName: "lens",
|
|
2153
2154
|
nativeLogoUrl: "https://assets.oku.trade/natives/gho.png",
|
|
2154
2155
|
contracts: {
|
|
2155
|
-
...chains.lens.contracts,
|
|
2156
2156
|
limitOrder: {
|
|
2157
2157
|
address: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF",
|
|
2158
2158
|
},
|
|
@@ -5579,6 +5579,7 @@ const worldchain = makeConfig({
|
|
|
5579
5579
|
sortIndex: 15,
|
|
5580
5580
|
logoUrl: "https://assets.oku.trade/chains/world-logo.png",
|
|
5581
5581
|
deprecated: false,
|
|
5582
|
+
liteChain: true,
|
|
5582
5583
|
safeReorgDistance: 90000,
|
|
5583
5584
|
blockAid: "",
|
|
5584
5585
|
externalId: {
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -207,6 +207,7 @@ declare const avalanche: Readonly<{
|
|
|
207
207
|
sortIndex: 15;
|
|
208
208
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/avalanche-logo.svg";
|
|
209
209
|
deprecated: false;
|
|
210
|
+
liteChain: true;
|
|
210
211
|
safeReorgDistance: 90000;
|
|
211
212
|
blockAid: "";
|
|
212
213
|
externalId: {
|
|
@@ -3840,9 +3841,6 @@ declare const lens: Readonly<{
|
|
|
3840
3841
|
address: "0x5319C3Fc78ac3e10Ca733A5839D65F8493A8D60A";
|
|
3841
3842
|
blockCreated: number;
|
|
3842
3843
|
};
|
|
3843
|
-
ensRegistry?: import("viem").ChainContract | undefined;
|
|
3844
|
-
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
3845
|
-
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
3846
3844
|
};
|
|
3847
3845
|
blockExplorers: {
|
|
3848
3846
|
readonly default: {
|
|
@@ -8323,6 +8321,7 @@ declare const worldchain: Readonly<{
|
|
|
8323
8321
|
sortIndex: 15;
|
|
8324
8322
|
logoUrl: "https://assets.oku.trade/chains/world-logo.png";
|
|
8325
8323
|
deprecated: false;
|
|
8324
|
+
liteChain: true;
|
|
8326
8325
|
safeReorgDistance: 90000;
|
|
8327
8326
|
blockAid: "";
|
|
8328
8327
|
externalId: {
|
|
@@ -9811,6 +9810,7 @@ interface IChainInfo<formatters extends ChainFormatters | undefined = ChainForma
|
|
|
9811
9810
|
token: TokenMetadata;
|
|
9812
9811
|
oku: OkuMetadata;
|
|
9813
9812
|
deprecated: boolean;
|
|
9813
|
+
liteChain?: boolean;
|
|
9814
9814
|
contracts: {
|
|
9815
9815
|
[key: string]: ChainContract | {
|
|
9816
9816
|
[chainId: number]: ChainContract;
|
|
@@ -17343,6 +17343,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17343
17343
|
sortIndex: 15;
|
|
17344
17344
|
logoUrl: "https://assets.oku.trade/chains/world-logo.png";
|
|
17345
17345
|
deprecated: false;
|
|
17346
|
+
liteChain: true;
|
|
17346
17347
|
safeReorgDistance: 90000;
|
|
17347
17348
|
blockAid: "";
|
|
17348
17349
|
externalId: {
|
|
@@ -18035,9 +18036,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18035
18036
|
address: "0x5319C3Fc78ac3e10Ca733A5839D65F8493A8D60A";
|
|
18036
18037
|
blockCreated: number;
|
|
18037
18038
|
};
|
|
18038
|
-
ensRegistry?: ChainContract | undefined;
|
|
18039
|
-
ensUniversalResolver?: ChainContract | undefined;
|
|
18040
|
-
erc6492Verifier?: ChainContract | undefined;
|
|
18041
18039
|
};
|
|
18042
18040
|
blockExplorers: {
|
|
18043
18041
|
readonly default: {
|
|
@@ -19046,6 +19044,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
19046
19044
|
sortIndex: 15;
|
|
19047
19045
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/avalanche-logo.svg";
|
|
19048
19046
|
deprecated: false;
|
|
19047
|
+
liteChain: true;
|
|
19049
19048
|
safeReorgDistance: 90000;
|
|
19050
19049
|
blockAid: "";
|
|
19051
19050
|
externalId: {
|
|
@@ -207,6 +207,7 @@ declare const avalanche: Readonly<{
|
|
|
207
207
|
sortIndex: 15;
|
|
208
208
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/avalanche-logo.svg";
|
|
209
209
|
deprecated: false;
|
|
210
|
+
liteChain: true;
|
|
210
211
|
safeReorgDistance: 90000;
|
|
211
212
|
blockAid: "";
|
|
212
213
|
externalId: {
|
|
@@ -3840,9 +3841,6 @@ declare const lens: Readonly<{
|
|
|
3840
3841
|
address: "0x5319C3Fc78ac3e10Ca733A5839D65F8493A8D60A";
|
|
3841
3842
|
blockCreated: number;
|
|
3842
3843
|
};
|
|
3843
|
-
ensRegistry?: import("viem").ChainContract | undefined;
|
|
3844
|
-
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
3845
|
-
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
3846
3844
|
};
|
|
3847
3845
|
blockExplorers: {
|
|
3848
3846
|
readonly default: {
|
|
@@ -8323,6 +8321,7 @@ declare const worldchain: Readonly<{
|
|
|
8323
8321
|
sortIndex: 15;
|
|
8324
8322
|
logoUrl: "https://assets.oku.trade/chains/world-logo.png";
|
|
8325
8323
|
deprecated: false;
|
|
8324
|
+
liteChain: true;
|
|
8326
8325
|
safeReorgDistance: 90000;
|
|
8327
8326
|
blockAid: "";
|
|
8328
8327
|
externalId: {
|
|
@@ -9811,6 +9810,7 @@ interface IChainInfo<formatters extends ChainFormatters | undefined = ChainForma
|
|
|
9811
9810
|
token: TokenMetadata;
|
|
9812
9811
|
oku: OkuMetadata;
|
|
9813
9812
|
deprecated: boolean;
|
|
9813
|
+
liteChain?: boolean;
|
|
9814
9814
|
contracts: {
|
|
9815
9815
|
[key: string]: ChainContract | {
|
|
9816
9816
|
[chainId: number]: ChainContract;
|
|
@@ -17343,6 +17343,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17343
17343
|
sortIndex: 15;
|
|
17344
17344
|
logoUrl: "https://assets.oku.trade/chains/world-logo.png";
|
|
17345
17345
|
deprecated: false;
|
|
17346
|
+
liteChain: true;
|
|
17346
17347
|
safeReorgDistance: 90000;
|
|
17347
17348
|
blockAid: "";
|
|
17348
17349
|
externalId: {
|
|
@@ -18035,9 +18036,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18035
18036
|
address: "0x5319C3Fc78ac3e10Ca733A5839D65F8493A8D60A";
|
|
18036
18037
|
blockCreated: number;
|
|
18037
18038
|
};
|
|
18038
|
-
ensRegistry?: ChainContract | undefined;
|
|
18039
|
-
ensUniversalResolver?: ChainContract | undefined;
|
|
18040
|
-
erc6492Verifier?: ChainContract | undefined;
|
|
18041
18039
|
};
|
|
18042
18040
|
blockExplorers: {
|
|
18043
18041
|
readonly default: {
|
|
@@ -19046,6 +19044,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
19046
19044
|
sortIndex: 15;
|
|
19047
19045
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/avalanche-logo.svg";
|
|
19048
19046
|
deprecated: false;
|
|
19047
|
+
liteChain: true;
|
|
19049
19048
|
safeReorgDistance: 90000;
|
|
19050
19049
|
blockAid: "";
|
|
19051
19050
|
externalId: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -207,6 +207,7 @@ declare const avalanche: Readonly<{
|
|
|
207
207
|
sortIndex: 15;
|
|
208
208
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/avalanche-logo.svg";
|
|
209
209
|
deprecated: false;
|
|
210
|
+
liteChain: true;
|
|
210
211
|
safeReorgDistance: 90000;
|
|
211
212
|
blockAid: "";
|
|
212
213
|
externalId: {
|
|
@@ -3840,9 +3841,6 @@ declare const lens: Readonly<{
|
|
|
3840
3841
|
address: "0x5319C3Fc78ac3e10Ca733A5839D65F8493A8D60A";
|
|
3841
3842
|
blockCreated: number;
|
|
3842
3843
|
};
|
|
3843
|
-
ensRegistry?: import("viem").ChainContract | undefined;
|
|
3844
|
-
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
3845
|
-
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
3846
3844
|
};
|
|
3847
3845
|
blockExplorers: {
|
|
3848
3846
|
readonly default: {
|
|
@@ -8323,6 +8321,7 @@ declare const worldchain: Readonly<{
|
|
|
8323
8321
|
sortIndex: 15;
|
|
8324
8322
|
logoUrl: "https://assets.oku.trade/chains/world-logo.png";
|
|
8325
8323
|
deprecated: false;
|
|
8324
|
+
liteChain: true;
|
|
8326
8325
|
safeReorgDistance: 90000;
|
|
8327
8326
|
blockAid: "";
|
|
8328
8327
|
externalId: {
|
|
@@ -9811,6 +9810,7 @@ interface IChainInfo<formatters extends ChainFormatters | undefined = ChainForma
|
|
|
9811
9810
|
token: TokenMetadata;
|
|
9812
9811
|
oku: OkuMetadata;
|
|
9813
9812
|
deprecated: boolean;
|
|
9813
|
+
liteChain?: boolean;
|
|
9814
9814
|
contracts: {
|
|
9815
9815
|
[key: string]: ChainContract | {
|
|
9816
9816
|
[chainId: number]: ChainContract;
|
|
@@ -17343,6 +17343,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17343
17343
|
sortIndex: 15;
|
|
17344
17344
|
logoUrl: "https://assets.oku.trade/chains/world-logo.png";
|
|
17345
17345
|
deprecated: false;
|
|
17346
|
+
liteChain: true;
|
|
17346
17347
|
safeReorgDistance: 90000;
|
|
17347
17348
|
blockAid: "";
|
|
17348
17349
|
externalId: {
|
|
@@ -18035,9 +18036,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18035
18036
|
address: "0x5319C3Fc78ac3e10Ca733A5839D65F8493A8D60A";
|
|
18036
18037
|
blockCreated: number;
|
|
18037
18038
|
};
|
|
18038
|
-
ensRegistry?: ChainContract | undefined;
|
|
18039
|
-
ensUniversalResolver?: ChainContract | undefined;
|
|
18040
|
-
erc6492Verifier?: ChainContract | undefined;
|
|
18041
18039
|
};
|
|
18042
18040
|
blockExplorers: {
|
|
18043
18041
|
readonly default: {
|
|
@@ -19046,6 +19044,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
19046
19044
|
sortIndex: 15;
|
|
19047
19045
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/avalanche-logo.svg";
|
|
19048
19046
|
deprecated: false;
|
|
19047
|
+
liteChain: true;
|
|
19049
19048
|
safeReorgDistance: 90000;
|
|
19050
19049
|
blockAid: "";
|
|
19051
19050
|
externalId: {
|