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>
This commit is contained in:
Fabian Vogelsteller 2023-06-01 11:10:35 +02:00 committed by GitHub
parent aaa8d493a5
commit 6212f9c49b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 58 additions and 21 deletions

View File

@ -1,33 +1,28 @@
{ {
"name": "Kovan", "name": "LUKSO Mainnet",
"title": "Ethereum Testnet Kovan", "chain": "LUKSO",
"chain": "ETH", "icon": "lukso",
"rpc": [ "rpc": [
"https://kovan.poa.network", "https://rpc.mainnet.lukso.network",
"http://kovan.poa.network:8545", "wss://ws-rpc.mainnet.lukso.network"
"https://kovan.infura.io/v3/${INFURA_API_KEY}",
"wss://kovan.infura.io/ws/v3/${INFURA_API_KEY}",
"ws://kovan.poa.network:8546"
],
"faucets": [
"http://fauceth.komputing.org?chain=42&address=${ADDRESS}",
"https://faucet.kovan.network",
"https://gitter.im/kovan-testnet/faucet"
], ],
"faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Kovan Ether", "name": "LUKSO",
"symbol": "ETH", "symbol": "LYX",
"decimals": 18 "decimals": 18
}, },
"explorers": [ "explorers": [
{ {
"name": "etherscan", "name": "Blockscout",
"url": "https://kovan.etherscan.io", "url": "https://explorer.execution.mainnet.lukso.network",
"standard": "EIP3091" "standard": "none"
} }
], ],
"infoURL": "https://kovan-testnet.github.io/website", "infoURL": "https://lukso.network",
"shortName": "kov", "shortName": "lukso",
"chainId": 42, "chainId": 42,
"networkId": 42 "networkId": 42,
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"redFlags": ["reusedChainId"]
} }

View File

@ -0,0 +1,34 @@
{
"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"
}
]
}

8
_data/icons/lukso.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmeg9sFF5tAGi6MCx7YjtVHW6a23zqvHRK1xwzSdp9iE7z",
"width": 512,
"height": 512,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB