Skip to content

Commit

Permalink
chore: add unichain to wc rpc supported chains (#3085)
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk authored Oct 15, 2024
1 parent 7f99593 commit 185ff63
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .changeset/perfect-walls-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
'@reown/appkit-utils': patch
'@apps/demo': patch
'@apps/gallery': patch
'@apps/laboratory': patch
'@reown/appkit-adapter-ethers': patch
'@reown/appkit-adapter-ethers5': patch
'@reown/appkit-adapter-polkadot': patch
'@reown/appkit-adapter-solana': patch
'@reown/appkit-adapter-wagmi': patch
'@reown/appkit': patch
'@reown/appkit-cdn': patch
'@reown/appkit-common': patch
'@reown/appkit-core': patch
'@reown/appkit-experimental': patch
'@reown/appkit-polyfills': patch
'@reown/appkit-scaffold-ui': patch
'@reown/appkit-siwe': patch
'@reown/appkit-ui': patch
'@reown/appkit-wallet': patch
---

Adds Unichain support to the RPC supported networks array
3 changes: 2 additions & 1 deletion packages/appkit-utils/src/CaipNetworkUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ const WC_HTTP_RPC_SUPPORTED_CHAINS = [
'eip155:97',
'eip155:43113',
'eip155:137',
'eip155:10'
'eip155:10',
'eip155:1301'
]

type ExtendCaipNetworkParams = {
Expand Down

0 comments on commit 185ff63

Please sign in to comment.