Skip to content

Commit

Permalink
Resolve TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift committed Nov 28, 2023
1 parent 33706a4 commit 559da60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
**/artifacts
**/coverage.json
**/typechain
# **/typechain-types TODO: Re-enable
# **/typechain-types NOTE: Disabled in order to build the docker image locally on macOS.
2 changes: 1 addition & 1 deletion local-test-configuration/scripts/initialize-chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export const deploy = async (funderWallet: ethers.Wallet, provider: ethers.provi
tx = await dapiDataRegistry.connect(randomPerson).registerDataFeed(encodedBeaconSetData);
await tx.wait();
const HUNDRED_PERCENT = 1e8;
const deviationThresholdInPercentage = ethers.BigNumber.from(HUNDRED_PERCENT / 100); // 1% TODO: revert
const deviationThresholdInPercentage = ethers.BigNumber.from(HUNDRED_PERCENT / 100); // 1% // NOTE: Increased to 1% to reduce the number of sponsor wallet transcations.
const deviationReference = ethers.constants.Zero; // Not used in Airseeker V1
const heartbeatInterval = ethers.BigNumber.from(86_400); // 24 hrs
const [dapiName, beaconSetId, sponsorWalletMnemonic] = dapiTreeValue;
Expand Down

0 comments on commit 559da60

Please sign in to comment.