@gfxlabs/oku-chains 1.1.85 → 1.1.87

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
@@ -560,8 +560,7 @@
560
560
  nativeWrappedName: "ETH",
561
561
  },
562
562
  },
563
- // TODO: default pool
564
- defaultPool: viem.zeroAddress,
563
+ defaultPool: "0x9a3b17a2e2daf54ce80f2f4b2c8440902be715de",
565
564
  defaultToken0: "0x05D032ac25d322df992303dCa074EE7392C117b9",
566
565
  defaultToken1: "0x4200000000000000000000000000000000000006",
567
566
  tokenList: [
@@ -573,7 +572,7 @@
573
572
  "0x05D032ac25d322df992303dCa074EE7392C117b9",
574
573
  "0xe75D0fB2C24A55cA1e3F96781a2bCC7bdba058F0",
575
574
  ],
576
- watchlist: [],
575
+ watchlist: ["0x9a3b17a2e2daf54ce80f2f4b2c8440902be715de"],
577
576
  internalName: "bob",
578
577
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
579
578
  contracts: {
@@ -2672,14 +2671,14 @@
2672
2671
  id: 2,
2673
2672
  address: "0x1C10CC06DC6D35970d1D53B2A23c76ef370d4135",
2674
2673
  },
2675
- ]
2676
- }
2674
+ ],
2675
+ },
2677
2676
  },
2678
2677
  oracles: {
2679
2678
  coingecko: {
2680
2679
  slug: "taiko",
2681
- native: "ethereum"
2682
- }
2680
+ native: "ethereum",
2681
+ },
2683
2682
  },
