Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit a91e95a

Browse files
author
Ludo Galabru
committed
chore: remove helper
1 parent fa25626 commit a91e95a

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

Clarinet.toml

-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ contract_id = 'SP2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EKZ7Q9F.hk-ecc-v1'
1414
[[project.requirements]]
1515
contract_id = 'SP2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EKZ7Q9F.hk-merkle-tree-keccak160-v1'
1616

17-
[contracts.pyth-helper-v1]
18-
path = 'contracts/pyth-helper-v1.clar'
19-
clarity_version = 2
20-
epoch = 2.4
21-
2217
[contracts.pyth-governance-v1]
2318
path = 'contracts/pyth-governance-v1.clar'
2419
clarity_version = 2

contracts/pyth-helper-v1.clar

-12
This file was deleted.

unit-tests/pyth/ptgm.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { hexToBytes } from "@noble/hashes/utils";
66
import { ParsedTransactionResult } from "@hirosystems/clarinet-sdk";
77
import { ptgmTestnetVaas } from "./fixtures";
88

9-
const pythOracleContractName = "pyth-oracle-v1";
9+
const pythOracleContractName = "pyth-oracle-v2";
1010
const pythStorageContractName = "pyth-store-v1";
1111
const pythDecoderPnauContractName = "pyth-pnau-decoder-v1";
1212
const pythGovernanceContractName = "pyth-governance-v1";

0 commit comments

Comments
 (0)