-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
774 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,161 @@ | ||
{ | ||
"activityOptions": { | ||
"TypeMap": { | ||
"Transfer": "Transfer", | ||
"CrossChainTransfer": "Cross-Chain Transfer", | ||
"SocialRecovery": "Social Recovery", | ||
"RemoveManagerInfo": "Exit Wallet", | ||
"AddManagerInfo": "Scan code login", | ||
"CreateCAHolder": "Create AA address", | ||
"AddGuardian": "Add guardian", | ||
"RemoveGuardian": "Remove guardian", | ||
"UpdateGuardian": "Edit guardian", | ||
"SetGuardianForLogin": "Set login account", | ||
"UnsetGuardianForLogin": "Unset login account", | ||
"RemoveOtherManagerInfo": "Remove device", | ||
"ClaimToken": "Transfer", | ||
"Register": "Register", | ||
"Approve": "Approve", | ||
"Bingo": "Bingo", | ||
"Play": "Play", | ||
"ManagerApprove": "Approve", | ||
"MakeOffer": "Make Offer", | ||
"CancelOffer": "Cancel Offer", | ||
"ListWithFixedPrice": "List", | ||
"Delist": "Cancel List", | ||
"Deal": "Deal", | ||
"PlaceBid": "Place Bid", | ||
"Claim": "Claim", | ||
"Buy": "Buy", | ||
"CreatePair": "Create Pair", | ||
"AddLiquidity": "Add Liquidity", | ||
"RemoveLiquidity": "Remove Liquidity", | ||
"SwapExactTokensForTokens": "Swap", | ||
"SwapTokensForExactTokens": "Swap", | ||
"UpdateManagerInfos": "UpdateManagerInfos", | ||
"SetTransferLimit":"Set Transfer Limit", | ||
"TransferToken": "Withdraw", | ||
"CreateCryptoBox": "Send Crypto Box", | ||
"TransferCryptoBoxes": "Claim Crypto Box", | ||
"RefundCryptoBox": "Return Crypto Box", | ||
"CreateCryptoGift": "Send Crypto Gift", | ||
"TransferCryptoGift": "Claim Crypto Gift", | ||
"RefundCryptoGift": "Return Crypto Gift" | ||
}, | ||
"TransactionTypeMap": { | ||
"TransferToken": "Transfer", | ||
"CreateCryptoBox": "Transfer", | ||
"TransferCryptoBoxes": "Transfer", | ||
"RefundCryptoBox": "Transfer" | ||
}, | ||
"RedPacketTypes": [ | ||
"CreateCryptoBox", | ||
"TransferCryptoBoxes", | ||
"RefundCryptoBox" | ||
], | ||
"TransferTypes": [ | ||
"Transfer", | ||
"CrossChainTransfer", | ||
"ClaimToken", | ||
"MakeOffer", | ||
"Deal", | ||
"Claim", | ||
"Buy", | ||
"CreatePair", | ||
"AddLiquidity", | ||
"RemoveLiquidity", | ||
"SwapExactTokensForTokens", | ||
"SwapTokensForExactTokens", | ||
"UpdateManagerInfos", | ||
"TransferToken" | ||
], | ||
"ContractTypes": [ | ||
"SocialRecovery", | ||
"RemoveManagerInfo", | ||
"AddManagerInfo", | ||
"CreateCAHolder", | ||
"AddGuardian", | ||
"RemoveGuardian", | ||
"UpdateGuardian", | ||
"SetGuardianForLogin", | ||
"UnsetGuardianForLogin", | ||
"RemoveOtherManagerInfo", | ||
"Register", | ||
"Approve", | ||
"Bingo", | ||
"Play", | ||
"BeanGoTown-Bingo", | ||
"BeanGoTown-Play", | ||
"ManagerApprove", | ||
"CancelOffer", | ||
"ListWithFixedPrice", | ||
"DelList", | ||
"PlaceBid" | ||
], | ||
"ShowPriceTypes": [ | ||
"Transfer", | ||
"CreateCryptoBox", | ||
"CrossChainTransfer", | ||
"RemoveManagerInfo", | ||
"AddManagerInfo", | ||
"AddGuardian", | ||
"RemoveGuardian", | ||
"UpdateGuardian", | ||
"SetGuardianForLogin", | ||
"UnsetGuardianForLogin", | ||
"RemoveOtherManagerInfo", | ||
"ClaimToken", | ||
"Approve", | ||
"Bingo", | ||
"Play", | ||
"BeanGoTown-Bingo", | ||
"BeanGoTown-Play", | ||
"ManagerApprove", | ||
"ManagerApprove", | ||
"MakeOffer", | ||
"CancelOffer", | ||
"ListWithFixedPrice", | ||
"Delist", | ||
"Deal", | ||
"PlaceBid", | ||
"Claim", | ||
"Buy", | ||
"CreatePair", | ||
"AddLiquidity", | ||
"RemoveLiquidity", | ||
"SwapExactTokensForTokens", | ||
"SwapTokensForExactTokens", | ||
"UpdateManagerInfos", | ||
"SetTransferLimit", | ||
"TransferToken" | ||
], | ||
"ShowNftTypes": [ | ||
"Transfer", | ||
"CrossChainTransfer" | ||
], | ||
"RecentTypes": [ | ||
"Transfer", | ||
"CrossChainTransfer", | ||
"ClaimToken" | ||
], | ||
"NoShowTypes": [ | ||
"CrossChainReceiveToken" | ||
], | ||
"SystemTypes": [ | ||
"CreateCAHolder", | ||
"SocialRecovery", | ||
"AddManagerInfo", | ||
"RemoveManagerInfo", | ||
"AddGuardian", | ||
"RemoveGuardian", | ||
"UpdateGuardian", | ||
"SetGuardianForLogin", | ||
"UnsetGuardianForLogin", | ||
"RemoveOtherManagerInfo", | ||
"UpdateManagerInfos", | ||
"SetTransferLimit", | ||
"ManagerApprove" | ||
], | ||
"Zero": "0" | ||
} | ||
} |
Oops, something went wrong.