mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-28 10:59:26 +00:00
chore(configs): add supply bridge account genesis action
This commit is contained in:
parent
b69c12aac7
commit
521ce2d0a8
@ -15,6 +15,11 @@
|
||||
},
|
||||
"indexer_rpc_url": "ws://indexer_service:8779",
|
||||
"genesis": [
|
||||
{
|
||||
"supply_bridge_account": {
|
||||
"balance": 1000000
|
||||
}
|
||||
},
|
||||
{
|
||||
"supply_account": {
|
||||
"account_id": "6iArKUXxhUJqS7kCaPNhwMWt3ro71PDyBj7jwAyE2VQV",
|
||||
|
||||
@ -15,6 +15,11 @@
|
||||
},
|
||||
"indexer_rpc_url": "ws://localhost:8779",
|
||||
"genesis": [
|
||||
{
|
||||
"supply_bridge_account": {
|
||||
"balance": 1000000
|
||||
}
|
||||
},
|
||||
{
|
||||
"supply_account": {
|
||||
"account_id": "CbgR6tj5kWx5oziiFptM7jMvrQeYY3Mzaao6ciuhSr2r",
|
||||
|
||||
@ -15,6 +15,11 @@
|
||||
},
|
||||
"indexer_rpc_url": "ws://localhost:8779",
|
||||
"genesis": [
|
||||
{
|
||||
"supply_bridge_account": {
|
||||
"balance": 1000000
|
||||
}
|
||||
},
|
||||
{
|
||||
"supply_account": {
|
||||
"account_id": "CbgR6tj5kWx5oziiFptM7jMvrQeYY3Mzaao6ciuhSr2r",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user