Skip to content

Commit

Permalink
update persistence versions and coin-type. (cosmos#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet2019 authored Dec 1, 2022
1 parent 00ff523 commit 7396cab
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions persistence/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"key_algos": [
"secp256k1"
],
"slip44": 750,
"slip44": 118,
"fees": {
"fee_tokens": [
{
Expand All @@ -30,12 +30,12 @@
},
"codebase": {
"git_repo": "https://github.com/persistenceOne/persistenceCore",
"recommended_version": "v0.2.3",
"recommended_version": "v5.0.0",
"compatible_versions": [
"v0.2.3"
"v5.0.0"
],
"binaries": {
"linux/amd64": "https://github.com/persistenceOne/persistenceCore/releases/download/v0.2.3/persistenceCore-linux-amd64.tar.gz"
"linux/amd64": "https://github.com/persistenceOne/persistenceCore/releases/download/v5.0.0/persistenceCore-linux-amd64.tar.gz"
},
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/persistenceOne/genesisTransactions/master/core-1/final_genesis.json"
Expand Down Expand Up @@ -188,11 +188,6 @@
]
},
"explorers": [
{
"kind": "proprietary",
"url": "https://explorer.persistence.one",
"tx_page": "https://explorer.persistence.one/transactions/${txHash}"
},
{
"kind": "mintscan",
"url": "https://www.mintscan.io/persistence",
Expand Down

0 comments on commit 7396cab

Please sign in to comment.