Skip to content

Commit

Permalink
Merge pull request #12595 from brave/multichain-support-portfolio-ui
Browse files Browse the repository at this point in the history
feat(wallet): Multichain Support on Portfolio and Account UI
  • Loading branch information
Douglashdaniel authored Mar 21, 2022
2 parents 0830e2c + b8855fd commit 3ca77f6
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 3ca77f6

Please sign in to comment.