Skip to content

Commit

Permalink
fix: point tests at devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Dec 12, 2023
1 parent 2384f5b commit 1e4565d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/indexer-nibi/src/heart-monitor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const checkFields = (objects: any[], fields: any[]) => {
})
}

const nibiruUrl = "testnet-1"
const nibiruUrl = "devnet-2"

const heartMonitor = new HeartMonitor(
`https://hm-graphql.${nibiruUrl}.nibiru.fi/query`,
Expand Down

0 comments on commit 1e4565d

Please sign in to comment.