Skip to content

Commit

Permalink
chore: remove helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludo Galabru committed Dec 27, 2023
1 parent fa25626 commit a91e95a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
5 changes: 0 additions & 5 deletions Clarinet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ contract_id = 'SP2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EKZ7Q9F.hk-ecc-v1'
[[project.requirements]]
contract_id = 'SP2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EKZ7Q9F.hk-merkle-tree-keccak160-v1'

[contracts.pyth-helper-v1]
path = 'contracts/pyth-helper-v1.clar'
clarity_version = 2
epoch = 2.4

[contracts.pyth-governance-v1]
path = 'contracts/pyth-governance-v1.clar'
clarity_version = 2
Expand Down
12 changes: 0 additions & 12 deletions contracts/pyth-helper-v1.clar

This file was deleted.

2 changes: 1 addition & 1 deletion unit-tests/pyth/ptgm.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { hexToBytes } from "@noble/hashes/utils";
import { ParsedTransactionResult } from "@hirosystems/clarinet-sdk";
import { ptgmTestnetVaas } from "./fixtures";

const pythOracleContractName = "pyth-oracle-v1";
const pythOracleContractName = "pyth-oracle-v2";
const pythStorageContractName = "pyth-store-v1";
const pythDecoderPnauContractName = "pyth-pnau-decoder-v1";
const pythGovernanceContractName = "pyth-governance-v1";
Expand Down

0 comments on commit a91e95a

Please sign in to comment.