Skip to content

Commit

Permalink
deploy brewboov3
Browse files Browse the repository at this point in the history
  • Loading branch information
0xALUCARD committed Apr 24, 2022
1 parent 51da1a2 commit fef615b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const config: HardhatUserConfig = {
url: "https://rpc.ftm.tools",
accounts,
chainId: 250,
gasPrice: 1000000000000,
gasPrice: 200000000000,
},
"fantom-testnet": {
url: "https://rpc.testnet.fantom.network",
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy_brewboo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const usdc = "0x04068da6c83afcfa0e13ba15a6696662335d5b75"
const dai = "0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E"

async function main() {
const brewBoo = await ethers.getContractFactory("BrewBooV2");
const brewBoo = await ethers.getContractFactory("BrewBooV3");
const BrewBoo = await brewBoo.deploy(factory, xboo, boo, wftm, usdc, dai);
await BrewBoo.deployed()
console.log("BrewBoo deployed to:", BrewBoo.address);
Expand Down

0 comments on commit fef615b

Please sign in to comment.