2684
2683
  blockExplorers: {
2685
2684
  default: {
@@ -2724,7 +2723,11 @@
2724
2723
  { symbol: "WETH", address: "0xA51894664A773981C6C112C43ce576f315d5b1B6" },
2725
2724
  { symbol: "USDC", address: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b" },
2726
2725
  ],
2727
- stables: ["0x07d83526730c7438048D55A4fc0b850e2aaB6f0b"],
2726
+ stables: [
2727
+ "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b",
2728
+ "0x19e26b0638bf63aa9fa4d14c6baf8d52ebe86c5c",
2729
+ "0x9c2dc7377717603eB92b2655c5f2E7997a4945BD",
2730
+ ],
2728
2731
  watchlist: [
2729
2732
  "0xDaC937d4263E6A667A027FE59B2FFe2F91D54f46",
2730
2733
  "0x5B731355AAd31C132dd4754E70E92c590Ae42386",
package/dist/index-mjs.js CHANGED
@@ -557,8 +557,7 @@ const bob = makeConfig({
557
557
  nativeWrappedName: "ETH",
558
558
  },
559
559
  },
560
- // TODO: default pool
561
- defaultPool: zeroAddress,
560
+ defaultPool: "0x9a3b17a2e2daf54ce80f2f4b2c8440902be715de",
562
561
  defaultToken0: "0x05D032ac25d322df992303dCa074EE7392C117b9",
563
562
  defaultToken1: "0x4200000000000000000000000000000000000006",
564
563
  tokenList: [
@@ -570,7 +569,7 @@ const bob = makeConfig({
570
569
  "0x05D032ac25d322df992303dCa074EE7392C117b9",
571
570
  "0xe75D0fB2C24A55cA1e3F96781a2bCC7bdba058F0",
572
571
  ],
573
- watchlist: [],
572
+ watchlist: ["0x9a3b17a2e2daf54ce80f2f4b2c8440902be715de"],
574
573
  internalName: "bob",
575
574
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
576
575
  contracts: {
@@ -2669,14 +2668,14 @@ const taiko = makeConfig({
2669
2668
  id: 2,
2670
2669
  address: "0x1C10CC06DC6D35970d1D53B2A23c76ef370d4135",
2671
2670
  },
2672
- ]
2673
- }
2671
+ ],
2672
+ },
2674
2673
  },
2675
2674
  oracles: {
2676
2675
  coingecko: {
2677
2676
  slug: "taiko",
2678
- native: "ethereum"
2679
- }
2677
+ native: "ethereum",
2678
+ },
2680
2679
  },
2681
2680
  blockExplorers: {
2682
2681
  default: {
@@ -2721,7 +2720,11 @@ const taiko = makeConfig({
2721
2720
  { symbol: "WETH", address: "0xA51894664A773981C6C112C43ce576f315d5b1B6" },
2722
2721
  { symbol: "USDC", address: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b" },
2723
2722
  ],
2724
- stables: ["0x07d83526730c7438048D55A4fc0b850e2aaB6f0b"],
2723
+ stables: [
2724
+ "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b",
2725
+ "0x19e26b0638bf63aa9fa4d14c6baf8d52ebe86c5c",
2726
+ "0x9c2dc7377717603eB92b2655c5f2E7997a4945BD",
2727
+ ],
2725
2728
  watchlist: [
2726
2729
  "0xDaC937d4263E6A667A027FE59B2FFe2F91D54f46",
2727
2730
  "0x5B731355AAd31C132dd4754E70E92c590Ae42386",
package/dist/index.js CHANGED
@@ -559,8 +559,7 @@ const bob = makeConfig({
559
559
  nativeWrappedName: "ETH",
560
560
  },
561
561
  },
562
- // TODO: default pool
563
- defaultPool: viem.zeroAddress,
562
+ defaultPool: "0x9a3b17a2e2daf54ce80f2f4b2c8440902be715de",
564
563
  defaultToken0: "0x05D032ac25d322df992303dCa074EE7392C117b9",
565
564
  defaultToken1: "0x4200000000000000000000000000000000000006",
566
565
  tokenList: [
@@ -572,7 +571,7 @@ const bob = makeConfig({
572
571
  "0x05D032ac25d322df992303dCa074EE7392C117b9",
573
572
  "0xe75D0fB2C24A55cA1e3F96781a2bCC7bdba058F0",
574
573
  ],
575
- watchlist: [],
574
+ watchlist: ["0x9a3b17a2e2daf54ce80f2f4b2c8440902be715de"],
576
575
  internalName: "bob",
577
576
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
578
577
  contracts: {
@@ -2671,14 +2670,14 @@ const taiko = makeConfig({
2671
2670
  id: 2,
2672
2671
  address: "0x1C10CC06DC6D35970d1D53B2A23c76ef370d4135",
2673
2672
  },
2674
- ]
2675
- }
2673
+ ],
2674
+ },
2676
2675
  },
2677
2676
  oracles: {
2678
2677
  coingecko: {
2679
2678
  slug: "taiko",
2680
- native: "ethereum"
2681
- }
2679
+ native: "ethereum",
2680
+ },
2682
2681
  },
2683
2682
  blockExplorers: {
2684
2683
  default: {
@@ -2723,7 +2722,11 @@ const taiko = makeConfig({
2723
2722
  { symbol: "WETH", address: "0xA51894664A773981C6C112C43ce576f315d5b1B6" },
2724
2723
  { symbol: "USDC", address: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b" },
2725
2724
  ],
2726
- stables: ["0x07d83526730c7438048D55A4fc0b850e2aaB6f0b"],
2725
+ stables: [
2726
+ "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b",
2727
+ "0x19e26b0638bf63aa9fa4d14c6baf8d52ebe86c5c",
2728
+ "0x9c2dc7377717603eB92b2655c5f2E7997a4945BD",
2729
+ ],
2727
2730
  watchlist: [
2728
2731
  "0xDaC937d4263E6A667A027FE59B2FFe2F91D54f46",
2729
2732
  "0x5B731355AAd31C132dd4754E70E92c590Ae42386",
@@ -727,7 +727,7 @@ declare const bob: Readonly<{
727
727
  nativeWrappedName: string;
728
728
  };
729
729
  };
730
- defaultPool: "0x0000000000000000000000000000000000000000";
730
+ defaultPool: "0x9a3b17a2e2daf54ce80f2f4b2c8440902be715de";
731
731
  defaultToken0: "0x05D032ac25d322df992303dCa074EE7392C117b9";
732
732
  defaultToken1: "0x4200000000000000000000000000000000000006";
733
733
  tokenList: ({
@@ -741,7 +741,7 @@ declare const bob: Readonly<{
741
741
  address: "0xe75D0fB2C24A55cA1e3F96781a2bCC7bdba058F0";
742
742
  })[];
743
743
  stables: ("0x05D032ac25d322df992303dCa074EE7392C117b9" | "0xe75D0fB2C24A55cA1e3F96781a2bCC7bdba058F0")[];
744
- watchlist: never[];
744
+ watchlist: "0x9a3b17a2e2daf54ce80f2f4b2c8440902be715de"[];
745
745
  internalName: "bob";
746
746
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
747
747
  contracts: {
@@ -3442,7 +3442,7 @@ declare const taiko: Readonly<{
3442
3442
  symbol: string;
3443
3443
  address: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
3444
3444
  })[];
3445
- stables: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b"[];
3445
+ stables: ("0x07d83526730c7438048D55A4fc0b850e2aaB6f0b" | "0x19e26b0638bf63aa9fa4d14c6baf8d52ebe86c5c" | "0x9c2dc7377717603eB92b2655c5f2E7997a4945BD")[];
3446
3446
  watchlist: ("0xe47a76e15a6f3976c8dc070b3a54c7f7083d668b" | "0xDaC937d4263E6A667A027FE59B2FFe2F91D54f46" | "0x5B731355AAd31C132dd4754E70E92c590Ae42386" | "0xcbf2e8520B88C4eC30B2B6ddfAa2900087B42D55" | "0x4e35666b3ebf367842b9b6d5b297a2a069f862f5" | "0x6dA6B21DB1Dfd19D67BfF1877f62953a2D365fc9")[];
3447
3447
  internalName: "taiko";
3448
3448
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
@@ -7405,7 +7405,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7405
7405
  symbol: string;
7406
7406
  address: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
7407
7407
  })[];
7408
- stables: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b"[];
7408
+ stables: ("0x07d83526730c7438048D55A4fc0b850e2aaB6f0b" | "0x19e26b0638bf63aa9fa4d14c6baf8d52ebe86c5c" | "0x9c2dc7377717603eB92b2655c5f2E7997a4945BD")[];
7409
7409
  watchlist: ("0xe47a76e15a6f3976c8dc070b3a54c7f7083d668b" | "0xDaC937d4263E6A667A027FE59B2FFe2F91D54f46" | "0x5B731355AAd31C132dd4754E70E92c590Ae42386" | "0xcbf2e8520B88C4eC30B2B6ddfAa2900087B42D55" | "0x4e35666b3ebf367842b9b6d5b297a2a069f862f5" | "0x6dA6B21DB1Dfd19D67BfF1877f62953a2D365fc9")[];
7410
7410
  internalName: "taiko";
7411
7411
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
@@ -8136,7 +8136,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8136
8136
  nativeWrappedName: string;
8137
8137
  };
8138
8138
  };
8139
- defaultPool: "0x0000000000000000000000000000000000000000";
8139
+ defaultPool: "0x9a3b17a2e2daf54ce80f2f4b2c8440902be715de";
8140
8140
  defaultToken0: "0x05D032ac25d322df992303dCa074EE7392C117b9";
8141
8141
  defaultToken1: "0x4200000000000000000000000000000000000006";
8142
8142
  tokenList: ({
@@ -8150,7 +8150,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8150
8150
  address: "0xe75D0fB2C24A55cA1e3F96781a2bCC7bdba058F0";
8151
8151
  })[];
8152
8152
  stables: ("0x05D032ac25d322df992303dCa074EE7392C117b9" | "0xe75D0fB2C24A55cA1e3F96781a2bCC7bdba058F0")[];
8153
- watchlist: never[];
8153
+ watchlist: "0x9a3b17a2e2daf54ce80f2f4b2c8440902be715de"[];
8154
8154
  internalName: "bob";
8155
8155
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
8156
8156
  contracts: {
@@ -727,7 +727,7 @@ declare const bob: Readonly<{
727
727
  nativeWrappedName: string;
728
728
  };
729
729
  };
730
- defaultPool: "0x0000000000000000000000000000000000000000";
730
+ defaultPool: "0x9a3b17a2e2daf54ce80f2f4b2c8440902be715de";
731
731
  defaultToken0: "0x05D032ac25d322df992303dCa074EE7392C117b9";
732
732
  defaultToken1: "0x4200000000000000000000000000000000000006";
733
733
  tokenList: ({
@@ -741,7 +741,7 @@ declare const bob: Readonly<{
741
741
  address: "0xe75D0fB2C24A55cA1e3F96781a2bCC7bdba058F0";
742
742
  })[];
743
743
  stables: ("0x05D032ac25d322df992303dCa074EE7392C117b9" | "0xe75D0fB2C24A55cA1e3F96781a2bCC7bdba058F0")[];
744
- watchlist: never[];
744
+ watchlist: "0x9a3b17a2e2daf54ce80f2f4b2c8440902be715de"[];
745
745
  internalName: "bob";
746
746
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
747
747
  contracts: {
@@ -3442,7 +3442,7 @@ declare const taiko: Readonly<{
3442
3442
  symbol: string;
3443
3443
  address: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
3444
3444
  })[];
3445
- stables: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b"[];
3445
+ stables: ("0x07d83526730c7438048D55A4fc0b850e2aaB6f0b" | "0x19e26b0638bf63aa9fa4d14c6baf8d52ebe86c5c" | "0x9c2dc7377717603eB92b2655c5f2E7997a4945BD")[];
3446
3446
  watchlist: ("0xe47a76e15a6f3976c8dc070b3a54c7f7083d668b" | "0xDaC937d4263E6A667A027FE59B2FFe2F91D54f46" | "0x5B731355AAd31C132dd4754E70E92c590Ae42386" | "0xcbf2e8520B88C4eC30B2B6ddfAa2900087B42D55" | "0x4e35666b3ebf367842b9b6d5b297a2a069f862f5" | "0x6dA6B21DB1Dfd19D67BfF1877f62953a2D365fc9")[];
3447
3447
  internalName: "taiko";
3448
3448
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
@@ -7405,7 +7405,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7405
7405
  symbol: string;
7406
7406
  address: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
7407
7407
  })[];
7408
- stables: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b"[];
7408
+ stables: ("0x07d83526730c7438048D55A4fc0b850e2aaB6f0b" | "0x19e26b0638bf63aa9fa4d14c6baf8d52ebe86c5c" | "0x9c2dc7377717603eB92b2655c5f2E7997a4945BD")[];
7409
7409
  watchlist: ("0xe47a76e15a6f3976c8dc070b3a54c7f7083d668b" | "0xDaC937d4263E6A667A027FE59B2FFe2F91D54f46" | "0x5B731355AAd31C132dd4754E70E92c590Ae42386" | "0xcbf2e8520B88C4eC30B2B6ddfAa2900087B42D55" | "0x4e35666b3ebf367842b9b6d5b297a2a069f862f5" | "0x6dA6B21DB1Dfd19D67BfF1877f62953a2D365fc9")[];
7410
7410
  internalName: "taiko";
7411
7411
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
@@ -8136,7 +8136,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8136
8136
  nativeWrappedName: string;
8137
8137
  };
8138
8138
  };
8139
- defaultPool: "0x0000000000000000000000000000000000000000";
8139
+ defaultPool: "0x9a3b17a2e2daf54ce80f2f4b2c8440902be715de";
8140
8140
  defaultToken0: "0x05D032ac25d322df992303dCa074EE7392C117b9";
8141
8141
  defaultToken1: "0x4200000000000000000000000000000000000006";
8142
8142
  tokenList: ({
@@ -8150,7 +8150,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8150
8150
  address: "0xe75D0fB2C24A55cA1e3F96781a2bCC7bdba058F0";
8151
8151
  })[];
8152
8152
  stables: ("0x05D032ac25d322df992303dCa074EE7392C117b9" | "0xe75D0fB2C24A55cA1e3F96781a2bCC7bdba058F0")[];
8153
- watchlist: never[];
8153
+ watchlist: "0x9a3b17a2e2daf54ce80f2f4b2c8440902be715de"[];
8154
8154
  internalName: "bob";
8155
8155
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
8156
8156
  contracts: {
@@ -727,7 +727,7 @@ declare const bob: Readonly<{
727
727
  nativeWrappedName: string;
728
728
  };
729
729
  };
730
- defaultPool: "0x0000000000000000000000000000000000000000";
730
+ defaultPool: "0x9a3b17a2e2daf54ce80f2f4b2c8440902be715de";
731
731
  defaultToken0: "0x05D032ac25d322df992303dCa074EE7392C117b9";
732
732
  defaultToken1: "0x4200000000000000000000000000000000000006";
733
733
  tokenList: ({
@@ -741,7 +741,7 @@ declare const bob: Readonly<{
741
741
  address: "0xe75D0fB2C24A55cA1e3F96781a2bCC7bdba058F0";
742
742
  })[];
743
743
  stables: ("0x05D032ac25d322df992303dCa074EE7392C117b9" | "0xe75D0fB2C24A55cA1e3F96781a2bCC7bdba058F0")[];
744
- watchlist: never[];
744
+ watchlist: "0x9a3b17a2e2daf54ce80f2f4b2c8440902be715de"[];
745
745
  internalName: "bob";
746
746
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
747
747
  contracts: {
@@ -3442,7 +3442,7 @@ declare const taiko: Readonly<{
3442
3442
  symbol: string;
3443
3443
  address: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
3444
3444
  })[];
3445
- stables: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b"[];
3445
+ stables: ("0x07d83526730c7438048D55A4fc0b850e2aaB6f0b" | "0x19e26b0638bf63aa9fa4d14c6baf8d52ebe86c5c" | "0x9c2dc7377717603eB92b2655c5f2E7997a4945BD")[];
3446
3446
  watchlist: ("0xe47a76e15a6f3976c8dc070b3a54c7f7083d668b" | "0xDaC937d4263E6A667A027FE59B2FFe2F91D54f46" | "0x5B731355AAd31C132dd4754E70E92c590Ae42386" | "0xcbf2e8520B88C4eC30B2B6ddfAa2900087B42D55" | "0x4e35666b3ebf367842b9b6d5b297a2a069f862f5" | "0x6dA6B21DB1Dfd19D67BfF1877f62953a2D365fc9")[];
3447
3447
  internalName: "taiko";
3448
3448
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
@@ -7405,7 +7405,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7405
7405
  symbol: string;
7406
7406
  address: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
7407
7407
  })[];
7408
- stables: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b"[];
7408
+ stables: ("0x07d83526730c7438048D55A4fc0b850e2aaB6f0b" | "0x19e26b0638bf63aa9fa4d14c6baf8d52ebe86c5c" | "0x9c2dc7377717603eB92b2655c5f2E7997a4945BD")[];
7409
7409
  watchlist: ("0xe47a76e15a6f3976c8dc070b3a54c7f7083d668b" | "0xDaC937d4263E6A667A027FE59B2FFe2F91D54f46" | "0x5B731355AAd31C132dd4754E70E92c590Ae42386" | "0xcbf2e8520B88C4eC30B2B6ddfAa2900087B42D55" | "0x4e35666b3ebf367842b9b6d5b297a2a069f862f5" | "0x6dA6B21DB1Dfd19D67BfF1877f62953a2D365fc9")[];
7410
7410
  internalName: "taiko";
7411
7411
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
@@ -8136,7 +8136,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8136
8136
  nativeWrappedName: string;
8137
8137
  };
8138
8138
  };
8139
- defaultPool: "0x0000000000000000000000000000000000000000";
8139
+ defaultPool: "0x9a3b17a2e2daf54ce80f2f4b2c8440902be715de";
8140
8140
  defaultToken0: "0x05D032ac25d322df992303dCa074EE7392C117b9";
8141
8141
  defaultToken1: "0x4200000000000000000000000000000000000006";
8142
8142
  tokenList: ({
@@ -8150,7 +8150,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8150
8150
  address: "0xe75D0fB2C24A55cA1e3F96781a2bCC7bdba058F0";
8151
8151
  })[];
8152
8152
  stables: ("0x05D032ac25d322df992303dCa074EE7392C117b9" | "0xe75D0fB2C24A55cA1e3F96781a2bCC7bdba058F0")[];
8153
- watchlist: never[];
8153
+ watchlist: "0x9a3b17a2e2daf54ce80f2f4b2c8440902be715de"[];
8154
8154
  internalName: "bob";
8155
8155
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
8156
8156
  contracts: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.85",
3
+ "version": "1.1.87",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",