File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ IEnumerator BuildTokenList()
7777
7878 if ( user != null )
7979 {
80- string addr = "0xBa878d88c71E0091613798C53B6c72aDd9b9A6a7" ; // user.authData["moralisEth"]["id"].ToString();
80+ string addr = user . authData [ "moralisEth" ] [ "id" ] . ToString ( ) ;
8181
8282 List < Erc20TokenBalance > tokens =
8383 MoralisInterface . GetClient ( ) . Web3Api . Account . GetTokenBalances ( addr . ToLower ( ) ,
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public void PopulateBalanceValues()
6565 if ( user != null )
6666 {
6767 // Get user address from user auth data.
68- string addr = "0xBa878d88c71E0091613798C53B6c72aDd9b9A6a7" ; // user.authData["moralisEth"]["id"].ToString();
68+ string addr = user . authData [ "moralisEth" ] [ "id" ] . ToString ( ) ;
6969
7070 addressText . text = addr ;
7171
You can’t perform that action at this time.
0 commit comments