Skip to content

Commit 222762e

Browse files
committed
chore: fix typo in comment
Signed-off-by: cuinix <[email protected]>
1 parent 2d24b15 commit 222762e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fees.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async function main() {
6969
await pxe.registerContract({ instance: sponseredFPC, artifact: SponsoredFPCContract.artifact });
7070
const paymentMethod = new SponsoredFeePaymentMethod(sponseredFPC.address);
7171

72-
// Two arbitraty txs to make the L1 message available on L2
72+
// Two arbitrary txs to make the L1 message available on L2
7373
const votingContract = await EasyPrivateVotingContract.deploy(wallet1, wallet1.getAddress()).send({ fee: { paymentMethod } }).deployed();
7474
const bananaCoin = await TokenContract.deploy(wallet1, wallet1.getAddress(), "bananaCoin", "BNC", 18).send({ fee: { paymentMethod } }).deployed()
7575

0 commit comments

Comments
 (0)