Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Mar 26, 2024
1 parent 9ba365f commit a409b74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
File renamed without changes.
8 changes: 0 additions & 8 deletions pkg/commands.go

This file was deleted.

4 changes: 4 additions & 0 deletions pkg/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ const (
// DonationMessage is the message for donation transactions
// Transaction sent to the TSS or ERC20 Custody address containing this message are considered as a donation
DonationMessage = "I am rich!"
// CmdWhitelistERC20 is used for CCTX of type cmd to give the instruction to the TSS to whitelist an ERC20 on an exeternal chain
CmdWhitelistERC20 = "cmd_whitelist_erc20"
// CmdMigrateTssFunds is used for CCTX of type cmd to give the instruction to the TSS to transfer its funds on a new address
CmdMigrateTssFunds = "cmd_migrate_tss_funds"
)

0 comments on commit a409b74

Please sign in to comment.