Skip to content

Commit b145fe9

Browse files
committed
add policy_id of pyth to constants
1 parent e66db86 commit b145fe9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/tx/contract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const UNPARAMETERISED_SCRIPT_CBOR =
1414

1515
export const PARAMS = {
1616
// Pyth State NFT policy ID on preprod — ask Pyth team or check their docs
17-
PYTH_POLICY_ID: "TODO" as string,
17+
PYTH_POLICY_ID: "d799d287105dea9377cdf9ea8502a83d2b9eb2d2050a8aea800a21e6" as string,
1818

1919
// ADA/USD feed ID in Pyth Lazer
2020
ADA_USD_FEED_ID: 16,

0 commit comments

Comments
 (0)