소스 검색

Correct test values to reflect .env.test

Tom Pointon 3 년 전
부모
커밋
9623f9ade9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      ethereum/test/pyth.js

+ 2 - 2
ethereum/test/pyth.js

@@ -19,8 +19,8 @@ contract("Pyth", function () {
     const testChainId = "2";
     const testGovernanceChainId = "3";
     const testGovernanceContract = "0x0000000000000000000000000000000000000000000000000000000000000004";
-    const testPyth2WormholeChainId = "5";
-    const testPyth2WormholeEmitter = "0x0000000000000000000000000000000000000000000000000000000000000006";
+    const testPyth2WormholeChainId = "1";
+    const testPyth2WormholeEmitter = "0x71f8dcb863d176e2c420ad6610cf687359612b6fb392e0642b0ca6b1f186aa3b";
 
 
     it("should be initialized with the correct signers and values", async function(){