소스 검색

pyth-wormhole-attester-contract-v2.0.0 (#641)

Stanisław Drozd 2 년 전
부모
커밋
0f3975f28e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      wormhole_attester/Cargo.lock
  2. 1 1
      wormhole_attester/program/Cargo.toml

+ 1 - 1
wormhole_attester/Cargo.lock

@@ -2682,7 +2682,7 @@ dependencies = [
 
 [[package]]
 name = "pyth-wormhole-attester"
-version = "1.0.0"
+version = "2.0.0"
 dependencies = [
  "borsh",
  "pyth-client",

+ 1 - 1
wormhole_attester/program/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "pyth-wormhole-attester"
-version = "1.0.0"
+version = "2.0.0"
 description = "Pyth-over-Wormhole Solana contract"
 edition = "2018"