Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshbhole-rp committed Nov 28, 2024
1 parent 4586733 commit 97dfe14
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tangled3/react

## 1.15.3

### Patch Changes

- chore: add router evm to default chains

## 1.15.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tangled3/react",
"private": false,
"version": "1.15.2",
"version": "1.15.3",
"type": "module",
"license": "MIT",
"main": "./src/index.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/utils/getDefaultSupportedChains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const getDefaultSupportedChains = (testnet?: boolean): SupportedChainsByType =>
evm.optimism,
evm.polygon,
evm.polygonZkEvm,
evm.routerEvm,
evm.rollux,
evm.rootstock,
evm.saakuru,
Expand Down

0 comments on commit 97dfe14

Please sign in to comment.