Skip to content

Commit 4f64f35

Browse files
committed
schema was updated
1 parent fd00eaa commit 4f64f35

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

data/mainnet/elys.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"coinDenom": "ELYS",
1717
"coinDisplayDenom": "ELYS",
1818
"coinMinimalDenom": "uelys",
19-
"coinIbcDenom": "uelys",
19+
"coinIbcDenom": "",
2020
"coinDecimals": 6,
2121
"coinGeckoId": "elys-network",
2222
"canSwap": true,

schema/chain-asset.schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
},
2121
"rpcURL": {
2222
"type": "string",
23-
"description": "RPC endpoint URL with port",
24-
"pattern": "^https?://[a-zA-Z0-9.-]+:(443|80|[0-9]{1,5})$",
23+
"description": "RPC endpoint URL with optional port",
24+
"pattern": "^https?://[a-zA-Z0-9.-]+(:[0-9]{1,5})?$",
2525
"minLength": 1
2626
},
2727
"restURL": {
2828
"type": "string",
29-
"description": "REST API endpoint URL with port",
30-
"pattern": "^https?://[a-zA-Z0-9.-]+:(443|80|[0-9]{1,5})$",
29+
"description": "REST API endpoint URL with optional port",
30+
"pattern": "^https?://[a-zA-Z0-9.-]+(:[0-9]{1,5})?$",
3131
"minLength": 1
3232
},
3333
"explorerURL": {

0 commit comments

Comments
 (0)