mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-25 22:21:16 +00:00
feat(ata): integrate token-ids package and update dependencies
This commit is contained in:
@@ -1 +1,9 @@
|
||||
include!(concat!(env!("OUT_DIR"), "/methods.rs"));
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn token_ids_match_generated_method_id() {
|
||||
assert_eq!(token_ids::TOKEN_ID, super::TOKEN_ID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user