diff --git a/configs/docker-all-in-one/sequencer_config.json b/configs/docker-all-in-one/sequencer_config.json index 207f2e79..edb0132a 100644 --- a/configs/docker-all-in-one/sequencer_config.json +++ b/configs/docker-all-in-one/sequencer_config.json @@ -15,6 +15,11 @@ }, "indexer_rpc_url": "ws://indexer_service:8779", "genesis": [ + { + "supply_bridge_account": { + "balance": 1000000 + } + }, { "supply_account": { "account_id": "6iArKUXxhUJqS7kCaPNhwMWt3ro71PDyBj7jwAyE2VQV", diff --git a/sequencer/service/configs/debug/sequencer_config.json b/sequencer/service/configs/debug/sequencer_config.json index bfe963ae..359c84f4 100644 --- a/sequencer/service/configs/debug/sequencer_config.json +++ b/sequencer/service/configs/debug/sequencer_config.json @@ -15,6 +15,11 @@ }, "indexer_rpc_url": "ws://localhost:8779", "genesis": [ + { + "supply_bridge_account": { + "balance": 1000000 + } + }, { "supply_account": { "account_id": "CbgR6tj5kWx5oziiFptM7jMvrQeYY3Mzaao6ciuhSr2r", diff --git a/sequencer/service/configs/docker/sequencer_config.json b/sequencer/service/configs/docker/sequencer_config.json index c9d0e6a6..69238fe7 100644 --- a/sequencer/service/configs/docker/sequencer_config.json +++ b/sequencer/service/configs/docker/sequencer_config.json @@ -15,6 +15,11 @@ }, "indexer_rpc_url": "ws://localhost:8779", "genesis": [ + { + "supply_bridge_account": { + "balance": 1000000 + } + }, { "supply_account": { "account_id": "CbgR6tj5kWx5oziiFptM7jMvrQeYY3Mzaao6ciuhSr2r",