Skip to content

Commit

Permalink
Remove support for Goerli testnet
Browse files Browse the repository at this point in the history
As the Goerli testnet will become deprecated with end of year 2023 and we've
already migrated to Sepolia testnet, we'll no longer need the Goerli-related
code past that date.
  • Loading branch information
michalinacienciala committed Nov 29, 2023
1 parent fa335ef commit 481a105
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
4 changes: 0 additions & 4 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,20 @@ module.exports = {
},
namedAccounts: {
deployer: {
goerli: 0,
sepolia: 0,
mainnet: 0,
mainnet_test: 0,
},
rewardsHolder: {
goerli: "0xCe692F6fA86319Af43050fB7F09FDC43319F7612",
sepolia: "0xCe692F6fA86319Af43050fB7F09FDC43319F7612",
mainnet: "0x9F6e831c8F8939DC0C830C6e492e7cEf4f9C2F5f",
mainnet_test: 0,
},
tokenContract: {
goerli: "0x3f16380656cAE45D3f80D8833682d2b606eD094A",
sepolia: "0x46abDF5aD1726ba700794539C3dB8fE591854729",
mainnet: "0xCdF7028ceAB81fA0C6971208e83fa7872994beE5",
},
owner: {
goerli: 0,
sepolia: 0,
mainnet: "0x9F6e831c8F8939DC0C830C6e492e7cEf4f9C2F5f",
mainnet_test: 0,
Expand Down
9 changes: 0 additions & 9 deletions hardhat.networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,6 @@ register(
"mainnet",
process.env.ETHERSCAN_TOKEN
)
register(
"goerli",
["deploy"],
3,
process.env.GOERLI_RPC_URL,
process.env.GOERLI_PRIVATE_KEY,
"goerli",
process.env.ETHERSCAN_TOKEN
)
register(
"sepolia",
["deploy"],
Expand Down

0 comments on commit 481a105

Please sign in to comment.