coblox / bobtimus

an autobot that automatically handles swaps as Bob
Apache License 2.0
1 stars 1 forks source link

Add test with unsupported erc20 token #70

Closed bonomat closed 5 years ago

bonomat commented 5 years ago

Bobtimus does indeed decline ERC20 request. It does this only because calling toAsset returns undefined... I think this is fine for now.

https://github.com/coblox/bobtimus/blob/e9fee39dc3157b4bfc075a2772688f0fc00846a6/src/asset.ts#L11-L21

Done because of #59