Skip to content

Commit

Permalink
add fantom testnet configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed Sep 23, 2021
1 parent 0114d97 commit b5ebd5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ const userConfig: HardhatUserConfig = {
arbitrum: {
...sharedNetworkConfig,
url: `https://arb1.arbitrum.io/rpc`,
},
fantomTestnet: {
...sharedNetworkConfig,
url: `https://rpc.testnet.fantom.network/`,
}
},
namedAccounts: {
Expand Down

0 comments on commit b5ebd5a

Please sign in to comment.