@gfxlabs/oku-chains 1.7.10 → 1.8.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 CHANGED
@@ -3317,9 +3317,32 @@
3317
3317
  externalId: {
3318
3318
  tenderly: "true",
3319
3319
  },
3320
- markets: {},
3321
- bridges: {},
3322
- oracles: {},
3320
+ markets: {
3321
+ openocean: "monad",
3322
+ },
3323
+ bridges: {
3324
+ chainlink: {
3325
+ atlasNetworkName: "monad-mainnet",
3326
+ routerAddress: "0x33566fE5976AAa420F3d5C64996641Fc3858CaDB",
3327
+ chainSelector: 8481857512324358265n,
3328
+ tokenAdminRegistry: "0x11ACd984DD680363117B310f6ebdf78fD6c0195f",
3329
+ },
3330
+ wormhole: {
3331
+ chain: "Monad",
3332
+ timeToFinalize: 2,
3333
+ },
3334
+ },
3335
+ oracles: {
3336
+ cmc: {
3337
+ slug: "monad",
3338
+ native: "monad",
3339
+ },
3340
+ coingecko: {
3341
+ slug: "monad",
3342
+ native: "monad",
3343
+ },
3344
+ dexscreener: "monad",
3345
+ },
3323
3346
  morpho: {},
3324
3347
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
3325
3348
  uniswap: {
package/dist/index-mjs.js CHANGED
@@ -3314,9 +3314,32 @@ const monad = makeConfig({
3314
3314
  externalId: {
3315
3315
  tenderly: "true",
3316
3316
  },
3317
- markets: {},
3318
- bridges: {},
3319
- oracles: {},
3317
+ markets: {
3318
+ openocean: "monad",
3319
+ },
3320
+ bridges: {
3321
+ chainlink: {
3322
+ atlasNetworkName: "monad-mainnet",
3323
+ routerAddress: "0x33566fE5976AAa420F3d5C64996641Fc3858CaDB",
3324
+ chainSelector: 8481857512324358265n,
3325
+ tokenAdminRegistry: "0x11ACd984DD680363117B310f6ebdf78fD6c0195f",
3326
+ },
3327
+ wormhole: {
3328
+ chain: "Monad",
3329
+ timeToFinalize: 2,
3330
+ },
3331
+ },
3332
+ oracles: {
3333
+ cmc: {
3334
+ slug: "monad",
3335
+ native: "monad",
3336
+ },
3337
+ coingecko: {
3338
+ slug: "monad",
3339
+ native: "monad",
3340
+ },
3341
+ dexscreener: "monad",
3342
+ },
3320
3343
  morpho: {},
3321
3344
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
3322
3345
  uniswap: {
package/dist/index.js CHANGED
@@ -3316,9 +3316,32 @@ const monad = makeConfig({
3316
3316
  externalId: {
3317
3317
  tenderly: "true",
3318
3318
  },
3319
- markets: {},
3320
- bridges: {},
3321
- oracles: {},
3319
+ markets: {
3320
+ openocean: "monad",
3321
+ },
3322
+ bridges: {
3323
+ chainlink: {
3324
+ atlasNetworkName: "monad-mainnet",
3325
+ routerAddress: "0x33566fE5976AAa420F3d5C64996641Fc3858CaDB",
3326
+ chainSelector: 8481857512324358265n,
3327
+ tokenAdminRegistry: "0x11ACd984DD680363117B310f6ebdf78fD6c0195f",
3328
+ },
3329
+ wormhole: {
3330
+ chain: "Monad",
3331
+ timeToFinalize: 2,
3332
+ },
3333
+ },
3334
+ oracles: {
3335
+ cmc: {
3336
+ slug: "monad",
3337
+ native: "monad",
3338
+ },
3339
+ coingecko: {
3340
+ slug: "monad",
3341
+ native: "monad",
3342
+ },
3343
+ dexscreener: "monad",
3344
+ },
3322
3345
  morpho: {},
3323
3346
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
3324
3347
  uniswap: {
@@ -5543,9 +5543,32 @@ declare const monad: Readonly<{
5543
5543
  externalId: {
5544
5544
  tenderly: string;
5545
5545
  };
5546
- markets: {};
5547
- bridges: {};
5548
- oracles: {};
5546
+ markets: {
5547
+ openocean: string;
5548
+ };
5549
+ bridges: {
5550
+ chainlink: {
5551
+ atlasNetworkName: string;
5552
+ routerAddress: string;
5553
+ chainSelector: bigint;
5554
+ tokenAdminRegistry: string;
5555
+ };
5556
+ wormhole: {
5557
+ chain: string;
5558
+ timeToFinalize: number;
5559
+ };
5560
+ };
5561
+ oracles: {
5562
+ cmc: {
5563
+ slug: string;
5564
+ native: string;
5565
+ };
5566
+ coingecko: {
5567
+ slug: string;
5568
+ native: string;
5569
+ };
5570
+ dexscreener: string;
5571
+ };
5549
5572
  morpho: {};
5550
5573
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
5551
5574
  uniswap: {
@@ -19444,9 +19467,32 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19444
19467
  externalId: {
19445
19468
  tenderly: string;
19446
19469
  };
19447
- markets: {};
19448
- bridges: {};
19449
- oracles: {};
19470
+ markets: {
19471
+ openocean: string;
19472
+ };
19473
+ bridges: {
19474
+ chainlink: {
19475
+ atlasNetworkName: string;
19476
+ routerAddress: string;
19477
+ chainSelector: bigint;
19478
+ tokenAdminRegistry: string;
19479
+ };
19480
+ wormhole: {
19481
+ chain: string;
19482
+ timeToFinalize: number;
19483
+ };
19484
+ };
19485
+ oracles: {
19486
+ cmc: {
19487
+ slug: string;
19488
+ native: string;
19489
+ };
19490
+ coingecko: {
19491
+ slug: string;
19492
+ native: string;
19493
+ };
19494
+ dexscreener: string;
19495
+ };
19450
19496
  morpho: {};
19451
19497
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
19452
19498
  uniswap: {
@@ -5543,9 +5543,32 @@ declare const monad: Readonly<{
5543
5543
  externalId: {
5544
5544
  tenderly: string;
5545
5545
  };
5546
- markets: {};
5547
- bridges: {};
5548
- oracles: {};
5546
+ markets: {
5547
+ openocean: string;
5548
+ };
5549
+ bridges: {
5550
+ chainlink: {
5551
+ atlasNetworkName: string;
5552
+ routerAddress: string;
5553
+ chainSelector: bigint;
5554
+ tokenAdminRegistry: string;
5555
+ };
5556
+ wormhole: {
5557
+ chain: string;
5558
+ timeToFinalize: number;
5559
+ };
5560
+ };
5561
+ oracles: {
5562
+ cmc: {
5563
+ slug: string;
5564
+ native: string;
5565
+ };
5566
+ coingecko: {
5567
+ slug: string;
5568
+ native: string;
5569
+ };
5570
+ dexscreener: string;
5571
+ };
5549
5572
  morpho: {};
5550
5573
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
5551
5574
  uniswap: {
@@ -19444,9 +19467,32 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19444
19467
  externalId: {
19445
19468
  tenderly: string;
19446
19469
  };
19447
- markets: {};
19448
- bridges: {};
19449
- oracles: {};
19470
+ markets: {
19471
+ openocean: string;
19472
+ };
19473
+ bridges: {
19474
+ chainlink: {
19475
+ atlasNetworkName: string;
19476
+ routerAddress: string;
19477
+ chainSelector: bigint;
19478
+ tokenAdminRegistry: string;
19479
+ };
19480
+ wormhole: {
19481
+ chain: string;
19482
+ timeToFinalize: number;
19483
+ };
19484
+ };
19485
+ oracles: {
19486
+ cmc: {
19487
+ slug: string;
19488
+ native: string;
19489
+ };
19490
+ coingecko: {
19491
+ slug: string;
19492
+ native: string;
19493
+ };
19494
+ dexscreener: string;
19495
+ };
19450
19496
  morpho: {};
19451
19497
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
19452
19498
  uniswap: {
@@ -5543,9 +5543,32 @@ declare const monad: Readonly<{
5543
5543
  externalId: {
5544
5544
  tenderly: string;
5545
5545
  };
5546
- markets: {};
5547
- bridges: {};
5548
- oracles: {};
5546
+ markets: {
5547
+ openocean: string;
5548
+ };
5549
+ bridges: {
5550
+ chainlink: {
5551
+ atlasNetworkName: string;
5552
+ routerAddress: string;
5553
+ chainSelector: bigint;
5554
+ tokenAdminRegistry: string;
5555
+ };
5556
+ wormhole: {
5557
+ chain: string;
5558
+ timeToFinalize: number;
5559
+ };
5560
+ };
5561
+ oracles: {
5562
+ cmc: {
5563
+ slug: string;
5564
+ native: string;
5565
+ };
5566
+ coingecko: {
5567
+ slug: string;
5568
+ native: string;
5569
+ };
5570
+ dexscreener: string;
5571
+ };
5549
5572
  morpho: {};
5550
5573
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
5551
5574
  uniswap: {
@@ -19444,9 +19467,32 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19444
19467
  externalId: {
19445
19468
  tenderly: string;
19446
19469
  };
19447
- markets: {};
19448
- bridges: {};
19449
- oracles: {};
19470
+ markets: {
19471
+ openocean: string;
19472
+ };
19473
+ bridges: {
19474
+ chainlink: {
19475
+ atlasNetworkName: string;
19476
+ routerAddress: string;
19477
+ chainSelector: bigint;
19478
+ tokenAdminRegistry: string;
19479
+ };
19480
+ wormhole: {
19481
+ chain: string;
19482
+ timeToFinalize: number;
19483
+ };
19484
+ };
19485
+ oracles: {
19486
+ cmc: {
19487
+ slug: string;
19488
+ native: string;
19489
+ };
19490
+ coingecko: {
19491
+ slug: string;
19492
+ native: string;
19493
+ };
19494
+ dexscreener: string;
19495
+ };
19450
19496
  morpho: {};
19451
19497
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
19452
19498
  uniswap: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.7.10",
3
+ "version": "1.8.1",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",