Skip to content

Commit

Permalink
restore web3 order
Browse files Browse the repository at this point in the history
  • Loading branch information
finalstatics committed Aug 20, 2021
1 parent 0c27713 commit 1a667ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@

public enum WatchWallet {
KEYSTONE("0"),
METAMASK("1"),
POLKADOT_JS("2"),
XRP_TOOLKIT("3");
POLKADOT_JS("1"),
XRP_TOOLKIT("2"),
METAMASK("3");

public static final String XRP_TOOLKIT_SIGN_ID = "xrp_toolkit_sign_id";
public static final String POLKADOT_JS_SIGN_ID = "polkadot_js_sign_id";
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,9 @@

<string-array name="watch_wallet_list">
<item>铠石钱包移动端</item>
<item>Web3</item>
<item>Polkadot.js</item>
<item>XRP Toolkit</item>
<item>Web3</item>
</string-array>
<string-array name="watch_wallet_summury" >
<item>BTC、ETH等8条主链</item>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -421,9 +421,9 @@

<string-array name="watch_wallet_list">
<item>Keystone App</item>
<item>Web3</item>
<item>Polkadot.js</item>
<item>XRP Toolkit</item>
<item>Web3</item>
</string-array>

<string-array name="watch_wallet_list_values" translatable="false">
Expand Down

0 comments on commit 1a667ec

Please sign in to comment.