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

Commit ebfb497

Browse files
authored
Fix missing default oracleAuthority in CLI (#37)
1 parent eb9fe0a commit ebfb497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ async function addCustody(
8585
maxPriceAgeSec: 60,
8686
oracleType: { [oracleType]: {} },
8787
oracleAccount: tokenOracle,
88+
oracleAuthority: PublicKey.default, // By default, permissionless oracle price update is not allowed.
8889
};
8990

9091
const pricingConfig: PricingParams = {

0 commit comments

Comments
 (0)