@gfxlabs/oku-chains 1.12.0 → 1.12.1
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 +1 -1
- package/dist/index-mjs.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/definitions/telos.d.ts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -5904,7 +5904,7 @@
|
|
|
5904
5904
|
transactionType: "legacy",
|
|
5905
5905
|
sortIndex: 32,
|
|
5906
5906
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/telos-logo.svg",
|
|
5907
|
-
deprecated:
|
|
5907
|
+
deprecated: true,
|
|
5908
5908
|
estimatedSwapGas: 300000,
|
|
5909
5909
|
estimatedBridgeGas: 200000,
|
|
5910
5910
|
estimatedWrapGas: 60000,
|
package/dist/index-mjs.js
CHANGED
|
@@ -5901,7 +5901,7 @@ const telos = makeConfig({
|
|
|
5901
5901
|
transactionType: "legacy",
|
|
5902
5902
|
sortIndex: 32,
|
|
5903
5903
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/telos-logo.svg",
|
|
5904
|
-
deprecated:
|
|
5904
|
+
deprecated: true,
|
|
5905
5905
|
estimatedSwapGas: 300000,
|
|
5906
5906
|
estimatedBridgeGas: 200000,
|
|
5907
5907
|
estimatedWrapGas: 60000,
|
package/dist/index.js
CHANGED
|
@@ -5903,7 +5903,7 @@ const telos = makeConfig({
|
|
|
5903
5903
|
transactionType: "legacy",
|
|
5904
5904
|
sortIndex: 32,
|
|
5905
5905
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/telos-logo.svg",
|
|
5906
|
-
deprecated:
|
|
5906
|
+
deprecated: true,
|
|
5907
5907
|
estimatedSwapGas: 300000,
|
|
5908
5908
|
estimatedBridgeGas: 200000,
|
|
5909
5909
|
estimatedWrapGas: 60000,
|
|
@@ -4,7 +4,7 @@ export declare const telos: Readonly<{
|
|
|
4
4
|
transactionType: "legacy";
|
|
5
5
|
sortIndex: 32;
|
|
6
6
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/telos-logo.svg";
|
|
7
|
-
deprecated:
|
|
7
|
+
deprecated: true;
|
|
8
8
|
estimatedSwapGas: 300000;
|
|
9
9
|
estimatedBridgeGas: 200000;
|
|
10
10
|
estimatedWrapGas: 60000;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -7396,7 +7396,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7396
7396
|
transactionType: "legacy";
|
|
7397
7397
|
sortIndex: 32;
|
|
7398
7398
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/telos-logo.svg";
|
|
7399
|
-
deprecated:
|
|
7399
|
+
deprecated: true;
|
|
7400
7400
|
estimatedSwapGas: 300000;
|
|
7401
7401
|
estimatedBridgeGas: 200000;
|
|
7402
7402
|
estimatedWrapGas: 60000;
|