Skip to content

Commit

Permalink
updated path in aggregator deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinThai committed Feb 20, 2024
1 parent f0574c2 commit 75d6596
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const readArgs = async () => {
async function main() {
const { pairs, chain } = await readArgs()

const baseSource = path.join(__filename, `../../../../migration/${chain}/Aggregator/`)
const baseSource = path.join(__filename, `../../../migration/${chain}/Aggregator/`)
const aggregatorSource = path.join(__filename, '../dataFeedSample.json')
const tempFolderPath = path.join(__filename, '../../tmp/')
const data = await loadJson(aggregatorSource)
Expand Down

0 comments on commit 75d6596

Please sign in to comment.