Skip to content

Commit

Permalink
add avax config (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 authored May 17, 2022
1 parent 41c546e commit c36bcab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,11 @@ const userConfig: HardhatUserConfig = {
fantomTestnet: {
...sharedNetworkConfig,
url: `https://rpc.testnet.fantom.network/`,
}
},
avalanche: {
...sharedNetworkConfig,
url: `https://api.avax.network/ext/bc/C/rpc`,
},
},
deterministicDeployment,
namedAccounts: {
Expand Down

0 comments on commit c36bcab

Please sign in to comment.