Skip to content

Commit

Permalink
add royalty of hiya
Browse files Browse the repository at this point in the history
  • Loading branch information
wizicer committed Apr 5, 2024
1 parent e52b1ee commit b0b6085
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/service/royalty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ export function getRoyaltyAddress(code: string | null): string {
if (isTestnet) {
if (code == "test") {
return "txch1uvsfhdev6xwgqnfwxpm32cc6r8npvcgfn2850qpsfut40j2ulmhst6h82h";
} else if (code == "hiya") {
return "txch1tanqtjx2lymsjuyy4af23p598ksnnwc8gd98zmynfraa088kewlqq62rt2";
}
} else {
if (code == "hezuoshe") {
Expand Down

0 comments on commit b0b6085

Please sign in to comment.