edge-currency-accountbased
edge-currency-accountbased copied to clipboard
Fix EIP-681 parsing to accept URIs with unknown contract addresses
Previous implementation was too conservative with security when handling
unknown tokens.
Rather than be strict, we only throw an error when currency code or
contract address is known and doesn't either the currency code or
contract address supplied to parseUri
.