Browse Source

Merge branch 'pyth-wormhole-stylus-integration' of https://github.com/pyth-network/pyth-crosschain into pyth-wormhole-stylus-integration

Devin AI 5 months ago
parent
commit
343b112877

+ 1 - 0
target_chains/stylus/Cargo.lock

@@ -749,6 +749,7 @@ dependencies = [
  "hex",
  "hex",
  "keccak-const",
  "keccak-const",
  "lazy_static",
  "lazy_static",
+ "regex",
  "stylus-proc",
  "stylus-proc",
 ]
 ]
 
 

+ 1 - 0
target_chains/stylus/contracts/wormhole/Cargo.toml

@@ -8,6 +8,7 @@ version = "0.0.1"
 [features]
 [features]
 default = []
 default = []
 std = []
 std = []
+export-abi = ["stylus-sdk/export-abi"]
 
 
 [dependencies]
 [dependencies]
 stylus-sdk.workspace = true
 stylus-sdk.workspace = true