Skip to content

Commit

Permalink
fix varname
Browse files Browse the repository at this point in the history
  • Loading branch information
adaki2004 committed Sep 19, 2023
1 parent 1a50fee commit 91ff3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/utils/generate_genesis/taikoL2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ async function generateContractConfigs(
]),
]
)}`,
_eip1559Config: {
eip1559Config: {
yscale: ethers.BigNumber.from(param1559.yscale),
xscale: ethers.BigNumber.from(param1559.xscale),
gasIssuedPerSecond: ethers.BigNumber.from(
Expand Down

0 comments on commit 91ff3ed

Please sign in to comment.