@gfxlabs/oku-chains 1.6.2 → 1.7.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
@@ -4348,8 +4348,24 @@
4348
4348
  tenderly: "true",
4349
4349
  },
4350
4350
  markets: {},
4351
- bridges: {},
4352
- oracles: {},
4351
+ bridges: {
4352
+ chainlink: {
4353
+ atlasNetworkName: "ronin-mainnet",
4354
+ routerAddress: "0x46527571D5D1B68eE7Eb60B18A32e6C60DcEAf99",
4355
+ chainSelector: 6916147374840168594n,
4356
+ tokenAdminRegistry: "0x90e83d532A4aD13940139c8ACE0B93b0DdbD323a",
4357
+ },
4358
+ },
4359
+ oracles: {
4360
+ cmc: {
4361
+ slug: "ronin",
4362
+ native: "ronin",
4363
+ },
4364
+ coingecko: {
4365
+ slug: "ronin",
4366
+ native: "ronin",
4367
+ },
4368
+ },
4353
4369
  morpho: {},
4354
4370
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
4355
4371
  uniswap: {
@@ -4380,7 +4396,7 @@
4380
4396
  nativeWrappedName: "RON",
4381
4397
  },
4382
4398
  },
4383
- defaultPool: viem.zeroAddress,
4399
+ defaultPool: "0xa7906fd31d53b895897be4528f24282b98c4b114",
4384
4400
  defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc",
4385
4401
  defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4",
