forked from cosmos/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchain.json
137 lines (137 loc) · 3.41 KB
/
chain.json
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"$schema": "../chain.schema.json",
"chain_name": "lambda",
"status": "live",
"network_type": "mainnet",
"pretty_name": "Lambda",
"chain_id": "lambda_92000-1",
"bech32_prefix": "lamb",
"node_home": "$HOME/.lambdavm",
"daemon_name": "lambdavm",
"slip44": 60,
"fees": {
"fee_tokens": [
{
"denom": "ulamb",
"low_gas_price": 10000000000,
"average_gas_price": 25000000000,
"high_gas_price": 40000000000
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "ulamb"
}
]
},
"codebase": {
"git_repo": "https://github.com/LambdaIM/lambdavm",
"recommended_version": "v1.0.0",
"compatible_versions": [
"v1.0.0"
],
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/LambdaIM/mainnet/main/lambda_92000-1/genesis.json"
},
"versions": [
{
"name": "v1.0.0",
"recommended_version": "v1.0.0",
"compatible_versions": [
"v1.0.0"
]
}
]
},
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg"
},
"peers": {
"seeds": [
{
"id": "4573d28b7bf5cfb0a1b79e796efb388a1db8d046",
"address": "lambda.peer.stavr.tech:31326",
"provider": "🔥STAVR🔥"
}
],
"persistent_peers": []
},
"apis": {
"rpc": [
{
"address": "https://rpc.lambda.im",
"provider": "Lambda"
},
{
"address": "http://lambda.rpc.m.stavr.tech:31327",
"provider": "🔥STAVR🔥"
},
{
"address": "https://rpc.lambda.nodestake.top",
"provider": "NodeStake"
}
],
"rest": [
{
"address": "https://rest.lambda.im",
"provider": "Lambda"
},
{
"address": "https://lambda.api.m.stavr.tech",
"provider": "🔥STAVR🔥"
},
{
"address": "https://api.lambda.nodestake.top",
"provider": "NodeStake"
}
],
"grpc": [
{
"address": "http://lambda.grpc.m.stavr.tech:2287",
"provider": "🔥STAVR🔥"
},
{
"address": "grpc.lambda.nodestake.top:443",
"provider": "NodeStake"
}
],
"evm-http-jsonrpc": [
{
"address": "https://jsonrpc-lambda.d-stake.xyz",
"provider": "D-stake"
}
]
},
"explorers": [
{
"kind": "blockscout",
"url": "https://explorer.lambda.im/",
"tx_page": "https://explorer.lambda.im/tx/${txHash}"
},
{
"kind": "NodeStake",
"url": "https://explorer.nodestake.top/lambda",
"tx_page": "https://explorer.nodestake.top/lambda/txs/${txHash}"
},
{
"kind": "🔥STAVR🔥",
"url": "https://explorer.stavr.tech/lambda",
"tx_page": "https://explorer.stavr.tech/lambda/txs/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/lambda",
"tx_page": "https://atomscan.com/lambda/transactions/${txHash}",
"account_page": "https://atomscan.com/lambda/accounts/${accountAddress}"
}
],
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg"
}
]
}