Skip to content

Commit

Permalink
It works for kava-localnet (added prefunded accs)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Aug 12, 2024
1 parent 67ec34b commit f18aa2b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions rosetta-cli-conf/kava-localnet-ci/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"max_reorg_depth": 100,
"log_configuration": false,
"compression_disabled": false,
"memory_limit_disabled": false,
"construction": {
"offline_url": "http://localhost:8001",
"max_offline_connections": 100,
Expand All @@ -23,7 +22,19 @@
"broadcast_limit": 5,
"ignore_broadcast_failures": false,
"clear_broadcasts": false,
"prefunded_accounts": [],
"prefunded_accounts": [
{
"privkey": "6034eb3856dd7cca4b5d9bfc5f262ab155d967dc2f8b78485eae6a7cbb5e7c51",
"account_identifier": {
"address": "kava173w2zz287s36ewnnkf4mjansnthnnsz7rtrxqc"
},
"curve_type": "secp256k1",
"currency":{
"symbol": "KAVA",
"decimals": 6
}
}
],
"constructor_dsl_file": "kava.ros",
"end_conditions": {
"create_account": 10,
Expand All @@ -50,7 +61,6 @@
"coin_tracking_disabled": false,
"status_port": 9090,
"results_output_file": "",
"pruning_disabled": false,
"initial_balance_fetch_disabled": false,
"end_conditions": {
"tip": true
Expand Down

0 comments on commit f18aa2b

Please sign in to comment.