mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add eip155 for Neon EVM networks
This commit is contained in:
parent
019a12c0ae
commit
2ace218b9f
20
_data/chains/eip155-245022926.json
Normal file
20
_data/chains/eip155-245022926.json
Normal 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
|
||||
}
|
18
_data/chains/eip155-245022934.json
Normal file
18
_data/chains/eip155-245022934.json
Normal 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
|
||||
}
|
18
_data/chains/eip155-245022940.json
Normal file
18
_data/chains/eip155-245022940.json
Normal 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user