mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-27 07:01:14 +00:00
feat(ata): integrate token-ids package and update dependencies
This commit is contained in:
@@ -10,5 +10,8 @@ risc0-build = "=3.0.5"
|
||||
risc0-zkvm = { version = "=3.0.5", features = ["std"] }
|
||||
token_core = { path = "../core" }
|
||||
|
||||
[dev-dependencies]
|
||||
token-ids = { path = "../ids" }
|
||||
|
||||
[package.metadata.risc0]
|
||||
methods = ["guest"]
|
||||
|
||||
@@ -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