Skip to content

Commit 4abc041

Browse files
authored
Update chains.json (cosmos#1262)
* Add files via upload * Update assetlist.json * Update chain.json * Update assetlist.json * Update assetlist.json * Update assetlist.json
1 parent 926e4cd commit 4abc041

File tree

4 files changed

+65
-27
lines changed

4 files changed

+65
-27
lines changed

loyal/assetlist.json

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
11
{
2-
"$schema": "../assetlist.schema.json",
3-
"chain_name": "loyal",
4-
"assets": [
5-
{
6-
"description": "Native token of Loyal",
7-
"denom_units": [
8-
{
9-
"denom": "ulyl",
10-
"exponent": 0
11-
},
12-
{
13-
"denom": "lyl",
14-
"exponent": 6
15-
}
16-
],
17-
"base": "ulyl",
18-
"name": "Loyal",
19-
"display": "lyl",
20-
"symbol": "LYL"
2+
"$schema": "../assetlist.schema.json",
3+
"chain_name": "loyal",
4+
"assets": [
5+
{
6+
"description": "The native token of Loyal",
7+
"denom_units": [
8+
{
9+
"denom": "ulyl",
10+
"exponent": 0
11+
},
12+
{
13+
"denom": "lyl",
14+
"exponent": 6
15+
}
16+
],
17+
"base": "ulyl",
18+
"name": "Loyal",
19+
"display": "lyl",
20+
"symbol": "LYL",
21+
"logo_URIs": {
22+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.png",
23+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.svg"
24+
2125
}
22-
]
23-
}
26+
}
27+
]
28+
}

loyal/chain.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"seeds": [
4343
{
4444
"id": "7490c272d1c9db40b7b9b61b0df3bb4365cb63a6",
45-
"address": "loyal-seed.netdots.net:26656"
45+
"address": "loyal-seed.netdots.net:27656"
4646
},
4747
{
4848
"id": "f8f5d04e17c998478c29ba6ab74b2e995a2b6dcd",
@@ -52,7 +52,7 @@
5252
"persistent_peers": [
5353
{
5454
"id": "b66ecdf36bb19a9af0460b3ae0901aece93ae006",
55-
"address": "pubnode1.joinloyal.io:26656"
55+
"address": "pubnode1.joinloyal.io:27656"
5656
},
5757
{
5858
"id": "9f779b69d2ba3548de5427432571e8f88f72a59a",
@@ -75,15 +75,15 @@
7575
"apis": {
7676
"rpc": [
7777
{
78-
"address": "https://main-rpc.joinloyal.io/"
78+
"address": "https://rpc-main.joinloyal.io/"
7979
},
8080
{
8181
"address": "https://rpc-loyal.nodeist.net/"
8282
}
8383
],
8484
"rest": [
8585
{
86-
"address": "https://main-lcd.joinloyal.io/"
86+
"address": "https://lcd-main.joinloyal.io/"
8787
},
8888
{
8989
"address": "https://api-loyal.nodeist.net/"
@@ -93,8 +93,8 @@
9393
"explorers": [
9494
{
9595
"kind": "Loyal explorer",
96-
"url": "https://ping-pub.joinloyal.io/loyal",
97-
"tx_page": "https://ping-pub.joinloyal.io/loyal/tx/${txHash}"
96+
"url": "https://pingpub.joinloyal.io/loyal",
97+
"tx_page": "https://pingpub.joinloyal.io/loyal/tx/${txHash}"
9898
},
9999
{
100100
"kind": "Nodeist Explorer",

loyal/images/lyl.png

60.8 KB
Loading

loyal/images/lyl.svg

Lines changed: 33 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)