Skip to content

Commit

Permalink
chore: update references (#2587)
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jun 21, 2023
1 parent 912adb2 commit cfff999
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/twelve-lions-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@wagmi/core": patch
"wagmi": patch
---

Updated references
3 changes: 3 additions & 0 deletions docs/pages/core/chains.en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const { chains, publicClient } = configureChains(
- `celoAlfajores`
- `celoCannoli`
- `chronos`
- `chronosTestnet`
- `crossbell`
- `dfk`
- `dogechain`
Expand All @@ -63,6 +64,7 @@ const { chains, publicClient } = configureChains(
- `evmosTestnet`
- `fantom`
- `fantomTestnet`
- `fibo`
- `filecoin`
- `filecoinCalibration`
- `filecoinHyperspace`
Expand Down Expand Up @@ -125,6 +127,7 @@ const { chains, publicClient } = configureChains(
- `xdcTestnet`
- `zkSync`
- `zkSyncTestnet`
- `zora`
- `zoraTestnet`
- `foundry`
- `hardhat`
Expand Down
3 changes: 3 additions & 0 deletions docs/pages/react/chains.en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const { chains, publicClient } = configureChains(
- `celoAlfajores`
- `celoCannoli`
- `chronos`
- `chronosTestnet`
- `crossbell`
- `dfk`
- `dogechain`
Expand All @@ -63,6 +64,7 @@ const { chains, publicClient } = configureChains(
- `evmosTestnet`
- `fantom`
- `fantomTestnet`
- `fibo`
- `filecoin`
- `filecoinCalibration`
- `filecoinHyperspace`
Expand Down Expand Up @@ -125,6 +127,7 @@ const { chains, publicClient } = configureChains(
- `xdcTestnet`
- `zkSync`
- `zkSyncTestnet`
- `zora`
- `zoraTestnet`
- `foundry`
- `hardhat`
Expand Down
3 changes: 3 additions & 0 deletions packages/core/src/chains.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ it('should expose correct exports', () => {
"celoAlfajores",
"celoCannoli",
"cronos",
"cronosTestnet",
"crossbell",
"dfk",
"dogechain",
Expand All @@ -31,6 +32,7 @@ it('should expose correct exports', () => {
"evmosTestnet",
"fantom",
"fantomTestnet",
"fibo",
"filecoin",
"filecoinCalibration",
"filecoinHyperspace",
Expand Down Expand Up @@ -98,6 +100,7 @@ it('should expose correct exports', () => {
"zhejiang",
"zkSync",
"zkSyncTestnet",
"zora",
"zoraTestnet",
]
`)
Expand Down
3 changes: 3 additions & 0 deletions packages/core/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export {
celoAlfajores,
celoCannoli,
cronos,
cronosTestnet,
crossbell,
dfk,
dogechain,
Expand All @@ -25,6 +26,7 @@ export {
evmosTestnet,
fantom,
fantomTestnet,
fibo,
filecoin,
filecoinCalibration,
filecoinHyperspace,
Expand Down Expand Up @@ -92,6 +94,7 @@ export {
zhejiang,
zkSync,
zkSyncTestnet,
zora,
zoraTestnet,
} from '@wagmi/chains'

Expand Down
3 changes: 3 additions & 0 deletions packages/react/src/chains.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ it('should expose correct exports', () => {
"celoAlfajores",
"celoCannoli",
"cronos",
"cronosTestnet",
"crossbell",
"dfk",
"dogechain",
Expand All @@ -31,6 +32,7 @@ it('should expose correct exports', () => {
"evmosTestnet",
"fantom",
"fantomTestnet",
"fibo",
"filecoin",
"filecoinCalibration",
"filecoinHyperspace",
Expand Down Expand Up @@ -98,6 +100,7 @@ it('should expose correct exports', () => {
"zhejiang",
"zkSync",
"zkSyncTestnet",
"zora",
"zoraTestnet",
]
`)
Expand Down
3 changes: 3 additions & 0 deletions packages/react/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export {
celoAlfajores,
celoCannoli,
cronos,
cronosTestnet,
crossbell,
dfk,
dogechain,
Expand All @@ -25,6 +26,7 @@ export {
evmosTestnet,
fantom,
fantomTestnet,
fibo,
filecoin,
filecoinCalibration,
filecoinHyperspace,
Expand Down Expand Up @@ -92,6 +94,7 @@ export {
zhejiang,
zkSync,
zkSyncTestnet,
zora,
zoraTestnet,
} from '@wagmi/core/chains'

Expand Down
2 changes: 1 addition & 1 deletion references

0 comments on commit cfff999

Please sign in to comment.