-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathchain_registry.json
More file actions
102 lines (102 loc) · 2.43 KB
/
chain_registry.json
File metadata and controls
102 lines (102 loc) · 2.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"$schema": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chain.schema.json",
"chain_name": "pushchain",
"chain_type": "ethereum",
"status": "live",
"website": "https://push.org/",
"network_type": "testnet",
"pretty_name": "Push Chain Donut Testnet",
"chain_id": "42101",
"bech32_prefix": "push",
"daemon_name": "pchaind",
"node_home": "$HOME/.pchain",
"key_algos": ["eth_secp256k1"],
"slip44": 60,
"fees": {
"fee_tokens": [
{
"denom": "upc",
"low_gas_price": 1000000000,
"average_gas_price": 25000000000,
"high_gas_price": 40000000000
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "upc"
}
],
"lock_duration": {
"time": "1814400s"
}
},
"codebase": {
"git_repo": "https://github.com/pushchain/push-chain-node",
"recommended_version": "v1.0.0",
"compatible_versions": ["v0.9.0"],
"cosmos_sdk_version": "0.50",
"consensus": {
"type": "tendermint",
"version": "0.38"
},
"cosmwasm_version": "0.50",
"cosmwasm_enabled": true,
"ibc_go_version": "8",
"ics_enabled": ["ics20-1"],
"genesis": {
"name": "v1",
"genesis_url": "https://rpc-testnet-donut-node1.push.org/genesis"
},
"versions": [
{
"name": "v1.0.0",
"tag": "v1.0.0",
"height": 0,
"next_version_name": "v2",
"consensus": {}
}
]
},
"images": [
{
"png": "https://res.cloudinary.com/dx8mqtt0p/image/upload/t_pushchain_logo/Screenshot_2025-07-15_at_11.35.04_AM_wxoldu",
"theme": {
"primary_color_hex": "#FF2D00"
}
}
],
"peers": {},
"apis": {
"rpc": [
{
"address": "https://evm.rpc-testnet-donut-node1.push.org/",
"provider": "Push Chain"
},
{
"address": "https://evm.rpc-testnet-donut-node2.push.org/",
"provider": "Push Chain"
}
],
"rest": [
{
"address": "https://evm.rpc-testnet-donut-node1.push.org/",
"provider": "Push Chain"
},
{
"address": "https://evm.rpc-testnet-donut-node2.push.org/",
"provider": "Push Chain"
}
]
},
"explorers": [
{
"kind": "BlockScout",
"url": "https://donut.push.network/",
"tx_page": "https://donut.push.network/txs",
"account_page": "https://donut.push.network/accounts"
}
],
"keywords": ["cosmos", "pushchain"]
}