Skip to content

Commit

Permalink
fix: bring back url field for hardhat custom network (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth authored Sep 14, 2023
1 parent bb23af1 commit fd23206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions axelar-chains-config/src/utils/importNetworks.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const importNetworks = (chains, keys) => {
const name = chainName.toLowerCase();
networks[name] = {
...chain,
url: chain.rpc,
blockGasLimit: chain.gasOptions?.gasLimit,
};

Expand Down

0 comments on commit fd23206

Please sign in to comment.