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.2.21 to 0.2.22-cjs

22

dist/index.js

@@ -1227,2 +1227,8 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/arbitrum.ts

}
},
contracts: {
multicall3: {
address: "0xca11bde05977b3631167028862be2a173976ca11",
blockCreated: 2338552
}
}

@@ -1250,2 +1256,8 @@ };

}
},
contracts: {
multicall3: {
address: "0xca11bde05977b3631167028862be2a173976ca11",
blockCreated: 1006207
}
}

@@ -2620,2 +2632,7 @@ };

}
},
contracts: {
multicall3: {
address: "0x47898B2C52C957663aE9AB46922dCec150a2272c"
}
}

@@ -2646,2 +2663,7 @@ };

},
contracts: {
multicall3: {
address: "0x89e4EDbEC85362a285d7a1D5D255ccD2b8106be2"
}
},
testnet: true

@@ -2648,0 +2670,0 @@ };

11

package.json

@@ -5,14 +5,5 @@ {

"license": "MIT",
"version": "0.2.21",
"version": "0.2.22-cjs",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"files": [

@@ -19,0 +10,0 @@ "/dist"

Sorry, the diff of this file is too big to display

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