Skip to content

Commit

Permalink
Merge branch 'various_refactor' into tokenomics_implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Dec 2, 2022
2 parents 87bbb2b + 76c095d commit b624ae7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/protocol/tasks/deploy_L1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,10 @@ export async function deployContracts(hre: any) {
"TaikoL1",
await deployBaseLibs(hre)
)
const feeBase = hre.ethers.BigNumber.from(10).pow(18)

await utils.waitTx(
hre,
await TaikoL1.init(AddressManager.address, l2GenesisBlockHash, feeBase)
await TaikoL1.init(AddressManager.address, l2GenesisBlockHash)
)

// Used by LibBridgeRead
Expand Down

0 comments on commit b624ae7

Please sign in to comment.