Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 8b7734d

Browse files
committed
Fix compile bug
1 parent 419ba20 commit 8b7734d

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

pyth-aptos-js/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ export {
66
Price,
77
PriceFeed,
88
PriceServiceConnectionConfig,
9-
PriceStatus,
109
UnixTimestamp,
1110
} from "@pythnetwork/pyth-common-js";

pyth-evm-js/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export {
66
Price,
77
PriceFeed,
88
PriceServiceConnectionConfig,
9-
PriceStatus,
109
UnixTimestamp,
1110
} from "@pythnetwork/pyth-common-js";
1211

pyth-terra-js/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export {
66
Price,
77
PriceFeed,
88
PriceServiceConnectionConfig,
9-
PriceStatus,
109
UnixTimestamp,
1110
} from "@pythnetwork/pyth-common-js";
1211

0 commit comments

Comments
 (0)