Skip to content

Commit

Permalink
Merge pull request #745 from oasisprotocol/jberci/fix/naming
Browse files Browse the repository at this point in the history
Wording update for known addresses, added testnet faucet
  • Loading branch information
jberci authored Sep 5, 2024
2 parents 7e80a49 + 75f7120 commit 9dbeb8e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions .changelog/745.trivial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Wording update for known addresses, added testnet faucet address
6 changes: 3 additions & 3 deletions account-names/mainnet_consensus.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"Name": "Common Pool",
"Address": "oasis1qrmufhkkyyf79s5za2r8yga9gnk4t446dcy3a5zm",
"Description": "This account contains pre-mined and confiscated tokens due to slashing and is used to reward token stakers."
"Description": "This account contains tokens allocated for staking rewards."
},
{
"Name": "Fee Accumulator",
Expand All @@ -12,7 +12,7 @@
{
"Name": "Governance Escrow",
"Address": "oasis1qp65laz8zsa9a305wxeslpnkh9x4dv2h2qhjz0ec",
"Description": "Contains deposited tokens required for confirming the governance transactions of the validators."
"Description": "Contains deposited tokens required for confirming governance transactions."
},
{
"Name": "Burn Address",
Expand All @@ -34,4 +34,4 @@
"Address": "oasis1qrnu9yhwzap7rqh6tdcdcpz0zf86hwhycchkhvt8",
"Description": "Address of the Cipher account on consensus."
}
]
]
9 changes: 7 additions & 2 deletions account-names/testnet_consensus.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"Name": "Common Pool",
"Address": "oasis1qrmufhkkyyf79s5za2r8yga9gnk4t446dcy3a5zm",
"Description": "This account contains pre-mined and confiscated tokens due to slashing and is used to reward token stakers."
"Description": "This account contains tokens allocated for staking rewards."
},
{
"Name": "Fee Accumulator",
Expand All @@ -12,13 +12,18 @@
{
"Name": "Governance Escrow",
"Address": "oasis1qp65laz8zsa9a305wxeslpnkh9x4dv2h2qhjz0ec",
"Description": "Contains deposited tokens required for confirming the governance transactions of the validators."
"Description": "Contains deposited tokens required for confirming governance transactions."
},
{
"Name": "Burn Address",
"Address": "oasis1qzq8u7xs328puu2jy524w3fygzs63rv3u5967970",
"Description": "Reserved address for all irreversibly burnt tokens."
},
{
"Name": "Faucet Address",
"Address": "oasis1qzna6nq9kuktjmxx2s84z38eysqyts84jc9lgdg2",
"Description": "This account contains TEST tokens distributed by the faucet."
},
{
"Name": "Sapphire",
"Address": "oasis1qqczuf3x6glkgjuf0xgtcpjjw95r3crf7y2323xd",
Expand Down

0 comments on commit 9dbeb8e

Please sign in to comment.