Skip to content

Commit

Permalink
test: add dummy contract addr
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed May 24, 2024
1 parent 52349b3 commit 0dac162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/test/reporter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ describe('Filter invalid reporters inside of State', function () {
id: '2',
address: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266',
privateKey: '0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80',
oracleAddress: '',
oracleAddress: '0x0E4E90de7701B72df6F21343F51C833F7d2d3CFb',
chain: '',
service: ''
}
const INVALID_REPORTER = {
id: '1',
address: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266',
privateKey: 'INVALID KEY',
oracleAddress: '',
oracleAddress: '0x0E4E90de7701B72df6F21343F51C833F7d2d3CFb',
chain: '',
service: ''
}
Expand Down

0 comments on commit 0dac162

Please sign in to comment.