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

Support of gas price oracles for ETH, ETC #270

Merged
merged 2 commits into from
Mar 28, 2019
Merged

Conversation

vbaranov
Copy link
Collaborator

return new Promise(async (resolve, reject) => {
const gasPriceOracleETC = 'https://gasprice-etc.poa.network'
const gasPriceOracleETH = 'https://gasprice.poa.network'
const gasPriceOralce = networkId === CLASSIC_CODE ?

Choose a reason for hiding this comment

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

Here is a typo on the variable, it should be gasPriceOracle

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks. Fixed.

@vbaranov vbaranov merged commit a29dd75 into develop Mar 28, 2019
@ghost ghost removed the awaiting for review label Mar 28, 2019
@vbaranov vbaranov mentioned this pull request Mar 28, 2019
@vbaranov vbaranov deleted the gas-price-oracle branch April 15, 2019 11:47
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.

None yet

2 participants