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

@dahlia-labs/celo-contrib

Package Overview
Dependencies
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dahlia-labs/celo-contrib - npm Package Compare versions

Comparing version 0.5.2 to 0.5.4

4

dist/cjs/multicall.js

@@ -6,6 +6,6 @@ "use strict";

exports.Multicall = {
[network_1.ChainId.Mainnet]: "0x9aac9048fC8139667D6a2597B902865bfdc225d3",
[network_1.ChainId.Alfajores]: "0x9aac9048fC8139667D6a2597B902865bfdc225d3",
[network_1.ChainId.Mainnet]: "0x7b4a79f847267c9370d29Ea74dc4d9D9Cff45942",
[network_1.ChainId.Alfajores]: "0x9542dEDe04a20a0f7bC192Ed3aa20CA7eE7772Fd",
[network_1.ChainId.Baklava]: "0x9aac9048fC8139667D6a2597B902865bfdc225d3",
};
//# sourceMappingURL=multicall.js.map
import { ChainId } from "./network";
export const Multicall = {
[ChainId.Mainnet]: "0x9aac9048fC8139667D6a2597B902865bfdc225d3",
[ChainId.Alfajores]: "0x9aac9048fC8139667D6a2597B902865bfdc225d3",
[ChainId.Mainnet]: "0x7b4a79f847267c9370d29Ea74dc4d9D9Cff45942",
[ChainId.Alfajores]: "0x9542dEDe04a20a0f7bC192Ed3aa20CA7eE7772Fd",
[ChainId.Baklava]: "0x9aac9048fC8139667D6a2597B902865bfdc225d3",
};
//# sourceMappingURL=multicall.js.map
{
"name": "@dahlia-labs/celo-contrib",
"description": "Dahlia Labs Celo helpers.",
"version": "0.5.2",
"version": "0.5.4",
"repository": {

@@ -32,3 +32,3 @@ "type": "git",

"devDependencies": {
"@saberhq/tsconfig": "^1.13.24"
"@saberhq/tsconfig": "^1.13.28"
},

@@ -43,3 +43,3 @@ "publishConfig": {

"homepage": "https://github.com/DahliaLabs/dahlia-common#readme",
"gitHead": "04302fe3dde02511e25e9b13088e88c3dcb7327a"
"gitHead": "ae24942ba7fb8041d6aec796344f343612f44966"
}
import { ChainId } from "./network";
export const Multicall: { [chainId in ChainId]: string } = {
[ChainId.Mainnet]: "0x9aac9048fC8139667D6a2597B902865bfdc225d3",
[ChainId.Alfajores]: "0x9aac9048fC8139667D6a2597B902865bfdc225d3",
[ChainId.Mainnet]: "0x7b4a79f847267c9370d29Ea74dc4d9D9Cff45942",
[ChainId.Alfajores]: "0x9542dEDe04a20a0f7bC192Ed3aa20CA7eE7772Fd",
[ChainId.Baklava]: "0x9aac9048fC8139667D6a2597B902865bfdc225d3",
};

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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