Skip to content

Commit

Permalink
rename brc20 type
Browse files Browse the repository at this point in the history
  • Loading branch information
outofxxx committed Dec 25, 2023
1 parent 6182c26 commit c5ad380
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use std::vec::Vec;

const VC_BRC20_AMOUNT_HOLDER_DESCRIPTIONS: &str =
"The amount of a particular token you are holding";
const VC_BRC20_AMOUNT_HOLDER_TYPE: &str = "Token holding amount";
const VC_BRC20_AMOUNT_HOLDER_TYPE: &str = "Token holding amount list";

// Keep all name in lowercase here by purpose
const BRC20_TOKENS: [&str; 7] = ["ordi", "sats", "rats", "mmss", "long", "cats", "btcs"];
Expand Down

0 comments on commit c5ad380

Please sign in to comment.