Skip to content

Commit

Permalink
Merge pull request #56 from iramiller/master
Browse files Browse the repository at this point in the history
Add provenance blockchain registration
  • Loading branch information
sunnya97 committed Nov 14, 2021
2 parents d2eebe9 + cba85c6 commit c9cd332
Showing 1 changed file with 84 additions and 0 deletions.
84 changes: 84 additions & 0 deletions provenance/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"$schema": "../chain.schema.json",
"chain_name": "provenance",
"status": "live",
"network_type": "mainnet",
"pretty_name": "Provenance Blockchain",
"chain_id": "pio-mainnet-1",
"bech32_prefix": "pb",
"daemon_name": "provenanced",
"node_home": "$HOME/Provenance",
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/provenance-io/mainnet/main/pio-mainnet-1/genesis.json"
},
"key_algos": [
"secp256k1"
],
"slip44": 505,
"fees": {
"fee_tokens": [
{
"denom": "nhash",
"fixed_min_gas_price": 1905
}
]
},
"codebase": {
"git_repo": "https://github.com/provenance-io/provenance",
"recommended_version": "v1.7.5",
"compatible_versions": [
"v1.7.4",
"v1.7.5"
],
"binaries": {
"linux/amd64": "https://github.com/provenance-io/provenance/releases/download/v1.7.5/provenance-darwin-amd64-v1.7.5.zip",
"darwin/amd64": "https://github.com/provenance-io/provenance/releases/download/v1.7.5/provenance-linux-amd64-v1.7.5.zip"
}
},
"peers": {
"seeds": [

{
"id": "4bd2fb0ae5a123f1db325960836004f980ee09b4",
"address": "seed-0.provenance.io:26656",
"provider": "figure"
},
{
"id": "048b991204d7aac7209229cbe457f622eed96e5d",
"address": "seed-1.provenance.io:26656",
"provider": "figure"
}
]
},
"apis": {
"rpc": [
{
"address": "https://rpc.provenance.io/",
"provider": "figure"
}
],
"rest": [
{
"address": "https://api.provenance.io",
"provider": "figure"
}
]
},
"explorers": [
{
"kind": "provenance",
"url": "https://explorer.provenance.io",
"tx_page": "https://explorer.provenance.io/tx/${txHash}"
},
{
"kind": "bigdipper",
"url": "https://bigdipper.provenance.io",
"tx_page": "https://bigdipper.provenance.io/transactions/${txHash}"
},
{
"kind": "hubble",
"url": "https://hubble.figment.io/provenance/chains/pio-mainnet-1",
"tx_page": "https://hubble.figment.io/provenance/chains/pio-mainnet-1/${block}/transactions/${txHash}"
}
]
}

0 comments on commit c9cd332

Please sign in to comment.