30.0.1
Fixed
- Change
formatIconUrlWithProxyto accept hex strings forchainId(#851) - This change fixes an issue introduced in v30.0.0 for metamask-extension where the
chainIdis currently represented as a hexadecimal in the TokensController and was, as a result, getting invalid URL responses fromformatIconUrlWithProxywhich previously expected itschainIdargument to be in decimal format.