Skip to content

Commit 3767742

Browse files
ibrizsabinizyak
andauthored
feat: create chain registry (#835)
* create chain registry * fix: add testnet and mainnet registry * doc: updated chain registry * doc: berlin rpc * add lisbon registry * asset: add icx token png * docs: add assets url --------- Co-authored-by: izyak <76203436+izyak@users.noreply.github.com> Co-authored-by: izyak <lbackup887@gmail.com>
1 parent 4bba9e8 commit 3767742

File tree

4 files changed

+173
-0
lines changed

4 files changed

+173
-0
lines changed

docs/cosmos-registry/berlin.json

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"chainId": "0x7.icon",
3+
"chainName": "Berlin",
4+
"pretty_name": "Icon Berlin",
5+
"status": "live",
6+
"network_type": "testnet",
7+
"chainSymbolImageUrl": "https://raw.githubusercontent.com/icon-project/IBC-Integration/main/resources/ICX-token.png",
8+
"rpc": "https://berlin.net.solidwallet.io/api/v3/",
9+
"rest": "https://berlin.net.solidwallet.io/api/v3/",
10+
"nodeProvider": {
11+
"name": "Icon Foundation",
12+
"email": "fez@icon.foundation",
13+
"website":"https://www.icon.foundation/"
14+
},
15+
"bip44": {
16+
"coinType": 118
17+
},
18+
"bech32Config": {
19+
"bech32PrefixAccAddr": "",
20+
"bech32PrefixAccPub": "",
21+
"bech32PrefixValAddr": "",
22+
"bech32PrefixValPub": "",
23+
"bech32PrefixConsAddr": "",
24+
"bech32PrefixConsPub": ""
25+
},
26+
"currencies": [
27+
{
28+
"coinDenom": "ICX",
29+
"coinMinimalDenom": "loop",
30+
"coinDecimals": 18,
31+
"coinGeckoId": "icon"
32+
}
33+
],
34+
"feeCurrencies": [
35+
{
36+
"coinDenom": "ICX",
37+
"coinMinimalDenom": "loop",
38+
"coinDecimals": 18,
39+
"coinGeckoId": "",
40+
"gasPriceStep": {
41+
"low": 0.01,
42+
"average": 0.025,
43+
"high": 0.03
44+
}
45+
}
46+
],
47+
"stakeCurrency": {
48+
"coinDenom": "ICX",
49+
"coinMinimalDenom": "loop",
50+
"coinDecimals": 18,
51+
"coinGeckoId": "icon"
52+
},
53+
"features": [
54+
"cosmwasm",
55+
"ibc"
56+
]
57+
}

docs/cosmos-registry/icon.json

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"chainId": "0x1.icon",
3+
"chainName": "Icon",
4+
"pretty_name": "Icon",
5+
"status": "live",
6+
"network_type": "mainnet",
7+
"chainSymbolImageUrl": "https://raw.githubusercontent.com/icon-project/IBC-Integration/main/resources/ICX-token.png",
8+
"rpc": "https://ctz.solidwallet.io/api/v3/",
9+
"rest": "https://ctz.solidwallet.io/api/v3/",
10+
"nodeProvider": {
11+
"name": "Icon Foundation",
12+
"email": "fez@icon.foundation",
13+
"website":"https://www.icon.foundation/"
14+
},
15+
"bip44": {
16+
"coinType": 118
17+
},
18+
"bech32Config": {
19+
"bech32PrefixAccAddr": "",
20+
"bech32PrefixAccPub": "",
21+
"bech32PrefixValAddr": "",
22+
"bech32PrefixValPub": "",
23+
"bech32PrefixConsAddr": "",
24+
"bech32PrefixConsPub": ""
25+
},
26+
"currencies": [
27+
{
28+
"coinDenom": "ICX",
29+
"coinMinimalDenom": "loop",
30+
"coinDecimals": 18,
31+
"coinGeckoId": "icon"
32+
}
33+
],
34+
"feeCurrencies": [
35+
{
36+
"coinDenom": "ICX",
37+
"coinMinimalDenom": "loop",
38+
"coinDecimals": 18,
39+
"coinGeckoId": "",
40+
"gasPriceStep": {
41+
"low": 0.01,
42+
"average": 0.025,
43+
"high": 0.03
44+
}
45+
}
46+
],
47+
"stakeCurrency": {
48+
"coinDenom": "ICX",
49+
"coinMinimalDenom": "loop",
50+
"coinDecimals": 18,
51+
"coinGeckoId": "icon"
52+
},
53+
"features": [
54+
"cosmwasm",
55+
"ibc"
56+
]
57+
}
58+

docs/cosmos-registry/lisbon.json

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"chainId": "0x2.icon",
3+
"chainName": "Lisbon",
4+
"pretty_name": "Icon Lisbon",
5+
"status": "live",
6+
"network_type": "testnet",
7+
"chainSymbolImageUrl": "https://raw.githubusercontent.com/icon-project/IBC-Integration/main/resources/ICX-token.png",
8+
"rpc": "https://lisbon.net.solidwallet.io/api/v3/",
9+
"rest": "https://lisbon.net.solidwallet.io/api/v3/",
10+
"nodeProvider": {
11+
"name": "Icon Foundation",
12+
"email": "fez@icon.foundation",
13+
"website":"https://www.icon.foundation/"
14+
},
15+
"bip44": {
16+
"coinType": 118
17+
},
18+
"bech32Config": {
19+
"bech32PrefixAccAddr": "",
20+
"bech32PrefixAccPub": "",
21+
"bech32PrefixValAddr": "",
22+
"bech32PrefixValPub": "",
23+
"bech32PrefixConsAddr": "",
24+
"bech32PrefixConsPub": ""
25+
},
26+
"currencies": [
27+
{
28+
"coinDenom": "ICX",
29+
"coinMinimalDenom": "loop",
30+
"coinDecimals": 18,
31+
"coinGeckoId": "icon"
32+
}
33+
],
34+
"feeCurrencies": [
35+
{
36+
"coinDenom": "ICX",
37+
"coinMinimalDenom": "loop",
38+
"coinDecimals": 18,
39+
"coinGeckoId": "",
40+
"gasPriceStep": {
41+
"low": 0.01,
42+
"average": 0.025,
43+
"high": 0.03
44+
}
45+
}
46+
],
47+
"stakeCurrency": {
48+
"coinDenom": "ICX",
49+
"coinMinimalDenom": "loop",
50+
"coinDecimals": 18,
51+
"coinGeckoId": "icon"
52+
},
53+
"features": [
54+
"cosmwasm",
55+
"ibc"
56+
]
57+
}
58+

resources/ICX-token.png

24.5 KB
Loading

0 commit comments

Comments
 (0)