MCPcopy Create free account
hub / github.com/Uniswap/web3-react / BasicChainInformation

Interface BasicChainInformation

example/chains.ts:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21interface BasicChainInformation {
22 urls: string[]
23 name: string
24}
25
26interface ExtendedChainInformation extends BasicChainInformation {
27 nativeCurrency: AddEthereumChainParameter['nativeCurrency']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected