@gfxlabs/oku-chains 1.5.2 → 1.6.0

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 CHANGED
@@ -347,9 +347,40 @@
347
347
  debank: "avax",
348
348
  tenderly: "true",
349
349
  },
350
- markets: {},
351
- bridges: {},
352
- oracles: {},
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: {
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
- bridges: {},
349
- oracles: {},
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: {
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
- bridges: {},
351
- oracles: {},
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: {
@@ -214,9 +214,40 @@ declare const avalanche: Readonly<{
214
214
  debank: string;
215
215
  tenderly: string;
216
216
  };
217
- markets: {};
218
- bridges: {};
219
- oracles: {};
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: {
@@ -19022,9 +19053,40 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19022
19053
  debank: string;
19023
19054
  tenderly: string;
19024
19055
  };
19025
- markets: {};
19026
- bridges: {};
19027
- oracles: {};
19056
+ markets: {
19057
+ openocean: string;
19058
+ cowswap: string;
19059
+ };
19060
+ bridges: {
19061
+ chainlink: {
19062
+ atlasNetworkName: string;
19063
+ routerAddress: string;
19064
+ chainSelector: bigint;
19065
+ tokenAdminRegistry: string;
19066
+ };
19067
+ stargate: {
19068
+ endpointID: number;
19069
+ tokens: never[];
19070
+ };
19071
+ wanbridge: {
19072
+ requiredConfirmations: number;
19073
+ };
19074
+ wormhole: {
19075
+ chain: string;
19076
+ timeToFinalize: number;
19077
+ };
19078
+ };
19079
+ oracles: {
19080
+ cmc: {
19081
+ slug: string;
19082
+ native: string;
19083
+ };
19084
+ coingecko: {
19085
+ slug: string;
19086
+ native: string;
19087
+ };
19088
+ dexscreener: string;
19089
+ };
19028
19090
  morpho: {};
19029
19091
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
19030
19092
  uniswap: {
@@ -214,9 +214,40 @@ declare const avalanche: Readonly<{
214
214
  debank: string;
215
215
  tenderly: string;
216
216
  };
217
- markets: {};
218
- bridges: {};
219
- oracles: {};
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: {
@@ -19022,9 +19053,40 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19022
19053
  debank: string;
19023
19054
  tenderly: string;
19024
19055
  };
19025
- markets: {};
19026
- bridges: {};
19027
- oracles: {};
19056
+ markets: {
19057
+ openocean: string;
19058
+ cowswap: string;
19059
+ };
19060
+ bridges: {
19061
+ chainlink: {
19062
+ atlasNetworkName: string;
19063
+ routerAddress: string;
19064
+ chainSelector: bigint;
19065
+ tokenAdminRegistry: string;
19066
+ };
19067
+ stargate: {
19068
+ endpointID: number;
19069
+ tokens: never[];
19070
+ };
19071
+ wanbridge: {
19072
+ requiredConfirmations: number;
19073
+ };
19074
+ wormhole: {
19075
+ chain: string;
19076
+ timeToFinalize: number;
19077
+ };
19078
+ };
19079
+ oracles: {
19080
+ cmc: {
19081
+ slug: string;
19082
+ native: string;
19083
+ };
19084
+ coingecko: {
19085
+ slug: string;
19086
+ native: string;
19087
+ };
19088
+ dexscreener: string;
19089
+ };
19028
19090
  morpho: {};
19029
19091
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
19030
19092
  uniswap: {
@@ -214,9 +214,40 @@ declare const avalanche: Readonly<{
214
214
  debank: string;
215
215
  tenderly: string;
216
216
  };
217
- markets: {};
218
- bridges: {};
219
- oracles: {};
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: {
@@ -19022,9 +19053,40 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19022
19053
  debank: string;
19023
19054
  tenderly: string;
19024
19055
  };
19025
- markets: {};
19026
- bridges: {};
19027
- oracles: {};
19056
+ markets: {
19057
+ openocean: string;
19058
+ cowswap: string;
19059
+ };
19060
+ bridges: {
19061
+ chainlink: {
19062
+ atlasNetworkName: string;
19063
+ routerAddress: string;
19064
+ chainSelector: bigint;
19065
+ tokenAdminRegistry: string;
19066
+ };
19067
+ stargate: {
19068
+ endpointID: number;
19069
+ tokens: never[];
19070
+ };
19071
+ wanbridge: {
19072
+ requiredConfirmations: number;
19073
+ };
19074
+ wormhole: {
19075
+ chain: string;
19076
+ timeToFinalize: number;
19077
+ };
19078
+ };
19079
+ oracles: {
19080
+ cmc: {
19081
+ slug: string;
19082
+ native: string;
19083
+ };
19084
+ coingecko: {
19085
+ slug: string;
19086
+ native: string;
19087
+ };
19088
+ dexscreener: string;
19089
+ };
19028
19090
  morpho: {};
19029
19091
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
19030
19092
  uniswap: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.5.2",
3
+ "version": "1.6.0",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",