@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 +6 -0
- package/dist/index-mjs.js +6 -0
- package/dist/index.js +6 -0
- package/dist/types/browser.d.ts +12 -12
- package/dist/types/index-mjs.d.ts +12 -12
- package/dist/types/index.d.ts +12 -12
- package/package.json +1 -1
package/dist/browser.js
CHANGED
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,
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -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/dist/types/index.d.ts
CHANGED
|
@@ -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: {
|