@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 +1 -0
- package/dist/index-mjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/definitions/celo.d.ts +1 -0
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/browser.js
CHANGED
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,
|
package/dist/types/index.d.ts
CHANGED
|
@@ -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;
|