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: export findProof() #36

Closed raymondfeng closed 3 years ago

raymondfeng commented 3 years ago

We need to build an API to call deposit for bridged ERC20 tokens using the lock transactin hash to find the proof and invoke NEAR deposit function call.

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

raymondfeng commented 3 years ago

Thanks for the quick action. Please publish a new release to npm for me to pick up and test.

paouvrard commented 3 years ago

@raymondfeng You can use this pre-release "@near-eth/nep141-erc20": "1.3.4-2" which contains the new findProof export.