Skip to content

Commit

Permalink
refactor: mv priceOracleKit
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Feb 13, 2023
1 parent 3f573ff commit 1023f04
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/inter-protocol/src/price/fluxAggregator.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
} from '@agoric/zoe/src/contractSupport/index.js';
import { E } from '@endo/eventual-send';
import { Far } from '@endo/marshal';
import { makeOracleAdmin } from './priceOracleAdmin.js';
import { makeOracleAdmin } from './priceOracleKit.js';
import { makeRoundsManagerKit } from './roundsManager.js';

const trace = makeTracer('FlxAgg', false);
Expand Down
2 changes: 1 addition & 1 deletion packages/inter-protocol/src/price/roundsManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { UnguardedHelperI } from '../typeGuards.js';

const { add, subtract, multiply, floorDivide, ceilDivide, isGTE } = natSafeMath;

/** @typedef {import('./priceOracleAdmin.js').OracleStatus} OracleStatus */
/** @typedef {import('./priceOracleKit.js').OracleStatus} OracleStatus */
/**
* @typedef {import('@agoric/time/src/types').Timestamp} Timestamp
* @typedef {import('@agoric/time/src/types').TimerService} TimerService
Expand Down

0 comments on commit 1023f04

Please sign in to comment.