Skip to content

Commit

Permalink
Update Manifest testnet APIs & more (#5719)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency authored Dec 18, 2024
1 parent 8c51589 commit 3420388
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 23 deletions.
32 changes: 12 additions & 20 deletions testnets/manifesttestnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"network_type": "testnet",
"website": "https://liftedinit.org/",
"pretty_name": "Manifest Testnet",
"chain_id": "manifest-ledger-beta",
"chain_id": "manifest-ledger-testnet",
"chain_type": "cosmos",
"bech32_prefix": "manifest",
"daemon_name": "manifest",
Expand All @@ -31,12 +31,12 @@
},
"codebase": {
"git_repo": "https://github.com/liftedinit/manifest-ledger",
"recommended_version": "v0.0.1-alpha.12",
"recommended_version": "v0.0.1-rc.1",
"compatible_versions": [
"v0.0.1-alpha.12"
"v0.0.1-rc.1"
],
"binaries": {
"linux/amd64": "https://github.com/liftedinit/manifest-ledger/releases/download/v0.0.1-alpha.12/manifest-ledger_0.0.1-alpha.12_linux_amd64.tar.gz"
"linux/amd64": "https://github.com/liftedinit/manifest-ledger/releases/download/v0.0.1-rc.1/manifest-ledger-v0.0.1-rc.1-linux-amd64.tar.gz"
},
"genesis": {
"genesis_url": "https://github.com/liftedinit/manifest-ledger/blob/main/network/manifest-1/manifest-1_genesis.json"
Expand All @@ -45,36 +45,28 @@
"apis": {
"rpc": [
{
"address": "https://nodes.chandrastation.com/rpc/manifest/",
"provider": "Chandra Station"
},
{
"address": "https://manifest-beta-rpc.liftedinit.tech/",
"provider": "Lifted Initiative"
"address": "https://nodes.liftedinit.tech/manifest/testnet/rpc",
"provider": "The Lifted Initiative"
}
],
"rest": [
{
"address": "https://nodes.chandrastation.com/api/manifest/",
"provider": "Chandra Station"
},
{
"address": "https://manifest-beta-rest.liftedinit.tech/",
"provider": "Lifted Initiative"
"address": "https://nodes.liftedinit.tech/manifest/testnet/api",
"provider": "The Lifted Initiative"
}
],
"grpc": [
{
"address": "https://manifest-beta-grpc.liftedinit.tech/",
"provider": "Lifted Initiative"
"address": "https://manifest-testnet-grpc.liftedinit.tech",
"provider": "The Lifted Initiative"
}
]
},
"explorers": [
{
"kind": "Default Explorer",
"url": "https://manifest-explorer.vercel.app/",
"tx_page": "https://manifest-explorer.vercel.app/manifest/tx"
"url": "https://testnet.manifest.explorers.guru/",
"tx_page": "https://testnet.manifest.explorers.guru/transactions"
}
]
}
6 changes: 3 additions & 3 deletions testnets/manifesttestnet/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"chain_name": "manifesttestnet",
"versions": [
{
"name": "v0.0.1-alpha.12",
"recommended_version": "v0.0.1-alpha.12",
"name": "v0.0.1-rc.1",
"recommended_version": "v0.0.1-rc.1",
"compatible_versions": [
"v0.0.1-alpha.12"
"v0.0.1-rc.1"
]
}
]
Expand Down

0 comments on commit 3420388

Please sign in to comment.