@axelar-network/axelar-chains-config
Advanced tools
Comparing version 0.1.1 to 0.1.2
declare const _exports: { | ||
getBytecodeHash: typeof import("./utils/getBytecodeHash").getBytecodeHash; | ||
verifyContract: (env: string, chain: string, contract: string, args: any[], options?: {}) => Promise<void>; | ||
@@ -3,0 +4,0 @@ importNetworks: (chains: any[], keys: any) => any; |
declare const _exports: { | ||
getBytecodeHash: typeof import("./getBytecodeHash").getBytecodeHash; | ||
verifyContract: (env: string, chain: string, contract: string, args: any[], options?: {}) => Promise<void>; | ||
@@ -3,0 +4,0 @@ importNetworks: (chains: any[], keys: any) => any; |
@@ -12,2 +12,2 @@ var __assign = (this && this.__assign) || function () { | ||
}; | ||
module.exports = __assign(__assign(__assign(__assign({}, require('./getChainArray')), require('./readJSON')), require('./importNetworks')), require('./verifyContract')); | ||
module.exports = __assign(__assign(__assign(__assign(__assign({}, require('./getChainArray')), require('./readJSON')), require('./importNetworks')), require('./verifyContract')), require('./getBytecodeHash')); |
{ | ||
"name": "@axelar-network/axelar-chains-config", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A utility to get chain information from Axelar", | ||
@@ -27,4 +27,5 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"@ethersproject/keccak256": "^5.7.0", | ||
"fs-extra": "^11.1.1" | ||
} | ||
} |
@@ -6,2 +6,3 @@ module.exports = { | ||
...require('./verifyContract'), | ||
...require('./getBytecodeHash'), | ||
}; |
125410
33
2905
2
+ Added@ethersproject/bytes@5.7.0(transitive)
+ Added@ethersproject/keccak256@5.7.0(transitive)
+ Added@ethersproject/logger@5.7.0(transitive)
+ Addedjs-sha3@0.8.0(transitive)