Skip to content

Commit

Permalink
update genesis files
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronKutch committed Oct 17, 2023
1 parent 3240274 commit aa3af4b
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 124,347 deletions.
2 changes: 1 addition & 1 deletion tools/config/devnet/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# The minimum gas prices a validator is willing to accept for processing a
# transaction. A transaction's fees must meet the minimum of any denomination
# specified in this config (e.g. 0.25token1;0.0001token2).
minimum-gas-prices = "0stake"
minimum-gas-prices = "0anom"

# default: the last 100 states are kept in addition to every 500th state; pruning at 10 block intervals
# nothing: all historic states will be saved, nothing will be deleted (i.e. archiving node)
Expand Down
118 changes: 38 additions & 80 deletions tools/config/devnet/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,28 @@
"address": "onomy15d2ltjk9knex7llg25y5uwa0ulst06pghzv4ln",
"coins": [
{
"denom": "stake",
"amount": "20000000000000000000"
"denom": "abtc",
"amount": "150000000000000000000000"
},
{
"denom": "anom",
"amount": "100000000000000000000000000"
},
{
"denom": "aonex",
"amount": "100000000000000000000000000"
},
{
"denom": "ausdc",
"amount": "20000000000000000000000000000"
},
{
"denom": "ausdt",
"amount": "20000000000000000000000000000"
},
{
"denom": "wei",
"amount": "20000000000000000000000000"
}
]
},
Expand All @@ -73,6 +93,10 @@
"denom": "anom",
"amount": "100000000000000000000000000"
},
{
"denom": "aonex",
"amount": "100000000000000000000000000"
},
{
"denom": "ausdc",
"amount": "20000000000000000000000000000"
Expand All @@ -81,10 +105,6 @@
"denom": "ausdt",
"amount": "20000000000000000000000000000"
},
{
"denom": "stake",
"amount": "20000000000000000000"
},
{
"denom": "wei",
"amount": "20000000000000000000000000"
Expand Down Expand Up @@ -133,23 +153,23 @@
"symbol": "ETH"
},
{
"name": "Nom",
"description": "Onomy NOM",
"name": "ONEX",
"description": "stake in consumer-side governance for ONEX",
"denom_units": [
{
"denom": "anom",
"denom": "aonex",
"exponent": 0,
"aliases": []
},
{
"denom": "nom",
"denom": "onex",
"exponent": 18,
"aliases": []
}
],
"base": "anom",
"display": "nom",
"symbol": "NOM"
"base": "aonex",
"display": "onex",
"symbol": "ONEX"
},
{
"name": "Tether",
Expand Down Expand Up @@ -197,7 +217,7 @@
},
"crisis": {
"constant_fee": {
"denom": "stake",
"denom": "anom",
"amount": "1000"
}
},
Expand Down Expand Up @@ -227,69 +247,7 @@
"allowances": []
},
"genutil": {
"gen_txs": [
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "market",
"identity": "",
"website": "",
"security_contact": "",
"details": ""
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "onomy15d2ltjk9knex7llg25y5uwa0ulst06pghzv4ln",
"validator_address": "onomyvaloper15d2ltjk9knex7llg25y5uwa0ulst06pgt9wzr9",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "+U7h260uKe1VkVw4eXBH3UFhBvzefIYW8rcTHwYu3iU="
},
"value": {
"denom": "stake",
"amount": "10000000000000000000"
}
}
],
"memo": "[email protected]:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "AzV1bAB3hzWo5wJoURVU1gdkR5+Q9GXc2smwAb0oP69M"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
}
},
"signatures": [
"fTaGvxdtoHyRLI3wYZbENT6G5v8wy4WOQrL2SRqVSv8qY9uYU8Zc9dHt6bJkmZM861Gq3S+nh9pRLyRFq7YJ9w=="
]
}
]
"gen_txs": []
},
"gov": {
"starting_proposal_id": "1",
Expand All @@ -299,7 +257,7 @@
"deposit_params": {
"min_deposit": [
{
"denom": "stake",
"denom": "aonex",
"amount": "10000000"
}
],
Expand Down Expand Up @@ -366,7 +324,7 @@
"annual_provisions": "0.000000000000000000"
},
"params": {
"mint_denom": "stake",
"mint_denom": "aonex",
"inflation_rate_change": "0.130000000000000000",
"inflation_max": "0.200000000000000000",
"inflation_min": "0.070000000000000000",
Expand All @@ -392,7 +350,7 @@
"max_validators": 100,
"max_entries": 7,
"historical_entries": 10000,
"bond_denom": "stake"
"bond_denom": "aonex"
},
"last_total_power": "0",
"last_validator_powers": [],
Expand Down
Loading

0 comments on commit aa3af4b

Please sign in to comment.