Skip to content

Commit

Permalink
fix genesis 2 (#310)
Browse files Browse the repository at this point in the history
* genesis: lol account

* feat: add vpt account

* fix: fix total supply

* feat: add iliyan account

* feat: add gentx transaction

* feat: add account and gentx

* feat: add vik account and gentx

* genesis(lol): lower commission rate

* feat: add tuga to genesis

* fix: commission rate for gentx

* add rado gentx

* "final genesis"

---------

Co-authored-by: failfmi <[email protected]>
Co-authored-by: Vladimir Trifonov <[email protected]>
Co-authored-by: Iliyan Bachiyski <[email protected]>
Co-authored-by: Rado M <[email protected]>
Co-authored-by: vikinatora <[email protected]>
Co-authored-by: Tugay Emin <[email protected]>
  • Loading branch information
7 people authored Dec 6, 2024
1 parent 3c2922c commit aac9ffa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions networks/testnets/raspi/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@
"details": ""
},
"commission": {
"rate": "0.420699000000000000",
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
Expand Down Expand Up @@ -625,7 +625,7 @@
"tip": null
},
"signatures": [
"SLhcbNL5S+y80vaf8fhzGTMs7InW0P2SUkO8m7auYtR+iTYXrKoqJfwP1mlosv9R5haRwT1XqpTA6VPJ0tZAEw=="
"SEGxd8GH+DeuW0FgwiGt4e4pCK0oyNPzdIUJI+DmqqwIRW5HpHN346RNyHhFHEeHCgyurWhbMKzCb4cMtG3BZg=="
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"details": ""
},
"commission": {
"rate": "0.420699000000000000",
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
Expand Down Expand Up @@ -57,6 +57,6 @@
"tip": null
},
"signatures": [
"SLhcbNL5S+y80vaf8fhzGTMs7InW0P2SUkO8m7auYtR+iTYXrKoqJfwP1mlosv9R5haRwT1XqpTA6VPJ0tZAEw=="
"SEGxd8GH+DeuW0FgwiGt4e4pCK0oyNPzdIUJI+DmqqwIRW5HpHN346RNyHhFHEeHCgyurWhbMKzCb4cMtG3BZg=="
]
}

0 comments on commit aac9ffa

Please sign in to comment.