import { createContext } from 'react' export const EVMExternalContext = createContext(false)