Skip to content

Commit 256a0e2

Browse files
authored
Merge pull request #229 from trusttailscoin/main
Add tail.json configuration for TrustTails chain
2 parents 2828304 + 2fbf3a1 commit 256a0e2

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

chains/mainnet/tail.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"chain_name": "tail",
3+
"api": [
4+
{
5+
"address": "https://api.trusttails.io",
6+
"provider": "TrustTails"
7+
}
8+
],
9+
"rpc": [
10+
{
11+
"address": "https://rpc.trusttails.io",
12+
"provider": "TrustTails"
13+
}
14+
],
15+
"sdk_version": "0.53.6",
16+
"coin_type": "118",
17+
"min_tx_fee": "500",
18+
"assets": [{
19+
"base": "utail",
20+
"symbol": "TAIL",
21+
"exponent": "6",
22+
"coingecko_id": "",
23+
"logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/tail/images/logo-mark.png"
24+
}],
25+
"addr_prefix": "tail",
26+
"theme_color": "#2563eb",
27+
"logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/tail/images/logo-mark.png"
28+
}

0 commit comments

Comments
 (0)