Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix: updates ergs to gas (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
uF4No authored Jan 26, 2024
1 parent 4a39c83 commit e0830f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ export default async function (hre: HardhatRuntimeEnvironment) {
nonce: await provider.getTransactionCount(ACCOUNT_ADDRESS),
type: 113,
customData: {
ergsPerPubdata: utils.DEFAULT_GAS_PER_PUBDATA_LIMIT,
gasPerPubdata: utils.DEFAULT_GAS_PER_PUBDATA_LIMIT,
} as types.Eip712Meta,

value: ethers.utils.parseEther(transferAmount),
Expand Down

0 comments on commit e0830f5

Please sign in to comment.