Skip to content

Commit

Permalink
Fix to rfq usdc
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha committed Oct 10, 2024
1 parent 0f3ff36 commit 794cf21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/synapse-interface/constants/bridgeMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -897,8 +897,8 @@ export const BRIDGE_MAP = {
'0x79A02482A880bCE3F13e09Da970dC34db4CD24d1': {
decimals: 6,
symbol: 'USDC.e',
origin: ['RFQ.USDC.e'],
destination: ['RFQ.USDC.e'],
origin: ['RFQ.USDC'],
destination: ['RFQ.USDC'],
swappable: [],
},
'0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE': {
Expand Down

0 comments on commit 794cf21

Please sign in to comment.