We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d24b15 commit 222762eCopy full SHA for 222762e
1 file changed
scripts/fees.ts
@@ -69,7 +69,7 @@ async function main() {
69
await pxe.registerContract({ instance: sponseredFPC, artifact: SponsoredFPCContract.artifact });
70
const paymentMethod = new SponsoredFeePaymentMethod(sponseredFPC.address);
71
72
- // Two arbitraty txs to make the L1 message available on L2
+ // Two arbitrary txs to make the L1 message available on L2
73
const votingContract = await EasyPrivateVotingContract.deploy(wallet1, wallet1.getAddress()).send({ fee: { paymentMethod } }).deployed();
74
const bananaCoin = await TokenContract.deploy(wallet1, wallet1.getAddress(), "bananaCoin", "BNC", 18).send({ fee: { paymentMethod } }).deployed()
75
0 commit comments