Skip to content

Commit

Permalink
watcher: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
panoel committed Aug 8, 2024
1 parent 301b287 commit e4dd48b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion watcher/src/watchers/__tests__/NearWatcher.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ describe('getNearProvider', () => {

test('with archive RPC', async () => {
const provider = await getNearProvider('Mainnet', NEAR_ARCHIVE_RPC);
// grab first block with activity from core contract
const retval = await provider.block({
blockId: '8NWwminTTAPwYzzqTeP8c3MEGXgTretBWpCSSvSqJXdv',
});
Expand Down

0 comments on commit e4dd48b

Please sign in to comment.