@gfxlabs/oku-chains 1.7.10 → 1.8.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
@@ -3317,9 +3317,28 @@
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
+ },
3331
+ oracles: {
3332
+ cmc: {
3333
+ slug: "monad",
3334
+ native: "monad",
3335
+ },
3336
+ coingecko: {
3337
+ slug: "monad",
3338
+ native: "monad",
3339
+ },
3340
+ dexscreener: "monad",
3341
+ },
3323
3342
  morpho: {},
3324
3343
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
3325
3344
  uniswap: {
package/dist/index-mjs.js CHANGED
@@ -3314,9 +3314,28 @@ 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
+ },
3328
+ oracles: {
3329
+ cmc: {
3330
+ slug: "monad",
3331
+ native: "monad",
3332
+ },
3333
+ coingecko: {
3334
+ slug: "monad",
3335
+ native: "monad",
3336
+ },
3337
+ dexscreener: "monad",
3338
+ },
3320
3339
  morpho: {},
3321
3340
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
3322
3341
  uniswap: {
package/dist/index.js CHANGED
@@ -3316,9 +3316,28 @@ 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
+ },
3330
+ oracles: {
3331
+ cmc: {
3332
+ slug: "monad",
3333
+ native: "monad",
3334
+ },
3335
+ coingecko: {
3336
+ slug: "monad",
3337
+ native: "monad",
3338
+ },
3339
+ dexscreener: "monad",
3340
+ },
3322
3341
  morpho: {},
3323
3342
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
3324
3343
  uniswap: {
@@ -5543,9 +5543,28 @@ 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
+ };
5557
+ oracles: {
5558
+ cmc: {
5559
+ slug: string;
5560
+ native: string;
5561
+ };
5562
+ coingecko: {
5563
+ slug: string;
5564
+ native: string;
5565
+ };
5566
+ dexscreener: string;
5567
+ };
5549
5568
  morpho: {};
5550
5569
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
5551
5570
  uniswap: {
@@ -19444,9 +19463,28 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19444
19463
  externalId: {
19445
19464
  tenderly: string;
19446
19465
  };
19447
- markets: {};
19448
- bridges: {};
19449
- oracles: {};
19466
+ markets: {
19467
+ openocean: string;
19468
+ };
19469
+ bridges: {
19470
+ chainlink: {
19471
+ atlasNetworkName: string;
19472
+ routerAddress: string;
19473
+ chainSelector: bigint;
19474
+ tokenAdminRegistry: string;
19475
+ };
19476
+ };
19477
+ oracles: {
19478
+ cmc: {
19479
+ slug: string;
19480
+ native: string;
19481
+ };
19482
+ coingecko: {
19483
+ slug: string;
19484
+ native: string;
19485
+ };
19486
+ dexscreener: string;
19487
+ };
19450
19488
  morpho: {};
19451
19489
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
19452
19490
  uniswap: {
@@ -5543,9 +5543,28 @@ 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
+ };
5557
+ oracles: {
5558
+ cmc: {
5559
+ slug: string;
5560
+ native: string;
5561
+ };
5562
+ coingecko: {
5563
+ slug: string;
5564
+ native: string;
5565
+ };
5566
+ dexscreener: string;
5567
+ };
5549
5568
  morpho: {};
5550
5569
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
5551
5570
  uniswap: {
@@ -19444,9 +19463,28 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19444
19463
  externalId: {
19445
19464
  tenderly: string;
19446
19465
  };
19447
- markets: {};
19448
- bridges: {};
19449
- oracles: {};
19466
+ markets: {
19467
+ openocean: string;
19468
+ };
19469
+ bridges: {
19470
+ chainlink: {
19471
+ atlasNetworkName: string;
19472
+ routerAddress: string;
19473
+ chainSelector: bigint;
19474
+ tokenAdminRegistry: string;
19475
+ };
19476
+ };
19477
+ oracles: {
19478
+ cmc: {
19479
+ slug: string;
19480
+ native: string;
19481
+ };
19482
+ coingecko: {
19483
+ slug: string;
19484
+ native: string;
19485
+ };
19486
+ dexscreener: string;
19487
+ };
19450
19488
  morpho: {};
19451
19489
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
19452
19490
  uniswap: {
@@ -5543,9 +5543,28 @@ 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
+ };
5557
+ oracles: {
5558
+ cmc: {
5559
+ slug: string;
5560
+ native: string;
5561
+ };
5562
+ coingecko: {
5563
+ slug: string;
5564
+ native: string;
5565
+ };
5566
+ dexscreener: string;
5567
+ };
5549
5568
  morpho: {};
5550
5569
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
5551
5570
  uniswap: {
@@ -19444,9 +19463,28 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19444
19463
  externalId: {
19445
19464
  tenderly: string;
19446
19465
  };
19447
- markets: {};
19448
- bridges: {};
19449
- oracles: {};
19466
+ markets: {
19467
+ openocean: string;
19468
+ };
19469
+ bridges: {
19470
+ chainlink: {
19471
+ atlasNetworkName: string;
19472
+ routerAddress: string;
19473
+ chainSelector: bigint;
19474
+ tokenAdminRegistry: string;
19475
+ };
19476
+ };
19477
+ oracles: {
19478
+ cmc: {
19479
+ slug: string;
19480
+ native: string;
19481
+ };
19482
+ coingecko: {
19483
+ slug: string;
19484
+ native: string;
19485
+ };
19486
+ dexscreener: string;
19487
+ };
19450
19488
  morpho: {};
19451
19489
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
19452
19490
  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.0",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",