Skip to content

Commit

Permalink
Add supported imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Apr 15, 2024
1 parent 2e1ad7a commit 4f5c81f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/vm/src/compatibility.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ const SUPPORTED_IMPORTS: &[&str] = &[
"env.addr_validate",
"env.addr_canonicalize",
"env.addr_humanize",
"env.bls12_381_aggregate_g1",
"env.bls12_381_aggregate_g2",
"env.bls12_381_aggregate_pairing_equality",
"env.bls12_381_hash_to_g1",
"env.bls12_381_hash_to_g2",
"env.bls12_381_pairing_equality",
"env.secp256k1_verify",
"env.secp256k1_recover_pubkey",
"env.secp256r1_verify",
Expand Down

0 comments on commit 4f5c81f

Please sign in to comment.