@gfxlabs/oku-chains 1.11.24 → 1.11.25
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/gensyn.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
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare const gensyn: Readonly<{
|
|
2
2
|
blockTimeSeconds: 2;
|
|
3
|
+
name: "Gensyn";
|
|
3
4
|
launchTime: 1773970570;
|
|
4
5
|
transactionType: "eip1559";
|
|
5
6
|
sortIndex: 25;
|
|
@@ -90,7 +91,6 @@ export declare const gensyn: Readonly<{
|
|
|
90
91
|
blockTime?: number | undefined | undefined | undefined;
|
|
91
92
|
ensTlds?: readonly string[] | undefined;
|
|
92
93
|
id: 685689;
|
|
93
|
-
name: "Gensyn Mainnet";
|
|
94
94
|
nativeCurrency: {
|
|
95
95
|
readonly decimals: 18;
|
|
96
96
|
readonly name: "Ether";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -10461,6 +10461,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10461
10461
|
caip2Namespace: string;
|
|
10462
10462
|
}>, Readonly<{
|
|
10463
10463
|
blockTimeSeconds: 2;
|
|
10464
|
+
name: "Gensyn";
|
|
10464
10465
|
launchTime: 1773970570;
|
|
10465
10466
|
transactionType: "eip1559";
|
|
10466
10467
|
sortIndex: 25;
|
|
@@ -10551,7 +10552,6 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10551
10552
|
blockTime?: number | undefined | undefined | undefined;
|
|
10552
10553
|
ensTlds?: readonly string[] | undefined;
|
|
10553
10554
|
id: 685689;
|
|
10554
|
-
name: "Gensyn Mainnet";
|
|
10555
10555
|
nativeCurrency: {
|
|
10556
10556
|
readonly decimals: 18;
|
|
10557
10557
|
readonly name: "Ether";
|