Skip to content

Commit

Permalink
add sepolia + new pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed Jun 25, 2023
1 parent 69e593a commit bc736ad
Show file tree
Hide file tree
Showing 2 changed files with 793 additions and 773 deletions.
6 changes: 3 additions & 3 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ const config: HardhatUserConfig = {
url: node_url('mainnet'),
accounts: accounts('mainnet'),
},
rinkeby: {
url: node_url('rinkeby'),
accounts: accounts('rinkeby'),
sepolia: {
url: node_url('sepolia'),
accounts: accounts('sepolia'),
},
kovan: {
url: node_url('kovan'),
Expand Down
Loading

0 comments on commit bc736ad

Please sign in to comment.