Skip to content

Commit 3910284

Browse files
authored
Fix porto wallet compatability (#883)
* Add berachain to porto wallet compatibility * feat: changeset
1 parent cd8af71 commit 3910284

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/dark-eggs-feel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@relayprotocol/relay-kit-ui': patch
3+
---
4+
5+
Update porto wallet compatibility

packages/ui/src/constants/walletCompatibility.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const WalletChainRestricted: Record<string, number[]> = {
99
],
1010
abstract: [2741],
1111
ronin: [1, 56, 137, 42161, 8453, 2020],
12-
porto: [8453, 42161, 56, 42220, 1, 10, 137]
12+
porto: [8453, 42161, 56, 42220, 1, 10, 137, 80094]
1313
}
1414

1515
export const WalletChainIncompatible: Record<string, number[]> = {

0 commit comments

Comments
 (0)