mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Update LaChain and LaTestnet RPCs (#2979)
* Update eip155-418.json added rpc * Update eip155-274.json
This commit is contained in:
parent
f961d9d23e
commit
475b8ee2e9
|
@ -4,7 +4,8 @@
|
||||||
"icon": "LaChain",
|
"icon": "LaChain",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://rpc1.mainnet.lachain.network",
|
"https://rpc1.mainnet.lachain.network",
|
||||||
"https://rpc2.mainnet.lachain.network"
|
"https://rpc2.mainnet.lachain.network",
|
||||||
|
"https://lachain.rpc-nodes.cedalio.dev"
|
||||||
],
|
],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
|
|
|
@ -2,7 +2,10 @@
|
||||||
"name": "LaTestnet",
|
"name": "LaTestnet",
|
||||||
"chain": "LaTestnet",
|
"chain": "LaTestnet",
|
||||||
"icon": "LaChain",
|
"icon": "LaChain",
|
||||||
"rpc": ["https://rpc.testnet.lachain.network"],
|
"rpc": [
|
||||||
|
"https://rpc.testnet.lachain.network",
|
||||||
|
"https://lachain-testnet.rpc-nodes.cedalio.dev"
|
||||||
|
],
|
||||||
"faucets": ["https://faucet.lachain.network"],
|
"faucets": ["https://faucet.lachain.network"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Test LaCoin",
|
"name": "Test LaCoin",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user