Skip to content

Commit 3ec2837

Browse files
authored
add manifest ledeger devnet (#5906)
* add manifest ledeger devnet * update assetlist chainname * update versions chainname * remove image dupes
1 parent bac15ff commit 3ec2837

File tree

3 files changed

+162
-0
lines changed

3 files changed

+162
-0
lines changed
+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"$schema": "../../assetlist.schema.json",
3+
"chain_name": "manifestdevnet",
4+
"assets": [
5+
{
6+
"description": "Manifest devnet native token",
7+
"denom_units": [
8+
{
9+
"denom": "umfx",
10+
"exponent": 0
11+
},
12+
{
13+
"denom": "mfx",
14+
"exponent": 6
15+
}
16+
],
17+
"base": "umfx",
18+
"name": "Manifest Devnet Token",
19+
"display": "mfx",
20+
"symbol": "MFX",
21+
"logo_URIs": {
22+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png",
23+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg"
24+
},
25+
"images": [
26+
{
27+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png",
28+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg"
29+
}
30+
],
31+
"type_asset": "sdk.coin"
32+
},
33+
{
34+
"description": "Proof of Authority token for the Manifest devnet",
35+
"denom_units": [
36+
{
37+
"denom": "upoa",
38+
"exponent": 0
39+
},
40+
{
41+
"denom": "poa",
42+
"exponent": 6
43+
}
44+
],
45+
"base": "upoa",
46+
"name": "Manifest Devnet Authority Token",
47+
"display": "poa",
48+
"symbol": "POA",
49+
"logo_URIs": {
50+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png",
51+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg"
52+
},
53+
"images": [
54+
{
55+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png",
56+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg"
57+
}
58+
],
59+
"type_asset": "sdk.coin"
60+
}
61+
]
62+
}

testnets/manifestdevnet/chain.json

+86
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"$schema": "../../chain.schema.json",
3+
"chain_name": "manifestdevnet",
4+
"status": "live",
5+
"network_type": "devnet",
6+
"website": "https://liftedinit.org/",
7+
"pretty_name": "Manifest Devnet",
8+
"chain_id": "manifest-ledger-qa",
9+
"chain_type": "cosmos",
10+
"bech32_prefix": "manifest",
11+
"daemon_name": "manifest",
12+
"node_home": "$HOME/.manifest",
13+
"slip44": 118,
14+
"fees": {
15+
"fee_tokens": [
16+
{
17+
"denom": "umfx",
18+
"fixed_min_gas_price": 0.001,
19+
"low_gas_price": 0.01,
20+
"average_gas_price": 0.007,
21+
"high_gas_price": 0.1
22+
}
23+
]
24+
},
25+
"staking": {
26+
"staking_tokens": [
27+
{
28+
"denom": "upoa"
29+
}
30+
]
31+
},
32+
"codebase": {
33+
"git_repo": "https://github.com/liftedinit/manifest-ledger",
34+
"recommended_version": "v0.0.1-rc.1",
35+
"compatible_versions": ["v0.0.1-rc.1"],
36+
"binaries": {
37+
"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"
38+
},
39+
"genesis": {
40+
"genesis_url": "https://github.com/liftedinit/manifest-ledger/blob/main/network/manifest-1/manifest-1_genesis.json"
41+
}
42+
},
43+
"apis": {
44+
"rpc": [
45+
{
46+
"address": "https://nodes.liftedinit.tech/manifest/qa/rpc",
47+
"provider": "The Lifted Initiative"
48+
}
49+
],
50+
"rest": [
51+
{
52+
"address": "https://nodes.liftedinit.tech/manifest/qa/api",
53+
"provider": "The Lifted Initiative"
54+
}
55+
],
56+
"grpc": [
57+
{
58+
"address": "https://manifest-qa-grpc.liftedinit.tech",
59+
"provider": "The Lifted Initiative"
60+
}
61+
]
62+
},
63+
"explorers": [
64+
{
65+
"kind": "Default Explorer",
66+
"url": "https://testnet.manifest.explorers.guru/",
67+
"tx_page": "https://testnet.manifest.explorers.guru/transactions"
68+
}
69+
],
70+
"logo_URIs": {
71+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png",
72+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg"
73+
},
74+
"images": [
75+
{
76+
"image_sync": {
77+
"chain_name": "manifestdevnet"
78+
},
79+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png",
80+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg",
81+
"theme": {
82+
"primary_color_hex": "#A087FF"
83+
}
84+
}
85+
]
86+
}

testnets/manifestdevnet/versions.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "../../versions.schema.json",
3+
"chain_name": "manifestdevnet",
4+
"versions": [
5+
{
6+
"name": "v0.0.1-rc.1",
7+
"recommended_version": "v0.0.1-rc.1",
8+
"compatible_versions": ["v0.0.1-rc.1"],
9+
"binaries": {
10+
"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"
11+
}
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)