ethereum-multicall
Advanced tools
Comparing version 2.9.0 to 2.10.0
@@ -15,3 +15,4 @@ export declare enum Networks { | ||
etherlite = 111, | ||
arbitrum = 42161 | ||
arbitrum = 42161, | ||
fantom = 250 | ||
} |
@@ -20,2 +20,3 @@ "use strict"; | ||
Networks[Networks["arbitrum"] = 42161] = "arbitrum"; | ||
Networks[Networks["fantom"] = 250] = "fantom"; | ||
})(Networks = exports.Networks || (exports.Networks = {})); |
@@ -463,3 +463,3 @@ "use strict"; | ||
case enums_1.Networks.arbitrum: | ||
return '0x7a7443f8c577d537f1d8cd4a629d40a3148dd7ee'; | ||
return '0x80C7DD17B01855a6D2347444a0FCC36136a314de'; | ||
case enums_1.Networks.avalauncheFuji: | ||
@@ -469,2 +469,4 @@ return '0x3D015943d2780fE97FE3f69C97edA2CCC094f78c'; | ||
return '0xed386Fe855C1EFf2f843B910923Dd8846E45C5A4'; | ||
case enums_1.Networks.fantom: | ||
return '0xD98e3dBE5950Ca8Ce5a4b59630a5652110403E5c'; | ||
default: | ||
@@ -471,0 +473,0 @@ throw new Error("Network - " + network + " is not got a contract defined it only supports mainnet, kovan, rinkeby, bsc and ropsten"); |
@@ -15,3 +15,4 @@ export declare enum Networks { | ||
etherlite = 111, | ||
arbitrum = 42161 | ||
arbitrum = 42161, | ||
fantom = 250 | ||
} |
@@ -17,2 +17,3 @@ export var Networks; | ||
Networks[Networks["arbitrum"] = 42161] = "arbitrum"; | ||
Networks[Networks["fantom"] = 250] = "fantom"; | ||
})(Networks || (Networks = {})); |
@@ -460,3 +460,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
case Networks.arbitrum: | ||
return '0x7a7443f8c577d537f1d8cd4a629d40a3148dd7ee'; | ||
return '0x80C7DD17B01855a6D2347444a0FCC36136a314de'; | ||
case Networks.avalauncheFuji: | ||
@@ -466,2 +466,4 @@ return '0x3D015943d2780fE97FE3f69C97edA2CCC094f78c'; | ||
return '0xed386Fe855C1EFf2f843B910923Dd8846E45C5A4'; | ||
case Networks.fantom: | ||
return '0xD98e3dBE5950Ca8Ce5a4b59630a5652110403E5c'; | ||
default: | ||
@@ -468,0 +470,0 @@ throw new Error("Network - " + network + " is not got a contract defined it only supports mainnet, kovan, rinkeby, bsc and ropsten"); |
{ | ||
"name": "ethereum-multicall", | ||
"version": "2.9.0", | ||
"version": "2.10.0", | ||
"description": "Multicall allows multiple smart contract constant function calls to be grouped into a single call and the results aggregated into a single result", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
@@ -24,2 +24,7 @@ [![npm version](https://badge.fury.io/js/ethereum-multicall.svg)](https://badge.fury.io/js/ethereum-multicall) | ||
- mumbai | ||
- etherlite | ||
- arbitrum | ||
- avalaunche fuji testnet | ||
- avaxlaunche mainnet | ||
- fantom mainnet | ||
- custom network with your own instance of multicall deployed | ||
@@ -478,2 +483,3 @@ | ||
| mumbai | `0xe9939e7Ea7D7fb619Ac57f648Da7B1D425832631` | | ||
| etherlite | `0x21681750D7ddCB8d1240eD47338dC984f94AF2aC` | | ||
| matic | `0x275617327c958bD06b5D6b871E7f491D76113dd8` | | ||
@@ -483,2 +489,3 @@ | arbitrum | `0x7a7443f8c577d537f1d8cd4a629d40a3148dd7ee` | | ||
| avalaunche mainnet | `0xed386Fe855C1EFf2f843B910923Dd8846E45C5A4` | | ||
| fantom mainnet | `0xD98e3dBE5950Ca8Ce5a4b59630a5652110403E5c` | | ||
@@ -485,0 +492,0 @@ If you wanted this to point at a different multicall contract address just pass that in the options when creating the multicall instance, example: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
111306
1999
515