Skip to content

Commit

Permalink
fixup! feat(builders): fast-usdc oracleSet option for MAINNET, ...
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Nov 19, 2024
1 parent 33a2f9e commit 4521e35
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/builders/scripts/fast-usdc/init-fast-usdc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ import { parseArgs } from 'node:util';

const { keys } = Object;

/** @type {Record<string, Pick<FastUSDCConfig, 'oracles'>>} */
/**
* @type {Record<string, Pick<FastUSDCConfig, 'oracles'>>}
*
* TODO: determine OCW operator addresses
* meanwhile, use price oracle addresses (from updatePriceFeeds.js).
*/
const configurations = {
A3P_INTEGRATION: {
oracles: {
Expand Down

0 comments on commit 4521e35

Please sign in to comment.