Skip to content

Commit

Permalink
feat(wallet): Multichain Support in Portfolio UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglashdaniel committed Mar 21, 2022
1 parent 8fc021a commit b8855fd
Show file tree
Hide file tree
Showing 60 changed files with 1,033 additions and 481 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2022,7 +2022,7 @@ TEST_F(BraveWalletProviderImplUnitTest, AddSuggestToken) {

mojom::BlockchainTokenPtr token = mojom::BlockchainToken::New(
"0x0D8775F648430679A709E98d2b0Cb6250d2887EF", "BAT", "", true, false,
"BAT", 18, true, "", "");
"BAT", 18, true, "", "", "0x1");
bool approved = false;
mojom::ProviderError error;
std::string error_message;
Expand Down
Loading

0 comments on commit b8855fd

Please sign in to comment.