Skip to content

Commit

Permalink
Add xrpevmsidechain and scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
wbt committed Oct 22, 2023
1 parent 7228648 commit 5366bef
Show file tree
Hide file tree
Showing 3 changed files with 4,682 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/hardhat/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ const config: HardhatUserConfig = {
url: `https://eth-sepolia.g.alchemy.com/v2/${providerApiKey}`,
accounts: [deployerPrivateKey],
},
scrollSepolia: {
url: `https://sepolia-rpc.scroll.io/`,
accounts: [deployerPrivateKey],
},
goerli: {
url: `https://eth-goerli.alchemyapi.io/v2/${providerApiKey}`,
accounts: [deployerPrivateKey],
Expand All @@ -58,6 +62,10 @@ const config: HardhatUserConfig = {
url: `https://rpc.mordor.etccooperative.org`,
accounts: [deployerPrivateKey],
},
xrpevmside: {
url: `https://rpc-evm-sidechain.xrpl.org`,
accounts: [deployerPrivateKey],
},
arbitrum: {
url: `https://arb-mainnet.g.alchemy.com/v2/${providerApiKey}`,
accounts: [deployerPrivateKey],
Expand Down
Loading

0 comments on commit 5366bef

Please sign in to comment.