Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/tidy-bars-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@reservoir0x/relay-kit-ui': patch
---

Enable more v2 protocol chains
25 changes: 24 additions & 1 deletion packages/ui/src/components/widgets/SwapWidgetRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,30 @@ const PROTOCOL_V2_ENABLED_CHAINS = [
1996, // Sanko
2020, // Ronin
2187, // Game7
2741 // Abstract
2741, // Abstract
2818, // Morph
2911, // Hychain
5000, // Mantle
5330, // Superseed
7560, // Cyber
7869, // Powerloom-v2
7897, // Arena-z
8333, // B3
17071, // Onchain-points
33139, // Ape
33979, // Funky
34443, // Mode
42161, // Arbitrum
42170, // Arbitrum Nova
42220, // Celo
43111, // Hemi
43419, // Gunz
48900, // Zircuit
55244, // Superposition
57073, // Ink
59144, // Linea
60808, // Bob,
8453 //Base
]

type SwapWidgetRendererProps = {
Expand Down