Skip to content

Commit

Permalink
replace token by Asa
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoWeezy committed Sep 12, 2024
1 parent 2070528 commit a868049
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion arcw-lint-js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arcw-lint-js"
version = "0.1.16"
version = "0.1.17"
edition = "2021"
license = "MPL-2.0"
rust-version = "1.60"
Expand Down
4 changes: 2 additions & 2 deletions arcw-lint/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ pub fn default_lints() -> impl Iterator<Item = (&'static str, Box<dyn Lint>)> {
name: "sub-category",
values: &[
"General",
"Token",
"Smart Contract",
"Asa",
"Application",
"Explorer",
"Wallet"
],
Expand Down

0 comments on commit a868049

Please sign in to comment.