@gfxlabs/oku-chains 0.1.7 → 0.1.8

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
@@ -595,6 +595,13 @@
595
595
  '0x1fa900dbb20ed45d18883849c00632bca16f6610',
596
596
  ],
597
597
  internalName: 'zksync',
598
+ blockExplorers: {
599
+ ...chains.zkSync.blockExplorers,
600
+ default: {
601
+ name: 'Zksync Era Explorer',
602
+ url: 'https://era.zksync.network',
603
+ },
604
+ },
598
605
  contracts: {
599
606
  ...chains.zkSync.contracts,
600
607
  limitOrder: {
package/dist/index-mjs.js CHANGED
@@ -591,6 +591,13 @@ const zkSync = {
591
591
  '0x1fa900dbb20ed45d18883849c00632bca16f6610',
592
592
  ],
593
593
  internalName: 'zksync',
594
+ blockExplorers: {
595
+ ...zkSync$1.blockExplorers,
596
+ default: {
597
+ name: 'Zksync Era Explorer',
598
+ url: 'https://era.zksync.network',
599
+ },
600
+ },
594
601
  contracts: {
595
602
  ...zkSync$1.contracts,
596
603
  limitOrder: {
package/dist/index.js CHANGED
@@ -593,6 +593,13 @@ const zkSync = {
593
593
  '0x1fa900dbb20ed45d18883849c00632bca16f6610',
594
594
  ],
595
595
  internalName: 'zksync',
596
+ blockExplorers: {
597
+ ...chains.zkSync.blockExplorers,
598
+ default: {
599
+ name: 'Zksync Era Explorer',
600
+ url: 'https://era.zksync.network',
601
+ },
602
+ },
596
603
  contracts: {
597
604
  ...chains.zkSync.contracts,
598
605
  limitOrder: {
package/dist/index.mjs CHANGED
@@ -591,6 +591,13 @@ const zkSync = {
591
591
  '0x1fa900dbb20ed45d18883849c00632bca16f6610',
592
592
  ],
593
593
  internalName: 'zksync',
594
+ blockExplorers: {
595
+ ...zkSync$1.blockExplorers,
596
+ default: {
597
+ name: 'Zksync Era Explorer',
598
+ url: 'https://era.zksync.network',
599
+ },
600
+ },
594
601
  contracts: {
595
602
  ...zkSync$1.contracts,
596
603
  limitOrder: {
@@ -15,6 +15,12 @@ export declare const zkSync: {
15
15
  readonly stables: readonly ["0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4", "0x503234F203fC7Eb888EEC8513210612a43Cf6115"];
16
16
  readonly watchlist: readonly ["0xff577f0e828a878743ecc5e2632cbf65cecf17cf", "0x50b0b9e02aa6f72a70fefbdb50bdc2f27e594135", "0x3f618967492945c02d5222d333e903345fde741a", "0xc99bcff6564bafc70ba1b53c53a03541f780a546", "0x1fa900dbb20ed45d18883849c00632bca16f6610"];
17
17
  readonly internalName: "zksync";
18
+ readonly blockExplorers: {
19
+ readonly default: {
20
+ readonly name: "Zksync Era Explorer";
21
+ readonly url: "https://era.zksync.network";
22
+ };
23
+ };
18
24
  readonly contracts: {
19
25
  readonly limitOrder: {
20
26
  readonly address: "0x0FD66bD1e0974e2535CB424E6675D60aC52a84Fa";
@@ -29,12 +35,6 @@ export declare const zkSync: {
29
35
  readonly address: "0xF9cda624FBC7e059355ce98a31693d299FACd963";
30
36
  };
31
37
  };
32
- readonly blockExplorers: {
33
- readonly default: {
34
- readonly name: "zkExplorer";
35
- readonly url: "https://explorer.zksync.io";
36
- };
37
- };
38
38
  readonly id: 324;
39
39
  readonly name: "zkSync Era";
40
40
  readonly nativeCurrency: {
@@ -1881,6 +1881,12 @@ export declare const MAINNET_CHAINS: readonly [{
1881
1881
  readonly stables: readonly ["0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4", "0x503234F203fC7Eb888EEC8513210612a43Cf6115"];
1882
1882
  readonly watchlist: readonly ["0xff577f0e828a878743ecc5e2632cbf65cecf17cf", "0x50b0b9e02aa6f72a70fefbdb50bdc2f27e594135", "0x3f618967492945c02d5222d333e903345fde741a", "0xc99bcff6564bafc70ba1b53c53a03541f780a546", "0x1fa900dbb20ed45d18883849c00632bca16f6610"];
1883
1883
  readonly internalName: "zksync";
1884
+ readonly blockExplorers: {
1885
+ readonly default: {
1886
+ readonly name: "Zksync Era Explorer";
1887
+ readonly url: "https://era.zksync.network";
1888
+ };
1889
+ };
1884
1890
  readonly contracts: {
1885
1891
  readonly limitOrder: {
1886
1892
  readonly address: "0x0FD66bD1e0974e2535CB424E6675D60aC52a84Fa";
@@ -1895,12 +1901,6 @@ export declare const MAINNET_CHAINS: readonly [{
1895
1901
  readonly address: "0xF9cda624FBC7e059355ce98a31693d299FACd963";
1896
1902
  };
1897
1903
  };
1898
- readonly blockExplorers: {
1899
- readonly default: {
1900
- readonly name: "zkExplorer";
1901
- readonly url: "https://explorer.zksync.io";
1902
- };
1903
- };
1904
1904
  readonly id: 324;
1905
1905
  readonly name: "zkSync Era";
1906
1906
  readonly nativeCurrency: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -35,7 +35,7 @@
35
35
  "ts-node": "^10.9.2",
36
36
  "tslib": "^2.6.2",
37
37
  "typescript": "^5.3.3",
38
- "viem": "^2.0.3"
38
+ "viem": "^2.0.5"
39
39
  },
40
40
  "packageManager": "yarn@4.0.2",
41
41
  "peerDependencies": {