@gfxlabs/oku-chains 1.11.27 → 1.11.28
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/corn.d.ts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -1376,7 +1376,7 @@
|
|
|
1376
1376
|
transactionType: "eip1559",
|
|
1377
1377
|
sortIndex: 25,
|
|
1378
1378
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/corn-logo.svg",
|
|
1379
|
-
deprecated:
|
|
1379
|
+
deprecated: true,
|
|
1380
1380
|
estimatedSwapGas: 300000,
|
|
1381
1381
|
estimatedBridgeGas: 200000,
|
|
1382
1382
|
estimatedWrapGas: 60000,
|
package/dist/index-mjs.js
CHANGED
|
@@ -1373,7 +1373,7 @@ const corn = makeConfig({
|
|
|
1373
1373
|
transactionType: "eip1559",
|
|
1374
1374
|
sortIndex: 25,
|
|
1375
1375
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/corn-logo.svg",
|
|
1376
|
-
deprecated:
|
|
1376
|
+
deprecated: true,
|
|
1377
1377
|
estimatedSwapGas: 300000,
|
|
1378
1378
|
estimatedBridgeGas: 200000,
|
|
1379
1379
|
estimatedWrapGas: 60000,
|
package/dist/index.js
CHANGED
|
@@ -1375,7 +1375,7 @@ const corn = makeConfig({
|
|
|
1375
1375
|
transactionType: "eip1559",
|
|
1376
1376
|
sortIndex: 25,
|
|
1377
1377
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/corn-logo.svg",
|
|
1378
|
-
deprecated:
|
|
1378
|
+
deprecated: true,
|
|
1379
1379
|
estimatedSwapGas: 300000,
|
|
1380
1380
|
estimatedBridgeGas: 200000,
|
|
1381
1381
|
estimatedWrapGas: 60000,
|
|
@@ -5,7 +5,7 @@ export declare const corn: Readonly<{
|
|
|
5
5
|
transactionType: "eip1559";
|
|
6
6
|
sortIndex: 25;
|
|
7
7
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/corn-logo.svg";
|
|
8
|
-
deprecated:
|
|
8
|
+
deprecated: true;
|
|
9
9
|
estimatedSwapGas: 300000;
|
|
10
10
|
estimatedBridgeGas: 200000;
|
|
11
11
|
estimatedWrapGas: 60000;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -5916,7 +5916,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5916
5916
|
transactionType: "eip1559";
|
|
5917
5917
|
sortIndex: 25;
|
|
5918
5918
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/corn-logo.svg";
|
|
5919
|
-
deprecated:
|
|
5919
|
+
deprecated: true;
|
|
5920
5920
|
estimatedSwapGas: 300000;
|
|
5921
5921
|
estimatedBridgeGas: 200000;
|
|
5922
5922
|
estimatedWrapGas: 60000;
|