Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy OD / USD Oracle #83

Merged
merged 2 commits into from
Jul 26, 2024
Merged

Deploy OD / USD Oracle #83

merged 2 commits into from
Jul 26, 2024

Conversation

pi0neerpat
Copy link
Member

No description provided.

Copy link

codecov bot commented Jul 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.17%. Comparing base (0008f58) to head (0f28dfd).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##              dev      #83   +/-   ##
=======================================
  Coverage   73.17%   73.17%           
=======================================
  Files          10       10           
  Lines         123      123           
=======================================
  Hits           90       90           
  Misses         33       33           

// source .env && forge script DeployCamelotOdUsdOracle --with-gas-price 2000000000 -vvvvv --rpc-url $ARB_MAINNET_RPC --sender $DEFAULT_KEY_PUBLIC_ADDRESS

contract DeployCamelotOdUsdOracle is Script, CommonMainnet {
IBaseOracle public _odEthCamelotRelayer;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

public var shouldn't have an underscore. just function scoped or internal vars should have underscore

@pi0neerpat pi0neerpat merged commit d6d772a into dev Jul 26, 2024
7 of 8 checks passed
@pi0neerpat pi0neerpat deleted the deploy-controller-oracles branch July 26, 2024 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants