solution: open source it
This commit is contained in:
6
demo/quick-start/dshackle.yaml
Normal file
6
demo/quick-start/dshackle.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
version: v1
|
||||
port: 9001
|
||||
tls:
|
||||
enabled: false
|
||||
upstreams:
|
||||
config: upstreams.yaml
|
||||
16
demo/quick-start/upstreams.yaml
Normal file
16
demo/quick-start/upstreams.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: v1
|
||||
upstreams:
|
||||
- id: infura-eth
|
||||
chain: ethereum
|
||||
connection:
|
||||
ethereum:
|
||||
rpc:
|
||||
url: "https://mainnet.infura.io/v3/${INFURA_USER}"
|
||||
ws:
|
||||
url: "wss://mainnet.infura.io/ws/v3/${INFURA_USER}"
|
||||
- id: infura-kovan
|
||||
chain: kovan
|
||||
connection:
|
||||
ethereum:
|
||||
rpc:
|
||||
url: "https://kovan.infura.io/v3/${INFURA_USER}"
|
||||
Reference in New Issue
Block a user