mirror of
https://github.com/tornadocash/tornado-pool-relayer
synced 2024-02-02 15:04:09 +01:00
update example
This commit is contained in:
parent
41777a0e67
commit
6eb71c18e1
@ -11,7 +11,7 @@ REDIS_URL=redis://redis/0
|
||||
# REDIS_URL=localhost
|
||||
|
||||
CHAIN_ID=100
|
||||
# RPC_URL=https://rpc.xdaichain.com/tornado
|
||||
# RPC_URL=https://rpc.gnosischain.com/tornado
|
||||
|
||||
# ORACLE_RPC_URL should always point to the mainnet
|
||||
# ORACLE_RPC_URL=https://mainnet.infura.io
|
||||
|
@ -6,7 +6,7 @@ export const CONTRACT_NETWORKS: { [chainId in ChainId]: string } = {
|
||||
|
||||
export const RPC_LIST: { [chainId in ChainId]: string } = {
|
||||
[ChainId.MAINNET]: 'https://api.mycryptoapi.com/eth',
|
||||
[ChainId.XDAI]: 'https://rpc.xdaichain.com/tornado',
|
||||
[ChainId.XDAI]: 'https://rpc.gnosischain.com/tornado',
|
||||
};
|
||||
|
||||
export const OFF_CHAIN_ORACLE = '0x07D91f5fb9Bf7798734C3f606dB065549F6893bb';
|
||||
|
Loading…
Reference in New Issue
Block a user