chains/_data/chains/eip155-4201.json
Fabian Vogelsteller 6212f9c49b
Add LUKSO Mainnet and Testnet (#2928)
* 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>
2023-06-01 11:10:35 +02:00

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"
}
]
}