-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
82 lines (76 loc) · 2.3 KB
/
config.yaml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
log:
level: debug
disable_sentry: true
listener:
addr: :8000
runner:
use_relayer: false
relayer_endpoint: "http://relayer/integrations/relayer"
timeout: 3s
aggregator:
endpoint: "http://order-aggregator/integrations/order-aggregator"
ws: "ws://order-aggregator/ws"
data:
tokens: # list of supported tokens
- id: "1"
name: "Tether USDT"
symbol: "USDT"
icon: "https://etherscan.io/token/images/tether_32.png"
type: fungible
chains:
- chain_id: "goerli"
token_type: erc20
contract_address: ""
- chain_id: "chapel"
token_type: erc20
contract_address: ""
chains:
- id: "chapel"
name: "BSC Testnet"
icon: "https://chainlist.org/_next/image?url=https%3A%2F%2Fdefillama.com%2Fchain-icons%2Frsz_ethereum.jpg&w=64&q=75"
type: "evm"
swap_contract: "" # address of swap contract
relayer_contract: ""
rpc_endpoint: "" # network rpc
confirmations: 12
chain_params:
chain_id: 97
native_symbol: "BNB"
native_decimals: 18
rpc: "https://data-seed-prebsc-1-s1.binance.org:8545"
explorer_url: "https://explorer.binance.org/smart-testnet"
chain_hex_id: "0x5"
- id: "goerli"
name: "Ethereum Goerli"
icon: "https://chainlist.org/_next/image?url=https%3A%2F%2Fdefillama.com%2Fchain-icons%2Frsz_ethereum.jpg&w=64&q=75"
type: "evm"
swap_contract: "" # address of swap contract
relayer_contract: ""
rpc_endpoint: "" # network rpc
confirmations: 12
chain_params:
chain_id: 5
native_symbol: "ETH"
native_decimals: 18
rpc: ""
explorer_url: "https://goerli.etherscan.io/"
chain_hex_id: "0x5"
- id: "q-testnet"
name: "Q testnet"
icon: "https://chainlist.org/_next/image?url=https%3A%2F%2Fdefillama.com%2Fchain-icons%2Frsz_ethereum.jpg&w=64&q=75"
type: "evm"
swap_contract: ""
relayer_contract: ""
rpc_endpoint: ""
confirmations: 12
chain_params:
chain_id: 35443
native_symbol: "Q"
native_decimals: 18
rpc: "https://rpc.qtestnet.org"
explorer_url: "https://explorer.q.org"
chain_hex_id: "0x8A73"
signer:
eth_signer: "" # Private key of signer
cop:
disabled: true