Socket
Socket
Sign inDemoInstall

@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.3.1 to 0.3.2

2

dist/cjs/multicall.d.ts
import { ChainId } from "./network";
export declare const BankAddress: {
export declare const Multicall: {
[chainId in ChainId]: string;
};
//# sourceMappingURL=multicall.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BankAddress = void 0;
exports.Multicall = void 0;
const network_1 = require("./network");
exports.BankAddress = {
exports.Multicall = {
[network_1.ChainId.Mainnet]: "0x9aac9048fC8139667D6a2597B902865bfdc225d3",

@@ -7,0 +7,0 @@ [network_1.ChainId.Alfajores]: "0x9aac9048fC8139667D6a2597B902865bfdc225d3",

import { ChainId } from "./network";
export declare const BankAddress: {
export declare const Multicall: {
[chainId in ChainId]: string;
};
//# sourceMappingURL=multicall.d.ts.map
import { ChainId } from "./network";
export const BankAddress = {
export const Multicall = {
[ChainId.Mainnet]: "0x9aac9048fC8139667D6a2597B902865bfdc225d3",

@@ -4,0 +4,0 @@ [ChainId.Alfajores]: "0x9aac9048fC8139667D6a2597B902865bfdc225d3",

{
"name": "@dahlia-labs/celo-contrib",
"description": "Dahlia Labs Celo helpers.",
"version": "0.3.1",
"version": "0.3.2",
"repository": {

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

"homepage": "https://github.com/DahliaLabs/dahlia-common#readme",
"gitHead": "c942528f30e528fc02200c3848f04f66f766e97a"
"gitHead": "7ca6f35597754153620179002558b18902f9bfba"
}
import { ChainId } from "./network";
export const BankAddress: { [chainId in ChainId]: string } = {
export const Multicall: { [chainId in ChainId]: string } = {
[ChainId.Mainnet]: "0x9aac9048fC8139667D6a2597B902865bfdc225d3",

@@ -5,0 +5,0 @@ [ChainId.Alfajores]: "0x9aac9048fC8139667D6a2597B902865bfdc225d3",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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