We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66db86 commit b145fe9Copy full SHA for b145fe9
1 file changed
frontend/src/tx/contract.ts
@@ -14,7 +14,7 @@ export const UNPARAMETERISED_SCRIPT_CBOR =
14
15
export const PARAMS = {
16
// Pyth State NFT policy ID on preprod — ask Pyth team or check their docs
17
- PYTH_POLICY_ID: "TODO" as string,
+ PYTH_POLICY_ID: "d799d287105dea9377cdf9ea8502a83d2b9eb2d2050a8aea800a21e6" as string,
18
19
// ADA/USD feed ID in Pyth Lazer
20
ADA_USD_FEED_ID: 16,
0 commit comments