Skip to content

Commit

Permalink
Add network_id to the devnet and mainnet config files
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmr1993 committed Aug 22, 2024
1 parent 50e8481 commit 6bd4dae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion genesis_ledgers/devnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"hash": "jxjmYHK1tnGy5S6CDaLDTRrDbw17DmtEd6Jnw3L86QSsLm15w5g",
"s3_data_hash": "094ceb7c580ef53be0bf2385698fd8d2faebf91fdd8542c076df649aa261b94e"
}
},
"daemon": {
"network_id": "devnet"
}
}
}
3 changes: 3 additions & 0 deletions genesis_ledgers/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"hash": "jwgzfxD5rEnSP3k4UiZu2569FfhJ1SRUvabfTz21e4btwBHg3jq",
"s3_data_hash": "61323d7565130cfa4768c0333f32b2a8ea7fdfbf17065adfa48b4e9956619b44"
}
},
"daemon": {
"network_id": "mainnet"
}
}

0 comments on commit 6bd4dae

Please sign in to comment.