@gfxlabs/oku-chains 1.11.14 → 1.11.15

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
@@ -5746,12 +5746,6 @@
5746
5746
  openocean: "telos",
5747
5747
  icecreamswap: true,
5748
5748
  },
5749
- blockExplorers: {
5750
- default: {
5751
- name: "Blockscout",
5752
- url: "https://telostx.com",
5753
- },
5754
- },
5755
5749
  bridges: {
5756
5750
  stargate: {
5757
5751
  endpointID: 30199,
package/dist/index-mjs.js CHANGED
@@ -5743,12 +5743,6 @@ const telos = makeConfig({
5743
5743
  openocean: "telos",
5744
5744
  icecreamswap: true,
5745
5745
  },
5746
- blockExplorers: {
5747
- default: {
5748
- name: "Blockscout",
5749
- url: "https://telostx.com",
5750
- },
5751
- },
5752
5746
  bridges: {
5753
5747
  stargate: {
5754
5748
  endpointID: 30199,
package/dist/index.js CHANGED
@@ -5745,12 +5745,6 @@ const telos = makeConfig({
5745
5745
  openocean: "telos",
5746
5746
  icecreamswap: true,
5747
5747
  },
5748
- blockExplorers: {
5749
- default: {
5750
- name: "Blockscout",
5751
- url: "https://telostx.com",
5752
- },
5753
- },
5754
5748
  bridges: {
5755
5749
  stargate: {
5756
5750
  endpointID: 30199,
@@ -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;
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.15",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",