@gfxlabs/oku-chains 1.12.18 → 1.12.19
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/pharos.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,4 +1,5 @@
|
|
|
1
1
|
export declare const pharos: Readonly<{
|
|
2
|
+
name: "Pharos";
|
|
2
3
|
blockTimeSeconds: 2;
|
|
3
4
|
launchTime: 1777014000;
|
|
4
5
|
transactionType: "eip1559";
|
|
@@ -82,7 +83,6 @@ export declare const pharos: Readonly<{
|
|
|
82
83
|
blockTime?: number | undefined | undefined;
|
|
83
84
|
ensTlds?: readonly string[] | undefined;
|
|
84
85
|
id: number;
|
|
85
|
-
name: string;
|
|
86
86
|
nativeCurrency: {
|
|
87
87
|
name: string;
|
|
88
88
|
symbol: string;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -10854,6 +10854,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10854
10854
|
} & {
|
|
10855
10855
|
caip2Namespace: string;
|
|
10856
10856
|
}>, Readonly<{
|
|
10857
|
+
name: "Pharos";
|
|
10857
10858
|
blockTimeSeconds: 2;
|
|
10858
10859
|
launchTime: 1777014000;
|
|
10859
10860
|
transactionType: "eip1559";
|
|
@@ -10937,7 +10938,6 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10937
10938
|
blockTime?: number | undefined | undefined;
|
|
10938
10939
|
ensTlds?: readonly string[] | undefined;
|
|
10939
10940
|
id: number;
|
|
10940
|
-
name: string;
|
|
10941
10941
|
nativeCurrency: {
|
|
10942
10942
|
name: string;
|
|
10943
10943
|
symbol: string;
|