Skip to content

Commit

Permalink
Funds for sequencers (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszaaa authored Dec 19, 2024
2 parents 880e84a + 5619d4d commit 2d117a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ pub fn rollup_local_config(
.iter()
.flatten()
.cloned()
.map(|account_id| (0u32, 100u128 * currency::DOLLARS, account_id))
.map(|account_id| (0u32, 300_000_000__000_000_000_000_000_000u128, account_id))
.collect::<Vec<_>>();

rollup_genesis(
Expand Down

0 comments on commit 2d117a8

Please sign in to comment.