Skip to content

Commit

Permalink
chore: refactor exported artifact IWitnetPriceSolver -> WitnetPriceFe…
Browse files Browse the repository at this point in the history
…edRoute
  • Loading branch information
guidiaz committed Feb 14, 2024
1 parent 67ac34a commit 5afd7bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ module.exports = {
},
supportedNetworks,
artifacts: {
WitnetOracle: require("../artifacts/contracts/WitnetOracle.sol/WitnetOracle.json"),
WitnetPriceFeeds: require("../artifacts/contracts/apps/WitnetPriceFeeds.sol/WitnetPriceFeeds.json"),
WitnetPriceFeedRoute: require("../artifacts/contracts/interfaces/IWitnetPriceSolver.sol/IWitnetPriceSolver.json"),
WitnetRequest: require("../artifacts/contracts/WitnetRequest.sol/WitnetRequest.json"),
WitnetOracle: require("../artifacts/contracts/WitnetOracle.sol/WitnetOracle.json"),
WitnetRequestBytecodes: require("../artifacts/contracts/WitnetRequestBytecodes.sol/WitnetRequestBytecodes.json"),
WitnetRequestFactory: require("../artifacts/contracts/WitnetRequestFactory.sol/WitnetRequestFactory.json"),
WitnetRequestTemplate: require("../artifacts/contracts/WitnetRequestTemplate.sol/WitnetRequestTemplate.json"),
WitnetUpgradableBase: require("../artifacts/contracts/core/WitnetUpgradableBase.sol/WitnetUpgradableBase.json"),
IWitnetPriceSolver: require("../artifacts/contracts/interfaces/IWitnetPriceSolver.sol/IWitnetPriceSolver.json"),
WitnetUpgradableBase: require("../artifacts/contracts/core/WitnetUpgradableBase.sol/WitnetUpgradableBase.json")

Check failure on line 40 in src/index.js

View workflow job for this annotation

GitHub Actions / build (16.x)

Missing trailing comma
},
settings: require("../settings"),
utils,
Expand Down

0 comments on commit 5afd7bd

Please sign in to comment.