Skip to content

Commit 767904e

Browse files
authored
Merge pull request #2216 from zenrocklabs/main
Init zenrock
2 parents d39755f + c758266 commit 767904e

File tree

4 files changed

+73
-0
lines changed

4 files changed

+73
-0
lines changed

chain/supports.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
"unification",
122122
"xion",
123123
"xpla",
124+
"zenrock",
124125
"zeta",
125126
"cosmos-testnet",
126127
"ics-testnet-provider",

chain/zenrock/asset/unknown.png

29.9 KB
Loading

chain/zenrock/assets_2.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[
2+
{
3+
"type": "native",
4+
"denom": "urock",
5+
"name": "Zenrock",
6+
"symbol": "ROCK",
7+
"description": "The native token of Zenrock",
8+
"decimals": 6,
9+
"coinGeckoId": "zenrock"
10+
}
11+
]

chain/zenrock/param_2.json

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"chain_id_cosmos" : "diamond-1",
3+
"chain_name": "Zenrock",
4+
"main_asset_denom" : "urock",
5+
"main_asset_symbol" : "ROCK",
6+
"main_asset_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/zenrock/asset/unknown.png",
7+
"bech_account_prefix" : "zenrock",
8+
"bech_validator_prefix" : "zenvaloper",
9+
"origin_genesis_time" : "2024-11-20T17:39:07.084239008Z",
10+
"is_support_mobile_wallet": true,
11+
"is_support_extension_wallet": true,
12+
"chain_type": [
13+
"cosmos"
14+
],
15+
"account_type" : [
16+
{
17+
"hd_path": "m/44'/118'/0'/0/X",
18+
"pubkey_style": "secp256k1",
19+
"pubkey_type": "/cosmos.crypto.secp256k1.PubKey"
20+
}
21+
],
22+
"cosmos_fee_info" : {
23+
"base" : "2.5",
24+
"rate" : [
25+
"2.5urock"
26+
],
27+
"is_simulable" : true,
28+
"simulated_gas_multiply" : 1.2,
29+
"init_gas_limit" : 300000,
30+
"fee_threshold" : ""
31+
},
32+
"grpc_endpoint" : [
33+
{
34+
"provider": "Zenrock",
35+
"url": "https://grpc.diamond.zenrocklabs.io:443"
36+
}
37+
],
38+
"lcd_endpoint" : [
39+
{
40+
"provider": "Zenrock",
41+
"url": "https://api.diamond.zenrocklabs.io/"
42+
}
43+
],
44+
"explorer" : {
45+
"name": "Big Dipper",
46+
"url": "https://explorer.diamond.zenrocklabs.io/",
47+
"account": "https://explorer.diamond.zenrocklabs.io/accounts/${address}",
48+
"tx": "https://explorer.diamond.zenrocklabs.io/transactions/${hash}",
49+
"proposal": "https://explorer.diamond.zenrocklabs.io/proposals/${id}"
50+
},
51+
"about" : {
52+
"website" : "https://zenrocklabs.io/",
53+
"docs": "https://docs.zenrocklabs.io/",
54+
"github" : "https://github.com/zenrock-foundation",
55+
"twitter" : "https://twitter.com/officialzenrock",
56+
"coingecko" : "https://www.coingecko.com/en/coins/zenrock"
57+
},
58+
"description" : {
59+
"en" : "Zenrock chain is the decentralized interface to enable decentralized key management for builders of cross-chain protocols and wallets to unlock omnichain security."
60+
}
61+
}

0 commit comments

Comments
 (0)