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/calm-otters-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@reservoir0x/relay-kit-ui': patch
---

Enable preferv2 protocol for more chains (Ethereum, Polygon, BNB, OP, Zksync)
2 changes: 1 addition & 1 deletion packages/ui/src/components/widgets/SwapWidgetRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import { get15MinuteInterval } from '../../utils/time.js'

export type TradeType = 'EXACT_INPUT' | 'EXPECTED_OUTPUT'

const PROTOCOL_V2_ENABLED_CHAINS = [81457, 100, 130, 43114]
const PROTOCOL_V2_ENABLED_CHAINS = [81457, 100, 130, 43114, 10, 1, 56, 137, 324]

type SwapWidgetRendererProps = {
transactionModalOpen: boolean
Expand Down