From 3b8f5a386ed61e28b98e179101d4718b35bdc38c Mon Sep 17 00:00:00 2001 From: 0xtxbi Date: Fri, 5 Dec 2025 16:05:44 +0100 Subject: [PATCH 1/2] add monad and hyperevm to phantom support --- packages/ui/src/constants/walletCompatibility.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/constants/walletCompatibility.ts b/packages/ui/src/constants/walletCompatibility.ts index 1616fcfc..d7933328 100644 --- a/packages/ui/src/constants/walletCompatibility.ts +++ b/packages/ui/src/constants/walletCompatibility.ts @@ -1,5 +1,5 @@ export const WalletChainRestricted: Record = { - phantom: [1, 8453, 792703809, 137, 8253038, 101, 10143], + phantom: [1, 8453, 792703809, 137, 8253038, 101, 10143, 143, 999], backpack: [1, 8453, 137, 42161, 10, 10143, 80094, 9286185, 792703809], magiceden: [ 1, 137, 8453, 33139, 8253038, 792703809, 1329, 2741, 42161, 80094, 56, 43114 From 656b2bfc78e09b7bf8a4fcd6209bacf660981caa Mon Sep 17 00:00:00 2001 From: 0xtxbi Date: Fri, 5 Dec 2025 16:08:27 +0100 Subject: [PATCH 2/2] feat: changeset --- .changeset/legal-jeans-stick.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/legal-jeans-stick.md diff --git a/.changeset/legal-jeans-stick.md b/.changeset/legal-jeans-stick.md new file mode 100644 index 00000000..099dc6da --- /dev/null +++ b/.changeset/legal-jeans-stick.md @@ -0,0 +1,5 @@ +--- +'@relayprotocol/relay-kit-ui': patch +--- + +Phantom support – add monad and hyperevm