mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* update _data/chains/eip155-1688.json * change rpc url to https :wq Co-authored-by: 高永華 <gaoyonghua@gaoyonghuadeMacBook-Pro.local>
19 lines
324 B
JSON
19 lines
324 B
JSON
{
|
|
"name": "LUDAN Mainnet",
|
|
"chain": "LUDAN",
|
|
"rpc": [
|
|
"https://rpc.ludan.org/"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "LUDAN",
|
|
"symbol": "LUDAN",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.ludan.org/",
|
|
"shortName": "LUDAN",
|
|
"icon": "ludan",
|
|
"chainId": 1688,
|
|
"networkId": 1688
|
|
}
|