Skip to content

Commit

Permalink
fix: updated chains available on wagmi chainlist (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOptimism authored Dec 2, 2022
1 parent e914af6 commit b73ca75
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions site/data/docs/chains.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,17 @@ The `chains` prop on `RainbowKitProvider` defines which chains are available for
RainbowKit is designed to integrate with [wagmi’s `chain` object](https://wagmi.sh/docs/constants/chains#chain) which currently provides the following chains:

- `chain.mainnet`
- `chain.ropsten`
- `chain.rinkeby`
- `chain.goerli`
- `chain.kovan`
- `chain.sepolia`
- `chain.optimism`
- `chain.optimismGoerli`
- `chain.optimismKovan`
- `chain.polygon`
- `chain.polygonMumbai`
- `chain.arbitrum`
- `chain.arbitrumRinkeby`
- `chain.arbitrumGoerli`
- `chain.localhost`
- `chain.hardhat`
- `chain.foundry`

> For more detail about the `chain` object, or to see examples when creating a custom chain definition, see the [source code for wagmi’s `chain` object](https://github.com/tmm/wagmi/blob/main/packages/core/src/constants/chains.ts).
Expand Down

2 comments on commit b73ca75

@vercel
Copy link

@vercel vercel bot commented on b73ca75 Dec 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on b73ca75 Dec 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.