@gfxlabs/oku-chains 1.12.6 → 1.12.7

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
@@ -1261,6 +1261,7 @@
1261
1261
  sortIndex: 10,
1262
1262
  logoUrl: "https://cms.oku.trade/cdn/public/chains/celo-logo.svg",
1263
1263
  deprecated: false,
1264
+ liteChain: true,
1264
1265
  estimatedSwapGas: 300000,
1265
1266
  estimatedBridgeGas: 200000,
1266
1267
  estimatedWrapGas: 60000,
package/dist/index-mjs.js CHANGED
@@ -1258,6 +1258,7 @@ const celo = makeConfig({
1258
1258
  sortIndex: 10,
1259
1259
  logoUrl: "https://cms.oku.trade/cdn/public/chains/celo-logo.svg",
1260
1260
  deprecated: false,
1261
+ liteChain: true,
1261
1262
  estimatedSwapGas: 300000,
1262
1263
  estimatedBridgeGas: 200000,
1263
1264
  estimatedWrapGas: 60000,
package/dist/index.js CHANGED
@@ -1260,6 +1260,7 @@ const celo = makeConfig({
1260
1260
  sortIndex: 10,
1261
1261
  logoUrl: "https://cms.oku.trade/cdn/public/chains/celo-logo.svg",
1262
1262
  deprecated: false,
1263
+ liteChain: true,
1263
1264
  estimatedSwapGas: 300000,
1264
1265
  estimatedBridgeGas: 200000,
1265
1266
  estimatedWrapGas: 60000,
@@ -5,6 +5,7 @@ export declare const celo: Readonly<{
5
5
  sortIndex: 10;
6
6
  logoUrl: "https://cms.oku.trade/cdn/public/chains/celo-logo.svg";
7
7
  deprecated: false;
8
+ liteChain: true;
8
9
  estimatedSwapGas: 300000;
9
10
  estimatedBridgeGas: 200000;
10
11
  estimatedWrapGas: 60000;
@@ -6256,6 +6256,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
6256
6256
  sortIndex: 10;
6257
6257
  logoUrl: "https://cms.oku.trade/cdn/public/chains/celo-logo.svg";
6258
6258
  deprecated: false;
6259
+ liteChain: true;
6259
6260
  estimatedSwapGas: 300000;
6260
6261
  estimatedBridgeGas: 200000;
6261
6262
  estimatedWrapGas: 60000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.12.6",
3
+ "version": "1.12.7",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",