Add eip155 for Neon EVM networks (#1) (#465)

Add eip155 for Neon EVM networks
This commit is contained in:
Andrew Falaleev 2021-10-08 22:47:13 +07:00 committed by GitHub
parent 019a12c0ae
commit 2ace218b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"name": "Neon EVM DevNet",
"chain": "Solana",
"network": "devnet",
"rpc": [
"https://proxy.devnet.neonlabs.org/solana"
],
"faucets": [
"https://neonswap.live/#/get-tokens"
],
"nativeCurrency": {
"name": "Neon",
"symbol": "NEON",
"decimals": 18
},
"infoURL": "https://neon-labs.org/",
"shortName": "neonevm-devnet",
"chainId": 245022926,
"networkId": 245022926
}

View File

@ -0,0 +1,18 @@
{
"name": "Neon EVM MainNet",
"chain": "Solana",
"network": "mainnet",
"rpc": [
"https://proxy.mainnet.neonlabs.org/solana"
],
"faucets": [],
"nativeCurrency": {
"name": "Neon",
"symbol": "NEON",
"decimals": 18
},
"infoURL": "https://neon-labs.org/",
"shortName": "neonevm-mainnet",
"chainId": 245022934,
"networkId": 245022934
}

View File

@ -0,0 +1,18 @@
{
"name": "Neon EVM TestNet",
"chain": "Solana",
"network": "testnet",
"rpc": [
"https://proxy.testnet.neonlabs.org/solana"
],
"faucets": [],
"nativeCurrency": {
"name": "Neon",
"symbol": "NEON",
"decimals": 18
},
"infoURL": "https://neon-labs.org/",
"shortName": "neonevm-testnet",
"chainId": 245022940,
"networkId": 245022940
}