Skip to content

Commit

Permalink
chore: export sepolia (#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm authored Apr 6, 2023
1 parent c5c32fd commit 26dc532
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/proud-ducks-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@wagmi/core': patch
'wagmi': patch
---

Exported Sepolia Chain.
3 changes: 2 additions & 1 deletion packages/core/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ it('should expose correct exports', () => {
"watchSigner",
"watchWebSocketProvider",
"writeContract",
"mainnet",
"goerli",
"mainnet",
"sepolia",
"createClient",
"getClient",
"Client",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export type {
WriteContractUnpreparedArgs,
} from './actions'

export { mainnet, goerli } from './chains'
export { goerli, mainnet, sepolia } from './chains'
export type { Chain } from './chains'

export { createClient, getClient, Client } from './client'
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ it('should expose correct exports', () => {
"goerli",
"mainnet",
"readContracts",
"sepolia",
"serialize",
]
`)
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export {
goerli,
mainnet,
readContracts,
sepolia,
serialize,
} from '@wagmi/core'
export type {
Expand Down

1 comment on commit 26dc532

@vercel
Copy link

@vercel vercel bot commented on 26dc532 Apr 6, 2023

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.