Skip to content

Commit 1a667ec

Browse files
committed
restore web3 order
1 parent 0c27713 commit 1a667ec

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/src/main/java/com/keystone/cold/viewmodel/WatchWallet.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030

3131
public enum WatchWallet {
3232
KEYSTONE("0"),
33-
METAMASK("1"),
34-
POLKADOT_JS("2"),
35-
XRP_TOOLKIT("3");
33+
POLKADOT_JS("1"),
34+
XRP_TOOLKIT("2"),
35+
METAMASK("3");
3636

3737
public static final String XRP_TOOLKIT_SIGN_ID = "xrp_toolkit_sign_id";
3838
public static final String POLKADOT_JS_SIGN_ID = "polkadot_js_sign_id";

app/src/main/res/values-zh-rCN/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,9 @@
395395

396396
<string-array name="watch_wallet_list">
397397
<item>铠石钱包移动端</item>
398-
<item>Web3</item>
399398
<item>Polkadot.js</item>
400399
<item>XRP Toolkit</item>
400+
<item>Web3</item>
401401
</string-array>
402402
<string-array name="watch_wallet_summury" >
403403
<item>BTC、ETH等8条主链</item>

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,9 @@
421421

422422
<string-array name="watch_wallet_list">
423423
<item>Keystone App</item>
424-
<item>Web3</item>
425424
<item>Polkadot.js</item>
426425
<item>XRP Toolkit</item>
426+
<item>Web3</item>
427427
</string-array>
428428

429429
<string-array name="watch_wallet_list_values" translatable="false">

0 commit comments

Comments
 (0)