@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 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: false,
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: false,
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: false,
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: false;
8
+ deprecated: true;
9
9
  estimatedSwapGas: 300000;
10
10
  estimatedBridgeGas: 200000;
11
11
  estimatedWrapGas: 60000;
@@ -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: false;
5919
+ deprecated: true;
5920
5920
  estimatedSwapGas: 300000;
5921
5921
  estimatedBridgeGas: 200000;
5922
5922
  estimatedWrapGas: 60000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.11.27",
3
+ "version": "1.11.28",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",