This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// src/react-app-env.d.ts | |
// for ethers v6 | |
/// <reference types="react-scripts" /> | |
import { BrowserProvider, Eip1193Provider } from "ethers/types/providers"; | |
declare global { | |
interface Window { | |
ethereum: Eip1193Provider & BrowserProvider; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
specVersion: 0.0.2 | |
schema: | |
file: ./schema.graphql | |
dataSources: | |
- kind: ethereum/contract | |
name: Token | |
network: mainnet | |
source: | |
address: "0xabEFBc9fD2F806065b4f3C237d4b59D9A97Bcac7" | |
abi: Token |
OlderNewer