Skip to content

Commit

Permalink
chore: update viewer URL
Browse files Browse the repository at this point in the history
  • Loading branch information
micwallace committed Jan 31, 2024
1 parent 3753900 commit 203011c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ public class TokenScriptJsActivity extends BaseActivity implements StandardFunct
private AddEthereumChainPrompt addCustomChainDialog;
private ActionMenuItemView refreshMenu;

private static String VIEWER_URL = //"https://viewer.tokenscript.org";
"http://192.168.1.15:3333";
private static String VIEWER_URL = "https://viewer.tokenscript.org";

Check warning on line 112 in app/src/main/java/com/alphawallet/app/ui/TokenScriptJsActivity.java

View check run for this annotation

Codecov / codecov/patch

app/src/main/java/com/alphawallet/app/ui/TokenScriptJsActivity.java#L112

Added line #L112 was not covered by tests
//"http://192.168.1.15:3333";

@Override
protected void onCreate(@Nullable Bundle savedInstanceState)
Expand Down

0 comments on commit 203011c

Please sign in to comment.