Skip to content

Commit

Permalink
Update tests after Oasis Scan v1 removal
Browse files Browse the repository at this point in the history
  • Loading branch information
buberdds committed Dec 6, 2024
1 parent 473ce7c commit b7ebf15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/pages/E2EPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { TextInput } from 'grommet/es6/components/TextInput'
import React, { useEffect } from 'react'
import { useNavigate } from 'react-router-dom'
import * as monitor from 'vendors/monitor'
import * as oasisscan from 'vendors/oasisscan'
import * as oasis from '@oasisprotocol/client'
import * as oasisRT from '@oasisprotocol/client-rt'
import { useDispatch, useStore } from 'react-redux'
Expand Down Expand Up @@ -43,7 +42,6 @@ function ExposeInternals() {
const store = useStore()
useEffect(() => {
window.monitor = monitor
window.oasisscan = oasisscan
window.oasis = oasis
window.oasisRT = oasisRT
window.store = store
Expand Down

0 comments on commit b7ebf15

Please sign in to comment.