@gfxlabs/oku-chains 1.11.14 → 1.11.16

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
@@ -4743,6 +4743,8 @@
4743
4743
  stables: [
4744
4744
  "0x8201c02d4AB2214471E8C3AD6475C8b0CD9F2D06",
4745
4745
  "0x8C4aCd74Ff4385f3B7911432FA6787Aa14406f8B",
4746
+ "0x420e07cec544b8A52B7d0c62b1C9BF990cc58083",
4747
+ "0xE08DED898D7782B085cD240d7B234063696765aD",
4746
4748
  ],
4747
4749
  watchlist: [
4748
4750
  "0xcDe3554d179b5B7ABB3ddFeE1CBC7B98b3f2E380",
@@ -5746,12 +5748,6 @@
5746
5748
  openocean: "telos",
5747
5749
  icecreamswap: true,
5748
5750
  },
5749
- blockExplorers: {
5750
- default: {
5751
- name: "Blockscout",
5752
- url: "https://telostx.com",
5753
- },
5754
- },
5755
5751
  bridges: {
5756
5752
  stargate: {
5757
5753
  endpointID: 30199,
package/dist/index-mjs.js CHANGED
@@ -4740,6 +4740,8 @@ const redbelly = makeConfig({
4740
4740
  stables: [
4741
4741
  "0x8201c02d4AB2214471E8C3AD6475C8b0CD9F2D06",
4742
4742
  "0x8C4aCd74Ff4385f3B7911432FA6787Aa14406f8B",
4743
+ "0x420e07cec544b8A52B7d0c62b1C9BF990cc58083",
4744
+ "0xE08DED898D7782B085cD240d7B234063696765aD",
4743
4745
  ],
4744
4746
  watchlist: [
4745
4747
  "0xcDe3554d179b5B7ABB3ddFeE1CBC7B98b3f2E380",
@@ -5743,12 +5745,6 @@ const telos = makeConfig({
5743
5745
  openocean: "telos",
5744
5746
  icecreamswap: true,
5745
5747
  },
5746
- blockExplorers: {
5747
- default: {
5748
- name: "Blockscout",
5749
- url: "https://telostx.com",
5750
- },
5751
- },
5752
5748
  bridges: {
5753
5749
  stargate: {
5754
5750
  endpointID: 30199,
package/dist/index.js CHANGED
@@ -4742,6 +4742,8 @@ const redbelly = makeConfig({
4742
4742
  stables: [
4743
4743
  "0x8201c02d4AB2214471E8C3AD6475C8b0CD9F2D06",
4744
4744
  "0x8C4aCd74Ff4385f3B7911432FA6787Aa14406f8B",
4745
+ "0x420e07cec544b8A52B7d0c62b1C9BF990cc58083",
4746
+ "0xE08DED898D7782B085cD240d7B234063696765aD",
4745
4747
  ],
4746
4748
  watchlist: [
4747
4749
  "0xcDe3554d179b5B7ABB3ddFeE1CBC7B98b3f2E380",
@@ -5745,12 +5747,6 @@ const telos = makeConfig({
5745
5747
  openocean: "telos",
5746
5748
  icecreamswap: true,
5747
5749
  },
5748
- blockExplorers: {
5749
- default: {
5750
- name: "Blockscout",
5751
- url: "https://telostx.com",
5752
- },
5753
- },
5754
5750
  bridges: {
5755
5751
  stargate: {
5756
5752
  endpointID: 30199,
@@ -60,7 +60,7 @@ export declare const redbelly: Readonly<{
60
60
  symbol: string;
61
61
  address: "0x8C4aCd74Ff4385f3B7911432FA6787Aa14406f8B";
62
62
  })[];
63
- stables: ("0x8201c02d4AB2214471E8C3AD6475C8b0CD9F2D06" | "0x8C4aCd74Ff4385f3B7911432FA6787Aa14406f8B")[];
63
+ stables: ("0x8201c02d4AB2214471E8C3AD6475C8b0CD9F2D06" | "0x8C4aCd74Ff4385f3B7911432FA6787Aa14406f8B" | "0x420e07cec544b8A52B7d0c62b1C9BF990cc58083" | "0xE08DED898D7782B085cD240d7B234063696765aD")[];
64
64
  watchlist: ("0x1f1bda1fe18aedf468abe36ed66eaf44aa6c490b" | "0xcDe3554d179b5B7ABB3ddFeE1CBC7B98b3f2E380" | "0x2ea9dacb203d36b51b164a3d25d69d1c8198eec1")[];
65
65
  internalName: "redbelly";
66
66
  nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/rbnt.svg";
@@ -17,12 +17,6 @@ export declare const telos: Readonly<{
17
17
  openocean: string;
18
18
  icecreamswap: true;
19
19
  };
20
- blockExplorers: {
21
- default: {
22
- name: string;
23
- url: string;
24
- };
25
- };
26
20
  bridges: {
27
21
  stargate: {
28
22
  endpointID: number;
@@ -113,6 +107,12 @@ export declare const telos: Readonly<{
113
107
  blockCreated: number;
114
108
  };
115
109
  };
110
+ blockExplorers: {
111
+ readonly default: {
112
+ readonly name: "Teloscan";
113
+ readonly url: "https://www.teloscan.io/";
114
+ };
115
+ };
116
116
  blockTime?: number | undefined | undefined | undefined;
117
117
  ensTlds?: readonly string[] | undefined;
118
118
  id: 40;
@@ -7315,12 +7315,6 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
7315
7315
  openocean: string;
7316
7316
  icecreamswap: true;
7317
7317
  };
7318
- blockExplorers: {
7319
- default: {
7320
- name: string;
7321
- url: string;
7322
- };
7323
- };
7324
7318
  bridges: {
7325
7319
  stargate: {
7326
7320
  endpointID: number;
@@ -7411,6 +7405,12 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
7411
7405
  blockCreated: number;
7412
7406
  };
7413
7407
  };
7408
+ blockExplorers: {
7409
+ readonly default: {
7410
+ readonly name: "Teloscan";
7411
+ readonly url: "https://www.teloscan.io/";
7412
+ };
7413
+ };
7414
7414
  blockTime?: number | undefined | undefined | undefined;
7415
7415
  ensTlds?: readonly string[] | undefined;
7416
7416
  id: 40;
@@ -7758,7 +7758,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
7758
7758
  symbol: string;
7759
7759
  address: "0x8C4aCd74Ff4385f3B7911432FA6787Aa14406f8B";
7760
7760
  })[];
7761
- stables: ("0x8201c02d4AB2214471E8C3AD6475C8b0CD9F2D06" | "0x8C4aCd74Ff4385f3B7911432FA6787Aa14406f8B")[];
7761
+ stables: ("0x8201c02d4AB2214471E8C3AD6475C8b0CD9F2D06" | "0x8C4aCd74Ff4385f3B7911432FA6787Aa14406f8B" | "0x420e07cec544b8A52B7d0c62b1C9BF990cc58083" | "0xE08DED898D7782B085cD240d7B234063696765aD")[];
7762
7762
  watchlist: ("0x1f1bda1fe18aedf468abe36ed66eaf44aa6c490b" | "0xcDe3554d179b5B7ABB3ddFeE1CBC7B98b3f2E380" | "0x2ea9dacb203d36b51b164a3d25d69d1c8198eec1")[];
7763
7763
  internalName: "redbelly";
7764
7764
  nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/rbnt.svg";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.11.14",
3
+ "version": "1.11.16",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",