Skip to content

Commit

Permalink
feat: zombienet balances overrides
Browse files Browse the repository at this point in the history
Overrides the balances of the Pop sovereign account on the relay and the dev accounts on Pop, removing the need for using the fund-dev-accounts script.
  • Loading branch information
evilrobot-01 committed Jun 22, 2024
1 parent 41d6214 commit fa10337
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions networks/paseo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
[relaychain]
chain = "paseo-local"

[relaychain.runtime_genesis_patch.balances]
balances = [
# Pop sovereign account
["5Ec4AhPKXY9B4ayGshkz2wFMh7N8gP7XKfAvtt1cigpG9FkJ", 60000000000000000],
]

[[relaychain.nodes]]
name = "alice"
rpc_port = 8833
Expand All @@ -16,6 +22,17 @@ validator = true
id = 4001
default_command = "./target/release/pop-node"

[parachains.genesis_overrides.balances]
balances = [
# Dev accounts
["5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY", 10000000000000000],
["5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty", 10000000000000000],
["5FLSigC9HGRKVhB9FiEo4Y3koPsNmBmLJbpXg2mp1hXcS59Y", 10000000000000000],
["5DAAnrj7VHTznn2AWBemMuyBwZWs6FNFjdyVXUeYum3PTXFy", 10000000000000000],
["5HGjWAeFDfFCWPsjFQdVV2Msvz2XtMktvgocEZcCj68kUMaw", 10000000000000000],
["5CiPPseXPECbkjWCa6MnjNokrgYjMqmKndv2rSnekmSK2DjL", 10000000000000000],
]

[[parachains.collators]]
name = "pop"
rpc_port = 9944
Expand Down

0 comments on commit fa10337

Please sign in to comment.