Skip to content

Commit

Permalink
fixup! feat: core-eval to update fast-usdc feed policy
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Dec 3, 2024
1 parent 2f1b540 commit 631f763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fast-usdc/src/fast-usdc-policy.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const updateFastUsdcPolicy = async (
USDC: await E(USDCissuer).getBrand(),
});
const { feedPolicy } = fromExternalConfig(
config?.options, // just in case config is missing somehow
config.options,
brands,
harden({ feedPolicy: FeedPolicyShape }),
);
Expand Down

0 comments on commit 631f763

Please sign in to comment.