Skip to content

Commit

Permalink
Increase the gas to accommodate the new wight change
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekkMA committed Jul 25, 2024
1 parent 1dac86e commit 4d5b9c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ describeSuite({
const batchedCalls: SubmittableExtrinsic[] = [];
batchedCalls.push(
context.polkadotJs().tx.crowdloanRewards.initializeRewardVec([
[RELAYCHAIN_ARBITRARY_ADDRESS_1, GOLIATH_ADDRESS, 1_500_000n * GLMR],
[RELAYCHAIN_ARBITRARY_ADDRESS_2, null, 1_500_000n * GLMR],
[RELAYCHAIN_ARBITRARY_ADDRESS_1, GOLIATH_ADDRESS, 3_000_000n * GLMR],
[RELAYCHAIN_ARBITRARY_ADDRESS_2, null, 3_000_000n * GLMR],
])
);

Expand Down

0 comments on commit 4d5b9c8

Please sign in to comment.