@gfxlabs/oku-chains 1.5.2 → 1.6.1
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 +34 -4
- package/dist/index-mjs.js +34 -4
- package/dist/index.js +34 -4
- package/dist/types/browser.d.ts +68 -12
- package/dist/types/index-mjs.d.ts +68 -12
- package/dist/types/index.d.ts +68 -12
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -347,9 +347,40 @@
|
|
|
347
347
|
debank: "avax",
|
|
348
348
|
tenderly: "true",
|
|
349
349
|
},
|
|
350
|
-
markets: {
|
|
351
|
-
|
|
352
|
-
|
|
350
|
+
markets: {
|
|
351
|
+
openocean: "avax",
|
|
352
|
+
cowswap: "avalanche",
|
|
353
|
+
},
|
|
354
|
+
bridges: {
|
|
355
|
+
chainlink: {
|
|
356
|
+
atlasNetworkName: "avalanche-mainnet",
|
|
357
|
+
routerAddress: "0xF4c7E640EdA248ef95972845a62bdC74237805dB",
|
|
358
|
+
chainSelector: 6433500567565415381n,
|
|
359
|
+
tokenAdminRegistry: "0xc8df5D618c6a59Cc6A311E96a39450381001464F",
|
|
360
|
+
},
|
|
361
|
+
stargate: {
|
|
362
|
+
endpointID: 30106,
|
|
363
|
+
tokens: []
|
|
364
|
+
},
|
|
365
|
+
wanbridge: {
|
|
366
|
+
requiredConfirmations: 1,
|
|
367
|
+
},
|
|
368
|
+
wormhole: {
|
|
369
|
+
chain: "Avalanche",
|
|
370
|
+
timeToFinalize: 2,
|
|
371
|
+
}
|
|
372
|
+
},
|
|
373
|
+
oracles: {
|
|
374
|
+
cmc: {
|
|
375
|
+
slug: "avalanche",
|
|
376
|
+
native: "avalanche",
|
|
377
|
+
},
|
|
378
|
+
coingecko: {
|
|
379
|
+
slug: "avalanche",
|
|
380
|
+
native: "avalanche-2",
|
|
381
|
+
},
|
|
382
|
+
dexscreener: "avalanche",
|
|
383
|
+
},
|
|
353
384
|
morpho: {},
|
|
354
385
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
355
386
|
uniswap: {
|
|
@@ -2122,7 +2153,6 @@
|
|
|
2122
2153
|
internalName: "lens",
|
|
2123
2154
|
nativeLogoUrl: "https://assets.oku.trade/natives/gho.png",
|
|
2124
2155
|
contracts: {
|
|
2125
|
-
...chains.lens.contracts,
|
|
2126
2156
|
limitOrder: {
|
|
2127
2157
|
address: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF",
|
|
2128
2158
|
},
|
package/dist/index-mjs.js
CHANGED
|
@@ -344,9 +344,40 @@ const avalanche = makeConfig({
|
|
|
344
344
|
debank: "avax",
|
|
345
345
|
tenderly: "true",
|
|
346
346
|
},
|
|
347
|
-
markets: {
|
|
348
|
-
|
|
349
|
-
|
|
347
|
+
markets: {
|
|
348
|
+
openocean: "avax",
|
|
349
|
+
cowswap: "avalanche",
|
|
350
|
+
},
|
|
351
|
+
bridges: {
|
|
352
|
+
chainlink: {
|
|
353
|
+
atlasNetworkName: "avalanche-mainnet",
|
|
354
|
+
routerAddress: "0xF4c7E640EdA248ef95972845a62bdC74237805dB",
|
|
355
|
+
chainSelector: 6433500567565415381n,
|
|
356
|
+
tokenAdminRegistry: "0xc8df5D618c6a59Cc6A311E96a39450381001464F",
|
|
357
|
+
},
|
|
358
|
+
stargate: {
|
|
359
|
+
endpointID: 30106,
|
|
360
|
+
tokens: []
|
|
361
|
+
},
|
|
362
|
+
wanbridge: {
|
|
363
|
+
requiredConfirmations: 1,
|
|
364
|
+
},
|
|
365
|
+
wormhole: {
|
|
366
|
+
chain: "Avalanche",
|
|
367
|
+
timeToFinalize: 2,
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
oracles: {
|
|
371
|
+
cmc: {
|
|
372
|
+
slug: "avalanche",
|
|
373
|
+
native: "avalanche",
|
|
374
|
+
},
|
|
375
|
+
coingecko: {
|
|
376
|
+
slug: "avalanche",
|
|
377
|
+
native: "avalanche-2",
|
|
378
|
+
},
|
|
379
|
+
dexscreener: "avalanche",
|
|
380
|
+
},
|
|
350
381
|
morpho: {},
|
|
351
382
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
352
383
|
uniswap: {
|
|
@@ -2119,7 +2150,6 @@ const lens = makeConfig({
|
|
|
2119
2150
|
internalName: "lens",
|
|
2120
2151
|
nativeLogoUrl: "https://assets.oku.trade/natives/gho.png",
|
|
2121
2152
|
contracts: {
|
|
2122
|
-
...lens$1.contracts,
|
|
2123
2153
|
limitOrder: {
|
|
2124
2154
|
address: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF",
|
|
2125
2155
|
},
|
package/dist/index.js
CHANGED
|
@@ -346,9 +346,40 @@ const avalanche = makeConfig({
|
|
|
346
346
|
debank: "avax",
|
|
347
347
|
tenderly: "true",
|
|
348
348
|
},
|
|
349
|
-
markets: {
|
|
350
|
-
|
|
351
|
-
|
|
349
|
+
markets: {
|
|
350
|
+
openocean: "avax",
|
|
351
|
+
cowswap: "avalanche",
|
|
352
|
+
},
|
|
353
|
+
bridges: {
|
|
354
|
+
chainlink: {
|
|
355
|
+
atlasNetworkName: "avalanche-mainnet",
|
|
356
|
+
routerAddress: "0xF4c7E640EdA248ef95972845a62bdC74237805dB",
|
|
357
|
+
chainSelector: 6433500567565415381n,
|
|
358
|
+
tokenAdminRegistry: "0xc8df5D618c6a59Cc6A311E96a39450381001464F",
|
|
359
|
+
},
|
|
360
|
+
stargate: {
|
|
361
|
+
endpointID: 30106,
|
|
362
|
+
tokens: []
|
|
363
|
+
},
|
|
364
|
+
wanbridge: {
|
|
365
|
+
requiredConfirmations: 1,
|
|
366
|
+
},
|
|
367
|
+
wormhole: {
|
|
368
|
+
chain: "Avalanche",
|
|
369
|
+
timeToFinalize: 2,
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
oracles: {
|
|
373
|
+
cmc: {
|
|
374
|
+
slug: "avalanche",
|
|
375
|
+
native: "avalanche",
|
|
376
|
+
},
|
|
377
|
+
coingecko: {
|
|
378
|
+
slug: "avalanche",
|
|
379
|
+
native: "avalanche-2",
|
|
380
|
+
},
|
|
381
|
+
dexscreener: "avalanche",
|
|
382
|
+
},
|
|
352
383
|
morpho: {},
|
|
353
384
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
354
385
|
uniswap: {
|
|
@@ -2121,7 +2152,6 @@ const lens = makeConfig({
|
|
|
2121
2152
|
internalName: "lens",
|
|
2122
2153
|
nativeLogoUrl: "https://assets.oku.trade/natives/gho.png",
|
|
2123
2154
|
contracts: {
|
|
2124
|
-
...chains.lens.contracts,
|
|
2125
2155
|
limitOrder: {
|
|
2126
2156
|
address: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF",
|
|
2127
2157
|
},
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -214,9 +214,40 @@ declare const avalanche: Readonly<{
|
|
|
214
214
|
debank: string;
|
|
215
215
|
tenderly: string;
|
|
216
216
|
};
|
|
217
|
-
markets: {
|
|
218
|
-
|
|
219
|
-
|
|
217
|
+
markets: {
|
|
218
|
+
openocean: string;
|
|
219
|
+
cowswap: string;
|
|
220
|
+
};
|
|
221
|
+
bridges: {
|
|
222
|
+
chainlink: {
|
|
223
|
+
atlasNetworkName: string;
|
|
224
|
+
routerAddress: string;
|
|
225
|
+
chainSelector: bigint;
|
|
226
|
+
tokenAdminRegistry: string;
|
|
227
|
+
};
|
|
228
|
+
stargate: {
|
|
229
|
+
endpointID: number;
|
|
230
|
+
tokens: never[];
|
|
231
|
+
};
|
|
232
|
+
wanbridge: {
|
|
233
|
+
requiredConfirmations: number;
|
|
234
|
+
};
|
|
235
|
+
wormhole: {
|
|
236
|
+
chain: string;
|
|
237
|
+
timeToFinalize: number;
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
oracles: {
|
|
241
|
+
cmc: {
|
|
242
|
+
slug: string;
|
|
243
|
+
native: string;
|
|
244
|
+
};
|
|
245
|
+
coingecko: {
|
|
246
|
+
slug: string;
|
|
247
|
+
native: string;
|
|
248
|
+
};
|
|
249
|
+
dexscreener: string;
|
|
250
|
+
};
|
|
220
251
|
morpho: {};
|
|
221
252
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
222
253
|
uniswap: {
|
|
@@ -3809,9 +3840,6 @@ declare const lens: Readonly<{
|
|
|
3809
3840
|
address: "0x5319C3Fc78ac3e10Ca733A5839D65F8493A8D60A";
|
|
3810
3841
|
blockCreated: number;
|
|
3811
3842
|
};
|
|
3812
|
-
ensRegistry?: import("viem").ChainContract | undefined;
|
|
3813
|
-
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
3814
|
-
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
3815
3843
|
};
|
|
3816
3844
|
blockExplorers: {
|
|
3817
3845
|
readonly default: {
|
|
@@ -18004,9 +18032,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18004
18032
|
address: "0x5319C3Fc78ac3e10Ca733A5839D65F8493A8D60A";
|
|
18005
18033
|
blockCreated: number;
|
|
18006
18034
|
};
|
|
18007
|
-
ensRegistry?: ChainContract | undefined;
|
|
18008
|
-
ensUniversalResolver?: ChainContract | undefined;
|
|
18009
|
-
erc6492Verifier?: ChainContract | undefined;
|
|
18010
18035
|
};
|
|
18011
18036
|
blockExplorers: {
|
|
18012
18037
|
readonly default: {
|
|
@@ -19022,9 +19047,40 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
19022
19047
|
debank: string;
|
|
19023
19048
|
tenderly: string;
|
|
19024
19049
|
};
|
|
19025
|
-
markets: {
|
|
19026
|
-
|
|
19027
|
-
|
|
19050
|
+
markets: {
|
|
19051
|
+
openocean: string;
|
|
19052
|
+
cowswap: string;
|
|
19053
|
+
};
|
|
19054
|
+
bridges: {
|
|
19055
|
+
chainlink: {
|
|
19056
|
+
atlasNetworkName: string;
|
|
19057
|
+
routerAddress: string;
|
|
19058
|
+
chainSelector: bigint;
|
|
19059
|
+
tokenAdminRegistry: string;
|
|
19060
|
+
};
|
|
19061
|
+
stargate: {
|
|
19062
|
+
endpointID: number;
|
|
19063
|
+
tokens: never[];
|
|
19064
|
+
};
|
|
19065
|
+
wanbridge: {
|
|
19066
|
+
requiredConfirmations: number;
|
|
19067
|
+
};
|
|
19068
|
+
wormhole: {
|
|
19069
|
+
chain: string;
|
|
19070
|
+
timeToFinalize: number;
|
|
19071
|
+
};
|
|
19072
|
+
};
|
|
19073
|
+
oracles: {
|
|
19074
|
+
cmc: {
|
|
19075
|
+
slug: string;
|
|
19076
|
+
native: string;
|
|
19077
|
+
};
|
|
19078
|
+
coingecko: {
|
|
19079
|
+
slug: string;
|
|
19080
|
+
native: string;
|
|
19081
|
+
};
|
|
19082
|
+
dexscreener: string;
|
|
19083
|
+
};
|
|
19028
19084
|
morpho: {};
|
|
19029
19085
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
19030
19086
|
uniswap: {
|
|
@@ -214,9 +214,40 @@ declare const avalanche: Readonly<{
|
|
|
214
214
|
debank: string;
|
|
215
215
|
tenderly: string;
|
|
216
216
|
};
|
|
217
|
-
markets: {
|
|
218
|
-
|
|
219
|
-
|
|
217
|
+
markets: {
|
|
218
|
+
openocean: string;
|
|
219
|
+
cowswap: string;
|
|
220
|
+
};
|
|
221
|
+
bridges: {
|
|
222
|
+
chainlink: {
|
|
223
|
+
atlasNetworkName: string;
|
|
224
|
+
routerAddress: string;
|
|
225
|
+
chainSelector: bigint;
|
|
226
|
+
tokenAdminRegistry: string;
|
|
227
|
+
};
|
|
228
|
+
stargate: {
|
|
229
|
+
endpointID: number;
|
|
230
|
+
tokens: never[];
|
|
231
|
+
};
|
|
232
|
+
wanbridge: {
|
|
233
|
+
requiredConfirmations: number;
|
|
234
|
+
};
|
|
235
|
+
wormhole: {
|
|
236
|
+
chain: string;
|
|
237
|
+
timeToFinalize: number;
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
oracles: {
|
|
241
|
+
cmc: {
|
|
242
|
+
slug: string;
|
|
243
|
+
native: string;
|
|
244
|
+
};
|
|
245
|
+
coingecko: {
|
|
246
|
+
slug: string;
|
|
247
|
+
native: string;
|
|
248
|
+
};
|
|
249
|
+
dexscreener: string;
|
|
250
|
+
};
|
|
220
251
|
morpho: {};
|
|
221
252
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
222
253
|
uniswap: {
|
|
@@ -3809,9 +3840,6 @@ declare const lens: Readonly<{
|
|
|
3809
3840
|
address: "0x5319C3Fc78ac3e10Ca733A5839D65F8493A8D60A";
|
|
3810
3841
|
blockCreated: number;
|
|
3811
3842
|
};
|
|
3812
|
-
ensRegistry?: import("viem").ChainContract | undefined;
|
|
3813
|
-
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
3814
|
-
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
3815
3843
|
};
|
|
3816
3844
|
blockExplorers: {
|
|
3817
3845
|
readonly default: {
|
|
@@ -18004,9 +18032,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18004
18032
|
address: "0x5319C3Fc78ac3e10Ca733A5839D65F8493A8D60A";
|
|
18005
18033
|
blockCreated: number;
|
|
18006
18034
|
};
|
|
18007
|
-
ensRegistry?: ChainContract | undefined;
|
|
18008
|
-
ensUniversalResolver?: ChainContract | undefined;
|
|
18009
|
-
erc6492Verifier?: ChainContract | undefined;
|
|
18010
18035
|
};
|
|
18011
18036
|
blockExplorers: {
|
|
18012
18037
|
readonly default: {
|
|
@@ -19022,9 +19047,40 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
19022
19047
|
debank: string;
|
|
19023
19048
|
tenderly: string;
|
|
19024
19049
|
};
|
|
19025
|
-
markets: {
|
|
19026
|
-
|
|
19027
|
-
|
|
19050
|
+
markets: {
|
|
19051
|
+
openocean: string;
|
|
19052
|
+
cowswap: string;
|
|
19053
|
+
};
|
|
19054
|
+
bridges: {
|
|
19055
|
+
chainlink: {
|
|
19056
|
+
atlasNetworkName: string;
|
|
19057
|
+
routerAddress: string;
|
|
19058
|
+
chainSelector: bigint;
|
|
19059
|
+
tokenAdminRegistry: string;
|
|
19060
|
+
};
|
|
19061
|
+
stargate: {
|
|
19062
|
+
endpointID: number;
|
|
19063
|
+
tokens: never[];
|
|
19064
|
+
};
|
|
19065
|
+
wanbridge: {
|
|
19066
|
+
requiredConfirmations: number;
|
|
19067
|
+
};
|
|
19068
|
+
wormhole: {
|
|
19069
|
+
chain: string;
|
|
19070
|
+
timeToFinalize: number;
|
|
19071
|
+
};
|
|
19072
|
+
};
|
|
19073
|
+
oracles: {
|
|
19074
|
+
cmc: {
|
|
19075
|
+
slug: string;
|
|
19076
|
+
native: string;
|
|
19077
|
+
};
|
|
19078
|
+
coingecko: {
|
|
19079
|
+
slug: string;
|
|
19080
|
+
native: string;
|
|
19081
|
+
};
|
|
19082
|
+
dexscreener: string;
|
|
19083
|
+
};
|
|
19028
19084
|
morpho: {};
|
|
19029
19085
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
19030
19086
|
uniswap: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -214,9 +214,40 @@ declare const avalanche: Readonly<{
|
|
|
214
214
|
debank: string;
|
|
215
215
|
tenderly: string;
|
|
216
216
|
};
|
|
217
|
-
markets: {
|
|
218
|
-
|
|
219
|
-
|
|
217
|
+
markets: {
|
|
218
|
+
openocean: string;
|
|
219
|
+
cowswap: string;
|
|
220
|
+
};
|
|
221
|
+
bridges: {
|
|
222
|
+
chainlink: {
|
|
223
|
+
atlasNetworkName: string;
|
|
224
|
+
routerAddress: string;
|
|
225
|
+
chainSelector: bigint;
|
|
226
|
+
tokenAdminRegistry: string;
|
|
227
|
+
};
|
|
228
|
+
stargate: {
|
|
229
|
+
endpointID: number;
|
|
230
|
+
tokens: never[];
|
|
231
|
+
};
|
|
232
|
+
wanbridge: {
|
|
233
|
+
requiredConfirmations: number;
|
|
234
|
+
};
|
|
235
|
+
wormhole: {
|
|
236
|
+
chain: string;
|
|
237
|
+
timeToFinalize: number;
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
oracles: {
|
|
241
|
+
cmc: {
|
|
242
|
+
slug: string;
|
|
243
|
+
native: string;
|
|
244
|
+
};
|
|
245
|
+
coingecko: {
|
|
246
|
+
slug: string;
|
|
247
|
+
native: string;
|
|
248
|
+
};
|
|
249
|
+
dexscreener: string;
|
|
250
|
+
};
|
|
220
251
|
morpho: {};
|
|
221
252
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
222
253
|
uniswap: {
|
|
@@ -3809,9 +3840,6 @@ declare const lens: Readonly<{
|
|
|
3809
3840
|
address: "0x5319C3Fc78ac3e10Ca733A5839D65F8493A8D60A";
|
|
3810
3841
|
blockCreated: number;
|
|
3811
3842
|
};
|
|
3812
|
-
ensRegistry?: import("viem").ChainContract | undefined;
|
|
3813
|
-
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
3814
|
-
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
3815
3843
|
};
|
|
3816
3844
|
blockExplorers: {
|
|
3817
3845
|
readonly default: {
|
|
@@ -18004,9 +18032,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18004
18032
|
address: "0x5319C3Fc78ac3e10Ca733A5839D65F8493A8D60A";
|
|
18005
18033
|
blockCreated: number;
|
|
18006
18034
|
};
|
|
18007
|
-
ensRegistry?: ChainContract | undefined;
|
|
18008
|
-
ensUniversalResolver?: ChainContract | undefined;
|
|
18009
|
-
erc6492Verifier?: ChainContract | undefined;
|
|
18010
18035
|
};
|
|
18011
18036
|
blockExplorers: {
|
|
18012
18037
|
readonly default: {
|
|
@@ -19022,9 +19047,40 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
19022
19047
|
debank: string;
|
|
19023
19048
|
tenderly: string;
|
|
19024
19049
|
};
|
|
19025
|
-
markets: {
|
|
19026
|
-
|
|
19027
|
-
|
|
19050
|
+
markets: {
|
|
19051
|
+
openocean: string;
|
|
19052
|
+
cowswap: string;
|
|
19053
|
+
};
|
|
19054
|
+
bridges: {
|
|
19055
|
+
chainlink: {
|
|
19056
|
+
atlasNetworkName: string;
|
|
19057
|
+
routerAddress: string;
|
|
19058
|
+
chainSelector: bigint;
|
|
19059
|
+
tokenAdminRegistry: string;
|
|
19060
|
+
};
|
|
19061
|
+
stargate: {
|
|
19062
|
+
endpointID: number;
|
|
19063
|
+
tokens: never[];
|
|
19064
|
+
};
|
|
19065
|
+
wanbridge: {
|
|
19066
|
+
requiredConfirmations: number;
|
|
19067
|
+
};
|
|
19068
|
+
wormhole: {
|
|
19069
|
+
chain: string;
|
|
19070
|
+
timeToFinalize: number;
|
|
19071
|
+
};
|
|
19072
|
+
};
|
|
19073
|
+
oracles: {
|
|
19074
|
+
cmc: {
|
|
19075
|
+
slug: string;
|
|
19076
|
+
native: string;
|
|
19077
|
+
};
|
|
19078
|
+
coingecko: {
|
|
19079
|
+
slug: string;
|
|
19080
|
+
native: string;
|
|
19081
|
+
};
|
|
19082
|
+
dexscreener: string;
|
|
19083
|
+
};
|
|
19028
19084
|
morpho: {};
|
|
19029
19085
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
19030
19086
|
uniswap: {
|