additional rpc endpoint for mordor testnet
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
parent
494df5f139
commit
d666a6f559
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "ghost-dao-interface",
|
"name": "ghost-dao-interface",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@ -39,6 +39,7 @@ export const config = createConfig({
|
|||||||
]),
|
]),
|
||||||
[mordor.id]: fallback([
|
[mordor.id]: fallback([
|
||||||
http('https://rpc.mordor.etccooperative.org'),
|
http('https://rpc.mordor.etccooperative.org'),
|
||||||
|
http('https://geth-mordor.etc-network.info'),
|
||||||
])
|
])
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user