mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add LUKSO network * Update eip155-42.json * Added eip155-4201.json LUKSO testnet * removed slash * Update eip155-42.json, renamed icon * Update eip155-4201.json, reuse icon from mainnet * fix: Add lukso icon * fix: Add icon for lukso-testnet * fix: Run gradle and fix mistakes * fix: Apply prettier * fix: Use same version of prettier --------- Co-authored-by: Andreas Richter <708186+richtera@users.noreply.github.com> Co-authored-by: ligi <ligi@ligi.de>
35 lines
676 B
JSON
35 lines
676 B
JSON
{
|
|
"name": "LUKSO Testnet",
|
|
"chain": "LUKSO Testnet",
|
|
"icon": "lukso",
|
|
"rpc": [
|
|
"https://rpc.testnet.lukso.network",
|
|
"wss://ws-rpc.testnet.lukso.network"
|
|
],
|
|
"faucets": ["https://faucet.testnet.lukso.network"],
|
|
"nativeCurrency": {
|
|
"name": "TestLYX",
|
|
"symbol": "LYXt",
|
|
"decimals": 18
|
|
},
|
|
"explorers": [
|
|
{
|
|
"name": "Blockscout",
|
|
"url": "https://explorer.execution.testnet.lukso.network",
|
|
"standard": "none"
|
|
}
|
|
],
|
|
"infoURL": "https://lukso.network",
|
|
"shortName": "lukso-testnet",
|
|
"chainId": 4201,
|
|
"networkId": 4201,
|
|
"features": [
|
|
{
|
|
"name": "EIP155"
|
|
},
|
|
{
|
|
"name": "EIP1559"
|
|
}
|
|
]
|
|
}
|