@gfxlabs/oku-chains 1.11.23 → 1.11.24
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/zerog.d.ts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/browser.js
CHANGED
package/dist/index-mjs.js
CHANGED
package/dist/index.js
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -9773,7 +9773,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9773
9773
|
caip2Namespace: string;
|
|
9774
9774
|
}>, Readonly<{
|
|
9775
9775
|
name: "0G";
|
|
9776
|
-
blockTimeSeconds:
|
|
9776
|
+
blockTimeSeconds: 1;
|
|
9777
9777
|
launchTime: 1733882663;
|
|
9778
9778
|
transactionType: "eip1559";
|
|
9779
9779
|
sortIndex: 44;
|