Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wagmi/chains

Package Overview
Dependencies
Maintainers
2
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wagmi/chains - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

10

dist/index.js

@@ -52,8 +52,8 @@ // src/arbitrum.ts

default: {
http: ["https://arb1.arbitrum.io/rpc"]
http: ["https://goerli-rollup.arbitrum.io/rpc"]
}
},
blockExplorers: {
etherscan: { name: "Arbiscan", url: "https://arbiscan.io" },
default: { name: "Arbiscan", url: "https://arbiscan.io" }
etherscan: { name: "Arbiscan", url: "https://goerli.arbiscan.io/" },
default: { name: "Arbiscan", url: "https://goerli.arbiscan.io/" }
},

@@ -63,3 +63,3 @@ contracts: {

address: "0xca11bde05977b3631167028862be2a173976ca11",
blockCreated: 7654707
blockCreated: 88114
}

@@ -242,3 +242,3 @@ },

name: "Goerli",
nativeCurrency: { name: "Goerli Ether", symbol: "GOR", decimals: 18 },
nativeCurrency: { name: "Goerli Ether", symbol: "ETH", decimals: 18 },
rpcUrls: {

@@ -245,0 +245,0 @@ alchemy: {

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",

@@ -14,3 +14,4 @@ "main": "dist/index.js",

"default": "./dist/index.js"
}
},
"./package.json": "./package.json"
},

@@ -17,0 +18,0 @@ "files": [

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