-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwallets.example.json
More file actions
54 lines (54 loc) · 1.54 KB
/
wallets.example.json
File metadata and controls
54 lines (54 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"config": {
"rpcUrl": "https://base-rpc.publicnode.com/",
"rpcUrlQuickNode": "",
"rpcUrlInfura": "",
"wsUrl": "",
"wsUrlQuickNode": "",
"wsUrlInfura": "",
"dynamicRpcs": [
{
"name": "R1",
"rpcUrl": "https://base-pokt.nodies.app/",
"wsUrl": "",
"enabled": true
},
{
"name": "R2",
"rpcUrl": "https://base.public.blockpi.network/v1/rpc/public",
"wsUrl": "",
"enabled": true
},
{
"name": "R3",
"rpcUrl": "https://base.api.onfinality.io/public",
"wsUrl": "",
"enabled": true
}
],
"chainId": 8453,
"virtualTokenAddress": "0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b",
"genesisContract": "0x220eF297145431d871D65C03C4B65BE38243cE2C",
"uniswapRouter": "0x4752ba5DBc23f44D87826276BF6Fd6b1C372aD24",
"solanaRpcUrl": "",
"solanaVirtualTokenMint": "3iQL8BFS2vE7mww4ehAqQHAsbmRNCrPxizWAT2Zfyr9y",
"stargateBaseRouter": "0xa5a1afbff720f79f1f7833aafbdcee87770bbc93",
"stargateSolanaRouter": "68CFnYVZYu4Q4AACuKZenwruvXd5dDj8UoXyyxQmm9We",
"layerzeroSolanaEndpoint": "76y77prsiCMvXMjuoZ5VRrhG5qYBrUMYTE5WgHqgjEn6",
"transferIntervalSeconds": 300,
"pollIntervalMs": 10,
"useWebSocketDetection": true,
"parallelDetection": true,
"slippageBasisPoints": 1000,
"detectedTokens": {
"enabled": [],
"watchList": []
}
},
"wallets": [],
"bridging": {
"solanaSourcePrivateKey": "",
"baseSourcePrivateKey": "",
"solWallet1Address": ""
}
}