@gfxlabs/oku-chains 1.1.209 → 1.1.210

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
@@ -4098,6 +4098,12 @@
4098
4098
  openocean: "telos",
4099
4099
  icecreamswap: true,
4100
4100
  },
4101
+ blockExplorers: {
4102
+ default: {
4103
+ name: "Blockscout",
4104
+ url: "https://telostx.com",
4105
+ },
4106
+ },
4101
4107
  bridges: {
4102
4108
  stargate: {
4103
4109
  endpointID: 30199,
package/dist/index-mjs.js CHANGED
@@ -4095,6 +4095,12 @@ const telos = makeConfig({
4095
4095
  openocean: "telos",
4096
4096
  icecreamswap: true,
4097
4097
  },
4098
+ blockExplorers: {
4099
+ default: {
4100
+ name: "Blockscout",
4101
+ url: "https://telostx.com",
4102
+ },
4103
+ },
4098
4104
  bridges: {
4099
4105
  stargate: {
4100
4106
  endpointID: 30199,
package/dist/index.js CHANGED
@@ -4097,6 +4097,12 @@ const telos = makeConfig({
4097
4097
  openocean: "telos",
4098
4098
  icecreamswap: true,
4099
4099
  },
4100
+ blockExplorers: {
4101
+ default: {
4102
+ name: "Blockscout",
4103
+ url: "https://telostx.com",
4104
+ },
4105
+ },
4100
4106
  bridges: {
4101
4107
  stargate: {
4102
4108
  endpointID: 30199,
@@ -6334,6 +6334,12 @@ declare const telos: Readonly<{
6334
6334
  openocean: string;
6335
6335
  icecreamswap: true;
6336
6336
  };
6337
+ blockExplorers: {
6338
+ default: {
6339
+ name: string;
6340
+ url: string;
6341
+ };
6342
+ };
6337
6343
  bridges: {
6338
6344
  stargate: {
6339
6345
  endpointID: number;
@@ -6417,12 +6423,6 @@ declare const telos: Readonly<{
6417
6423
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
6418
6424
  };
6419
6425
  };
6420
- blockExplorers: {
6421
- readonly default: {
6422
- readonly name: "Teloscan";
6423
- readonly url: "https://www.teloscan.io/";
6424
- };
6425
- };
6426
6426
  id: 40;
6427
6427
  name: "Telos";
6428
6428
  nativeCurrency: {
@@ -14041,6 +14041,12 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14041
14041
  openocean: string;
14042
14042
  icecreamswap: true;
14043
14043
  };
14044
+ blockExplorers: {
14045
+ default: {
14046
+ name: string;
14047
+ url: string;
14048
+ };
14049
+ };
14044
14050
  bridges: {
14045
14051
  stargate: {
14046
14052
  endpointID: number;
@@ -14124,12 +14130,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14124
14130
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
14125
14131
  };
14126
14132
  };
14127
- blockExplorers: {
14128
- readonly default: {
14129
- readonly name: "Teloscan";
14130
- readonly url: "https://www.teloscan.io/";
14131
- };
14132
- };
14133
14133
  id: 40;
14134
14134
  name: "Telos";
14135
14135
  nativeCurrency: {
@@ -6334,6 +6334,12 @@ declare const telos: Readonly<{
6334
6334
  openocean: string;
6335
6335
  icecreamswap: true;
6336
6336
  };
6337
+ blockExplorers: {
6338
+ default: {
6339
+ name: string;
6340
+ url: string;
6341
+ };
6342
+ };
6337
6343
  bridges: {
6338
6344
  stargate: {
6339
6345
  endpointID: number;
@@ -6417,12 +6423,6 @@ declare const telos: Readonly<{
6417
6423
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
6418
6424
  };
6419
6425
  };
6420
- blockExplorers: {
6421
- readonly default: {
6422
- readonly name: "Teloscan";
6423
- readonly url: "https://www.teloscan.io/";
6424
- };
6425
- };
6426
6426
  id: 40;
6427
6427
  name: "Telos";
6428
6428
  nativeCurrency: {
@@ -14041,6 +14041,12 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14041
14041
  openocean: string;
14042
14042
  icecreamswap: true;
14043
14043
  };
14044
+ blockExplorers: {
14045
+ default: {
14046
+ name: string;
14047
+ url: string;
14048
+ };
14049
+ };
14044
14050
  bridges: {
14045
14051
  stargate: {
14046
14052
  endpointID: number;
@@ -14124,12 +14130,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14124
14130
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
14125
14131
  };
14126
14132
  };
14127
- blockExplorers: {
14128
- readonly default: {
14129
- readonly name: "Teloscan";
14130
- readonly url: "https://www.teloscan.io/";
14131
- };
14132
- };
14133
14133
  id: 40;
14134
14134
  name: "Telos";
14135
14135
  nativeCurrency: {
@@ -6334,6 +6334,12 @@ declare const telos: Readonly<{
6334
6334
  openocean: string;
6335
6335
  icecreamswap: true;
6336
6336
  };
6337
+ blockExplorers: {
6338
+ default: {
6339
+ name: string;
6340
+ url: string;
6341
+ };
6342
+ };
6337
6343
  bridges: {
6338
6344
  stargate: {
6339
6345
  endpointID: number;
@@ -6417,12 +6423,6 @@ declare const telos: Readonly<{
6417
6423
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
6418
6424
  };
6419
6425
  };
6420
- blockExplorers: {
6421
- readonly default: {
6422
- readonly name: "Teloscan";
6423
- readonly url: "https://www.teloscan.io/";
6424
- };
6425
- };
6426
6426
  id: 40;
6427
6427
  name: "Telos";
6428
6428
  nativeCurrency: {
@@ -14041,6 +14041,12 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14041
14041
  openocean: string;
14042
14042
  icecreamswap: true;
14043
14043
  };
14044
+ blockExplorers: {
14045
+ default: {
14046
+ name: string;
14047
+ url: string;
14048
+ };
14049
+ };
14044
14050
  bridges: {
14045
14051
  stargate: {
14046
14052
  endpointID: number;
@@ -14124,12 +14130,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14124
14130
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
14125
14131
  };
14126
14132
  };
14127
- blockExplorers: {
14128
- readonly default: {
14129
- readonly name: "Teloscan";
14130
- readonly url: "https://www.teloscan.io/";
14131
- };
14132
- };
14133
14133
  id: 40;
14134
14134
  name: "Telos";
14135
14135
  nativeCurrency: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.209",
3
+ "version": "1.1.210",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",