Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update staking fees #628

Merged
merged 23 commits into from
Aug 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions akash/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@
"genesis_url": "https://raw.githubusercontent.com/ovrclk/net/master/mainnet/genesis.json"
},
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "uakt"
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "uakt"
}
]
},
"codebase": {
"git_repo": "https://github.com/ovrclk/akash/",
"recommended_version": "v0.16.3",
Expand Down
12 changes: 11 additions & 1 deletion carbon/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,17 @@
"fee_tokens": [
{
"denom": "swth",
"fixed_min_gas_price": 0
"fixed_min_gas_price": 0,
"low_gas_price": 769.23077,
"average_gas_price": 769.23077,
"high_gas_price": 769.230774
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "swth"
}
]
},
Expand Down
7 changes: 7 additions & 0 deletions cheqd/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "ncheq"
}
]
},
"codebase": {
"git_repo": "https://github.com/cheqd/cheqd-node",
"recommended_version": "v0.6.0",
Expand Down
17 changes: 17 additions & 0 deletions chihuahua/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/ChihuahuaChain/mainnet/main/genesis.json"
},
"fees": {
"fee_tokens": [
{
"denom": "uhuahua",
"low_gas_price": 0.025,
"average_gas_price": 0.03,
"high_gas_price": 0.035
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "uhuahua"
}
]
},
"codebase": {
"git_repo": "https://github.com/ChihuahuaChain/chihuahua/",
"recommended_version": "v2.0.1",
Expand Down
16 changes: 13 additions & 3 deletions dig/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,19 @@
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "udig"
}
{
"denom": "udig",
"low_gas_price": 0.025,
"average_gas_price": 0.03,
"high_gas_price": 0.035
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "udig"
}
]
},
"codebase": {
Expand Down
12 changes: 11 additions & 1 deletion evmos/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,20 @@
"fees": {
"fee_tokens": [
{
"denom": "aevmos"
"denom": "aevmos",
"low_gas_price": 10000000000,
"average_gas_price": 25000000000,
"high_gas_price": 40000000000
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "aevmos"
}
]
},
"codebase": {
"git_repo": "https://github.com/evmos/evmos",
"recommended_version": "v7.0.0",
Expand Down
17 changes: 17 additions & 0 deletions fetchhub/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,23 @@
"genesis_url": "https://storage.googleapis.com/fetch-ai-mainnet-v2-genesis/genesis-fetchhub4.json"
},
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "afet",
"low_gas_price": 0.025,
"average_gas_price": 0.025,
"high_gas_price": 0.035
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "afet"
}
]
},
"codebase": {
"git_repo": "https://github.com/fetchai/fetchd",
"recommended_version": "v0.10.3",
Expand Down
18 changes: 18 additions & 0 deletions galaxy/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,24 @@
"genesis": {
"genesis_url": "https://media.githubusercontent.com/media/galaxies-labs/networks/main/galaxy-1/genesis.json"
},
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "uglx",
"low_gas_price": 0.025,
"average_gas_price": 0.025,
"high_gas_price": 0.035
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "uglx"
}
]
},
"codebase": {
"git_repo": "https://github.com/galaxies-labs/galaxy",
"recommended_version": "v1.0.0",
Expand Down
12 changes: 11 additions & 1 deletion genesisl1/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,20 @@
"fees": {
"fee_tokens": [
{
"denom": "el1"
"denom": "el1",
"low_gas_price": 999999999,
"average_gas_price": 1000000000,
"high_gas_price": 1000000001
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "el1"
}
]
},
"codebase": {
"git_repo": "https://github.com/alpha-omega-labs/genesisd",
"recommended_version": "v0.3.0",
Expand Down
12 changes: 11 additions & 1 deletion gravitybridge/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,20 @@
"fee_tokens": [
{
"denom": "ugraviton",
"fixed_min_gas_price": 0
"fixed_min_gas_price": 0,
"low_gas_price": 0,
"average_gas_price": 0,
"high_gas_price": 0.035
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "ugraviton"
}
]
},
"codebase": {
"git_repo": "https://github.com/Gravity-Bridge/Gravity-Bridge",
"recommended_version": "v1.3.3",
Expand Down
17 changes: 17 additions & 0 deletions injective/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,23 @@
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/InjectiveLabs/mainnet-config/master/10001/genesis.json"
},
"fees": {
"fee_tokens": [
{
"denom": "uinj",
"low_gas_price": 0.0005,
"average_gas_price": 0.0007,
"high_gas_price": 0.0009
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "uinj"
}
]
},
"codebase": {
"git_repo": "https://github.com/InjectiveLabs/injective-chain-releases",
"recommended_version": "v1.1.1-1637059884",
Expand Down
14 changes: 14 additions & 0 deletions irisnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/irisnet/mainnet/master/config/genesis.json"
},
"fees": {
"fee_tokens": [
{
"denom": "uiris"
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "uiris"
}
]
},
"codebase": {
"git_repo": "https://github.com/irisnet/irishub",
"recommended_version": "v1.3.0",
Expand Down
29 changes: 23 additions & 6 deletions juno/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,39 @@
"pretty_name": "Juno",
"chain_id": "juno-1",
"bech32_prefix": "juno",
"slip44": 118,
"daemon_name": "junod",
"node_home": "$HOME/.juno",
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/CosmosContracts/mainnet/main/juno-1/genesis.json"
},
"key_algos": [
"secp256k1"
],
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "ujuno",
"low_gas_price": 0.03,
"average_gas_price": 0.04,
"high_gas_price": 0.05
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "ujuno"
}
]
},
"codebase": {
"git_repo": "https://github.com/CosmosContracts/juno",
"recommended_version": "v9.0.0",
"compatible_versions": [
"v9.0.0"
]
},
"daemon_name": "junod",
"node_home": "$HOME/.juno",
"key_algos": [
"secp256k1"
],
"peers": {
"seeds": [
{
Expand Down
12 changes: 11 additions & 1 deletion meme/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,20 @@
"fee_tokens": [
{
"denom": "umeme",
"fixed_min_gas_price": 0.025
"fixed_min_gas_price": 0.025,
"low_gas_price": 0.025,
"average_gas_price": 0.025,
"high_gas_price": 0.035
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "umeme"
}
]
},
"codebase": {
"git_repo": "https://github.com/memecosmos/meme/",
"recommended_version": "v1.0.0",
Expand Down
12 changes: 11 additions & 1 deletion panacea/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,17 @@
"fee_tokens": [
{
"denom": "umed",
"fixed_min_gas_price": 5
"fixed_min_gas_price": 5,
"low_gas_price": 5,
"average_gas_price": 7,
"high_gas_price": 9
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "umed"
}
]
},
Expand Down
15 changes: 11 additions & 4 deletions persistence/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,18 @@
"node_home" : "$HOME/.persistenceCore",
"key_algos" : ["secp256k1"],
"slip44" : 750,
"fees" : {
"fee_tokens" : [
"fees": {
"fee_tokens": [
{
"denom" : "uxprt",
"fixed_min_gas_price" : 0
"denom": "uxprt",
"fixed_min_gas_price": 0
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "uxprt"
}
]
},
Expand Down
12 changes: 11 additions & 1 deletion provenance/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,17 @@
"fee_tokens": [
{
"denom": "nhash",
"fixed_min_gas_price": 1905
"fixed_min_gas_price": 1905,
"low_gas_price": 1905,
"average_gas_price": 2100,
"high_gas_price": 2500
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "nhash"
}
]
},
Expand Down
Loading