New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zetachain/networks

Package Overview
Dependencies
Maintainers
5
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zetachain/networks - npm Package Compare versions

Comparing version 2.3.0-athens3 to 2.3.0

dist/data/networks.json

11

package.json
{
"name": "@zetachain/networks",
"version": "2.3.0-athens3",
"version": "2.3.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {

@@ -18,3 +18,3 @@ "output": "npx ts-node scripts/output.ts",

"author": "",
"license": "ISC",
"license": "MIT",
"devDependencies": {

@@ -42,5 +42,4 @@ "@types/node": "^20.2.0",

"files": [
"dist",
"data"
"dist"
]
}

@@ -49,2 +49,26 @@ # ZetaChain Blockchain Networks Registry

### In a Browser Environment
`@zetachain/networks` is released as a CommonJS project to work out of the box
with the current version of Hardhat. You can use it in a browser environment by
using a bundler like [Vite](https://vitejs.dev).
`vite.config.ts`:
```ts
import { defineConfig } from "vite";
export default defineConfig({
optimizeDeps: {
include: ["@zetachain/networks"],
},
});
```
You can now use `@zetachain/networks` in your browser environment:
```ts
import { getHardhatConfigNetworks } from "@zetachain/networks";
```
## Network List Validation

@@ -51,0 +75,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc