Matt Luongo
Matt Luongo
Tally Ho is supported on [app.euler.finance](https://app.euler.finance), but when I connect, I get stuck in a refresh loop. 
Add a warning in the wallet asset list when interacting with assets whose metadata has been inferred from transaction history.   To test...
We see every token transfer event in wallet transactions, but we aren't automatically inferring metadata from each token. One of the challenges is security. If we trust self-reported token metadata,...
We should be able to support... - [x] `to` addresses in in `EIP1559TransactionRequest` - [x] `from` addresses in transactions - [ ] `address` type arguments in contract calls
- [x] Include Optimism in the default network selection dropdown - [ ] Include Optimism on Kovan - [ ] Support Uniswap, Saddle, and Synthetix on Optimism mainnet and Kovan...
- [x] Include Arbitrum in the default network selection dropdown - [x] Refactor `ChainService` to work with Alchemy + Arbitrum - [ ] Refactor `IndexingService` to work with Alchemy +...
Expose an interface via Redux to... - [x] import existing MetaMask 12-word seed phrases (#237) - [x] generate new 24-word mnemonics (#237) - [x] #763 - [x] unlock / load...
Just like ERC-20s, we need to decode requests for NFT approvals. From [ERC-712](https://eips.ethereum.org/EIPS/eip-721), that means decoding... ``` function approve(address _approved, uint256 _tokenId) external payable; function setApprovalForAll(address _operator, bool _approved) external;...
Right now, we're relying on `bigint` and the fact that most crypto assets have a fixed-length amount / known quantum. Unfortunately, price does not have that sort of fixed precision,...