Skip to content

Commit

Permalink
Merge pull request #864 from oceanprotocol/feature/remove_georli
Browse files Browse the repository at this point in the history
remove goerli
  • Loading branch information
alexcos20 committed Mar 21, 2024
2 parents c180c91 + 0e2566f commit d84e42a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions scripts/deploy-contracts.js
Expand Up @@ -105,19 +105,6 @@ async function main() {
shouldDeployDF = true;
shouldDeployVE = true;
break;
case 0x5:
networkName = "goerli";
OceanTokenAddress = "0xCfDdA22C9837aE76E0faA845354f33C62E03653a";
OPFOwner = "0xEE1673089A4831D92324932e38e2EBDe6aB17274";
routerOwner = OPFOwner;
sleepAmount = 2
gasPrice = ethers.utils.parseUnits('5', 'gwei')
shouldDeployV4 = false;
shouldDeployDF = false;
shouldDeployVE = false;
shouldDeployOPFCommunityFeeCollector = false;
shouldDeployVesting = true;
break;
case 10:
networkName = "optimism";
OPFOwner = '0xC7EC1970B09224B317c52d92f37F5e1E4fF6B687'
Expand Down

0 comments on commit d84e42a

Please sign in to comment.