emeraldpay / emeraldpay/dshackle
Select enabled chains for grpc upstream
Open
enhancement
- Dominant language
- Rust
- Stars
- 350
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
Currently Dshackle uses all available blockchain if connected through gRPC. Make is possible to specify list of allowed blockchain that should be used instead of all.
Use only ethereum blockchain:
```
- id: remote-1
chain: ethereum
connection:
grpc: ...
```
Use only ethereum and kovan blockchains:
```
- id: remote-2
chain: [ethereum, kovan]
connection:
grpc: ...
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.