Skip to content

Commit

Permalink
chore: remove goerli network
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlee42 committed Feb 16, 2024
1 parent 24ccf4c commit c311064
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 542 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ typechain-types
#Hardhat files
cache
artifacts
deployments
1 change: 0 additions & 1 deletion deployments/metisgoerli/.chainId

This file was deleted.

481 changes: 0 additions & 481 deletions deployments/metisgoerli/TestToken.json

This file was deleted.

This file was deleted.

12 changes: 1 addition & 11 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ const config: HardhatUserConfig = {
},
},
networks: {
"metis-goerli": {
url: "https://goerli.gateway.metisdevops.link",
accounts: [WALLET_PRIVATE_KEY],
verify: {
etherscan: {
apiKey: "apiKey is not required, just set a placeholder",
apiUrl: "https://goerli.explorer.metisdevops.link",
},
},
},
"metis-sepolia": {
url: "https://sepolia.rpc.metisdevops.link",
accounts: [WALLET_PRIVATE_KEY],
Expand All @@ -48,7 +38,7 @@ const config: HardhatUserConfig = {
},
},
andromeda: {
url: "https://andromeda.metis.io/?owner=1088",
url: "https://andromeda.metis.io",
accounts: [WALLET_PRIVATE_KEY],
verify: {
etherscan: {
Expand Down

0 comments on commit c311064

Please sign in to comment.