File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 "coinDenom" : " ELYS" ,
1717 "coinDisplayDenom" : " ELYS" ,
1818 "coinMinimalDenom" : " uelys" ,
19- "coinIbcDenom" : " uelys " ,
19+ "coinIbcDenom" : " " ,
2020 "coinDecimals" : 6 ,
2121 "coinGeckoId" : " elys-network" ,
2222 "canSwap" : true ,
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments