tornadorpc added properly and little fix for chainnodes rpc
Some checks are pending
Node.js CI / cleanup (push) Waiting to run
Node.js CI / build (push) Waiting to run
Node.js CI / deploy-minified (push) Blocked by required conditions
Node.js CI / deploy-docker (push) Blocked by required conditions
Node.js CI / deploy-ipfs (push) Blocked by required conditions
Node.js CI / notify (push) Blocked by required conditions

This commit is contained in:
Alexey Pertsev 2024-08-17 06:32:13 +03:00
parent 638a084011
commit 4a1ece4a12

View File

@ -21,9 +21,13 @@ export default {
networkName: 'Ethereum Mainnet',
deployedBlock: 9116966,
rpcUrls: {
chainnodes: {
tornadoRPC: {
name: 'Tornado RPC',
url: 'https://tornadocash-rpc.com'
url: 'https://tornadocash-rpc.com/mainnet'
},
chainnodes: {
name: 'Chainnodes RPC',
url: 'https://mainnet.chainnodes.org/d692ae63-0a7e-43e0-9da9-fe4f4cc6c607'
},
mevblockerRPC: {
name: 'MevblockerRPC',