@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 CHANGED
@@ -4387,6 +4387,7 @@
4387
4387
 
4388
4388
  const pharos = makeConfig({
4389
4389
  ...pharos$1,
4390
+ name: "Pharos",
4390
4391
  blockTimeSeconds: 2,
4391
4392
  launchTime: 1777014000,
4392
4393
  transactionType: "eip1559",
package/dist/index-mjs.js CHANGED
@@ -4384,6 +4384,7 @@ const pharos$1 = makeInternalChain({
4384
4384
 
4385
4385
  const pharos = makeConfig({
4386
4386
  ...pharos$1,
4387
+ name: "Pharos",
4387
4388
  blockTimeSeconds: 2,
4388
4389
  launchTime: 1777014000,
4389
4390
  transactionType: "eip1559",
package/dist/index.js CHANGED
@@ -4386,6 +4386,7 @@ const pharos$1 = makeInternalChain({
4386
4386
 
4387
4387
  const pharos = makeConfig({
4388
4388
  ...pharos$1,
4389
+ name: "Pharos",
4389
4390
  blockTimeSeconds: 2,
4390
4391
  launchTime: 1777014000,
4391
4392
  transactionType: "eip1559",
@@ -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;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.12.18",
3
+ "version": "1.12.19",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",