aurora-is-near / rainbow-bridge-client

Monorepo containing Aurora-maintained libraries for using the Rainbow Bridge
https://github.com/near/rainbow-bridge-client/tree/main/packages/client#readme
MIT License
25 stars 7 forks source link

feat: add options for findProof() #39

Closed raymondfeng closed 3 years ago

raymondfeng commented 3 years ago

The current implementation of findProof uses quite a few singleton instances or env vars. The PR allows such references to be customized using options, which is required on the server side.

Signed-off-by: Raymond Feng enjoyjava@gmail.com