Skip to content

Commit b2c8003

Browse files
authored
Merge pull request #94 from cuinix/main
chore: fix typo in comment
2 parents 3a82d15 + 222762e commit b2c8003

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)