Skip to content

Commit

Permalink
Update supported options in ERC, SOL, and TON chains
Browse files Browse the repository at this point in the history
  • Loading branch information
yerofey committed Feb 4, 2024
1 parent bacb030 commit 1b742d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/chains/ERC.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"network": "EVM",
"startsWith": "0x",
"prefixTest": "[0-9a-fA-F]",
"apps": ["metamask", "trustwallet", "binance-chain-wallet"],
"apps": ["metamask", "trustwallet"],
"flags": ["m", "n", "p", "s"]
}
2 changes: 1 addition & 1 deletion src/chains/SOL.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"startsWith": "",
"prefixTest": "[1-9a-zA-Z]",
"apps": ["phantom", "trustwallet"],
"flags": ["p", "s"]
"flags": ["m", "n", "p", "s"]
}
2 changes: 1 addition & 1 deletion src/chains/TON.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"prefixTest": "[0-9a-zA-Z-_]",
"rareSymbols": "[0-9]",
"apps": ["tonkeeper", "trustwallet"],
"flags": ["p", "s"]
"flags": ["m", "n", "p", "s"]
}
}
}

0 comments on commit 1b742d7

Please sign in to comment.