Skip to content

Commit

Permalink
chore: use axelar-chains-config (#88) (#89)
Browse files Browse the repository at this point in the history
chore: use axelar-chains-config instead of unnecessary bigger one

Co-authored-by: npty <[email protected]>
  • Loading branch information
milapsheth and npty authored Sep 19, 2023
1 parent 0a785ce commit 85f421b
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1,624 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const env = process.env.ENV || 'testnet';
const {
importNetworks,
readJSON,
} = require('@axelar-network/axelar-contract-deployments/evm/utils');
const chains = require(`@axelar-network/axelar-contract-deployments/info/${env}.json`);
} = require('@axelar-network/axelar-chains-config');
const chains = require(`@axelar-network/axelar-chains-config/info/${env}.json`);
const keys = readJSON(`${__dirname}/keys.json`);
const { networks, etherscan } = importNetworks(chains, keys);

Expand Down
Loading

0 comments on commit 85f421b

Please sign in to comment.