- A Network object
- A well-known (or registered) network name
- A well-known (or registered) chain ID
- An object with sufficient details to describe a network
Providers
Networkish
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
type Networkish:
| Network
| number
| bigint
| string
| {
"chainId": number;
"name": string;
};
Was this page helpful?