4386
4402
  tokenList: [
package/dist/index-mjs.js CHANGED
@@ -4345,8 +4345,24 @@ const ronin = makeConfig({
4345
4345
  tenderly: "true",
4346
4346
  },
4347
4347
  markets: {},
4348
- bridges: {},
4349
- oracles: {},
4348
+ bridges: {
4349
+ chainlink: {
4350
+ atlasNetworkName: "ronin-mainnet",
4351
+ routerAddress: "0x46527571D5D1B68eE7Eb60B18A32e6C60DcEAf99",
4352
+ chainSelector: 6916147374840168594n,
4353
+ tokenAdminRegistry: "0x90e83d532A4aD13940139c8ACE0B93b0DdbD323a",
4354
+ },
4355
+ },
4356
+ oracles: {
4357
+ cmc: {
4358
+ slug: "ronin",
4359
+ native: "ronin",
4360
+ },
4361
+ coingecko: {
4362
+ slug: "ronin",
4363
+ native: "ronin",
4364
+ },
4365
+ },
4350
4366
  morpho: {},
4351
4367
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
4352
4368
  uniswap: {
@@ -4377,7 +4393,7 @@ const ronin = makeConfig({
4377
4393
  nativeWrappedName: "RON",
4378
4394
  },
4379
4395
  },
4380
- defaultPool: zeroAddress,
4396
+ defaultPool: "0xa7906fd31d53b895897be4528f24282b98c4b114",
4381
4397
  defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc",
4382
4398
  defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4",
4383
4399
  tokenList: [
package/dist/index.js CHANGED
@@ -4347,8 +4347,24 @@ const ronin = makeConfig({
4347
4347
  tenderly: "true",
4348
4348
  },
4349
4349
  markets: {},
4350
- bridges: {},
4351
- oracles: {},
4350
+ bridges: {
4351
+ chainlink: {
4352
+ atlasNetworkName: "ronin-mainnet",
4353
+ routerAddress: "0x46527571D5D1B68eE7Eb60B18A32e6C60DcEAf99",
4354
+ chainSelector: 6916147374840168594n,
4355
+ tokenAdminRegistry: "0x90e83d532A4aD13940139c8ACE0B93b0DdbD323a",
4356
+ },
4357
+ },
4358
+ oracles: {
4359
+ cmc: {
4360
+ slug: "ronin",
4361
+ native: "ronin",
4362
+ },
4363
+ coingecko: {
4364
+ slug: "ronin",
4365
+ native: "ronin",
4366
+ },
4367
+ },
4352
4368
  morpho: {},
4353
4369
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
4354
4370
  uniswap: {
@@ -4379,7 +4395,7 @@ const ronin = makeConfig({
4379
4395
  nativeWrappedName: "RON",
4380
4396
  },
4381
4397
  },
4382
- defaultPool: viem.zeroAddress,
4398
+ defaultPool: "0xa7906fd31d53b895897be4528f24282b98c4b114",
4383
4399
  defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc",
4384
4400
  defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4",
4385
4401
  tokenList: [
@@ -6688,8 +6688,24 @@ declare const ronin: Readonly<{
6688
6688
  tenderly: string;
6689
6689
  };
6690
6690
  markets: {};
6691
- bridges: {};
6692
- oracles: {};
6691
+ bridges: {
6692
+ chainlink: {
6693
+ atlasNetworkName: string;
6694
+ routerAddress: string;
6695
+ chainSelector: bigint;
6696
+ tokenAdminRegistry: string;
6697
+ };
6698
+ };
6699
+ oracles: {
6700
+ cmc: {
6701
+ slug: string;
6702
+ native: string;
6703
+ };
6704
+ coingecko: {
6705
+ slug: string;
6706
+ native: string;
6707
+ };
6708
+ };
6693
6709
  morpho: {};
6694
6710
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
6695
6711
  uniswap: {
@@ -6720,7 +6736,7 @@ declare const ronin: Readonly<{
6720
6736
  nativeWrappedName: string;
6721
6737
  };
6722
6738
  };
6723
- defaultPool: "0x0000000000000000000000000000000000000000";
6739
+ defaultPool: "0xa7906fd31d53b895897be4528f24282b98c4b114";
6724
6740
  defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
6725
6741
  defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
6726
6742
  tokenList: ({
@@ -19186,8 +19202,24 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19186
19202
  tenderly: string;
19187
19203
  };
19188
19204
  markets: {};
19189
- bridges: {};
19190
- oracles: {};
19205
+ bridges: {
19206
+ chainlink: {
19207
+ atlasNetworkName: string;
19208
+ routerAddress: string;
19209
+ chainSelector: bigint;
19210
+ tokenAdminRegistry: string;
19211
+ };
19212
+ };
19213
+ oracles: {
19214
+ cmc: {
19215
+ slug: string;
19216
+ native: string;
19217
+ };
19218
+ coingecko: {
19219
+ slug: string;
19220
+ native: string;
19221
+ };
19222
+ };
19191
19223
  morpho: {};
19192
19224
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
19193
19225
  uniswap: {
@@ -19218,7 +19250,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19218
19250
  nativeWrappedName: string;
19219
19251
  };
19220
19252
  };
19221
- defaultPool: "0x0000000000000000000000000000000000000000";
19253
+ defaultPool: "0xa7906fd31d53b895897be4528f24282b98c4b114";
19222
19254
  defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
19223
19255
  defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
19224
19256
  tokenList: ({
@@ -6688,8 +6688,24 @@ declare const ronin: Readonly<{
6688
6688
  tenderly: string;
6689
6689
  };
6690
6690
  markets: {};
6691
- bridges: {};
6692
- oracles: {};
6691
+ bridges: {
6692
+ chainlink: {
6693
+ atlasNetworkName: string;
6694
+ routerAddress: string;
6695
+ chainSelector: bigint;
6696
+ tokenAdminRegistry: string;
6697
+ };
6698
+ };
6699
+ oracles: {
6700
+ cmc: {
6701
+ slug: string;
6702
+ native: string;
6703
+ };
6704
+ coingecko: {
6705
+ slug: string;
6706
+ native: string;
6707
+ };
6708
+ };
6693
6709
  morpho: {};
6694
6710
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
6695
6711
  uniswap: {
@@ -6720,7 +6736,7 @@ declare const ronin: Readonly<{
6720
6736
  nativeWrappedName: string;
6721
6737
  };
6722
6738
  };
6723
- defaultPool: "0x0000000000000000000000000000000000000000";
6739
+ defaultPool: "0xa7906fd31d53b895897be4528f24282b98c4b114";
6724
6740
  defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
6725
6741
  defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
6726
6742
  tokenList: ({
@@ -19186,8 +19202,24 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19186
19202
  tenderly: string;
19187
19203
  };
19188
19204
  markets: {};
19189
- bridges: {};
19190
- oracles: {};
19205
+ bridges: {
19206
+ chainlink: {
19207
+ atlasNetworkName: string;
19208
+ routerAddress: string;
19209
+ chainSelector: bigint;
19210
+ tokenAdminRegistry: string;
19211
+ };
19212
+ };
19213
+ oracles: {
19214
+ cmc: {
19215
+ slug: string;
19216
+ native: string;
19217
+ };
19218
+ coingecko: {
19219
+ slug: string;
19220
+ native: string;
19221
+ };
19222
+ };
19191
19223
  morpho: {};
19192
19224
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
19193
19225
  uniswap: {
@@ -19218,7 +19250,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19218
19250
  nativeWrappedName: string;
19219
19251
  };
19220
19252
  };
19221
- defaultPool: "0x0000000000000000000000000000000000000000";
19253
+ defaultPool: "0xa7906fd31d53b895897be4528f24282b98c4b114";
19222
19254
  defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
19223
19255
  defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
19224
19256
  tokenList: ({
@@ -6688,8 +6688,24 @@ declare const ronin: Readonly<{
6688
6688
  tenderly: string;
6689
6689
  };
6690
6690
  markets: {};
6691
- bridges: {};
6692
- oracles: {};
6691
+ bridges: {
6692
+ chainlink: {
6693
+ atlasNetworkName: string;
6694
+ routerAddress: string;
6695
+ chainSelector: bigint;
6696
+ tokenAdminRegistry: string;
6697
+ };
6698
+ };
6699
+ oracles: {
6700
+ cmc: {
6701
+ slug: string;
6702
+ native: string;
6703
+ };
6704
+ coingecko: {
6705
+ slug: string;
6706
+ native: string;
6707
+ };
6708
+ };
6693
6709
  morpho: {};
6694
6710
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
6695
6711
  uniswap: {
@@ -6720,7 +6736,7 @@ declare const ronin: Readonly<{
6720
6736
  nativeWrappedName: string;
6721
6737
  };
6722
6738
  };
6723
- defaultPool: "0x0000000000000000000000000000000000000000";
6739
+ defaultPool: "0xa7906fd31d53b895897be4528f24282b98c4b114";
6724
6740
  defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
6725
6741
  defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
6726
6742
  tokenList: ({
@@ -19186,8 +19202,24 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19186
19202
  tenderly: string;
19187
19203
  };
19188
19204
  markets: {};
19189
- bridges: {};
19190
- oracles: {};
19205
+ bridges: {
19206
+ chainlink: {
19207
+ atlasNetworkName: string;
19208
+ routerAddress: string;
19209
+ chainSelector: bigint;
19210
+ tokenAdminRegistry: string;
19211
+ };
19212
+ };
19213
+ oracles: {
19214
+ cmc: {
19215
+ slug: string;
19216
+ native: string;
19217
+ };
19218
+ coingecko: {
19219
+ slug: string;
19220
+ native: string;
19221
+ };
19222
+ };
19191
19223
  morpho: {};
19192
19224
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
19193
19225
  uniswap: {
@@ -19218,7 +19250,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19218
19250
  nativeWrappedName: string;
19219
19251
  };
19220
19252
  };
19221
- defaultPool: "0x0000000000000000000000000000000000000000";
19253
+ defaultPool: "0xa7906fd31d53b895897be4528f24282b98c4b114";
19222
19254
  defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
19223
19255
  defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
19224
19256
  tokenList: ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.6.2",
3
+ "version": "1.7.0",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",