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 Manifest testnet APIs & more #5719

Merged
merged 1 commit into from
Dec 18, 2024
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
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
Loading