Skip to content

Commit

Permalink
update movr token border color
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboydiamonds committed Nov 6, 2024
1 parent 171e60a commit 09c5dde
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/synapse-constants/src/constants/tokens/bridgeable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ export const MOVR = new Token({
logo: 'https://adf1cceb.sanguine-fe.pages.dev/_next/static/media/movr.b86510af.svg',
isNative: true,
swapableType: 'MOVR',
color: 'purple',
color: 'lime',
priorityRank: 3,
routeSymbol: 'MOVR',
coingeckoId: 'moonriver',
Expand Down Expand Up @@ -819,7 +819,7 @@ export const WMOVR = new Token({
name: 'Wrapped MOVR',
logo: 'https://adf1cceb.sanguine-fe.pages.dev/_next/static/media/movr.b86510af.svg',
swapableType: 'MOVR',
color: 'purple',
color: 'lime',
priorityRank: 3,
routeSymbol: 'WMOVR',
})
Expand Down
4 changes: 2 additions & 2 deletions packages/synapse-interface/constants/tokens/bridgeable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ export const MOVR = new Token({
logo: movrLogo,
isNative: true,
swapableType: 'MOVR',
color: 'purple',
color: 'lime',
priorityRank: 300,
routeSymbol: 'MOVR',
})
Expand Down Expand Up @@ -772,7 +772,7 @@ export const WMOVR = new Token({
name: 'Wrapped MOVR',
logo: movrLogo,
swapableType: 'MOVR',
color: 'purple',
color: 'lime',
priorityRank: 350,
routeSymbol: 'WMOVR',
})
Expand Down
4 changes: 2 additions & 2 deletions packages/widget/src/constants/bridgeable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ export const MOVR: BridgeableToken = {
symbol: 'MOVR',
name: 'MOVR',
swapableType: 'MOVR',
color: 'purple',
color: 'lime',
priorityRank: 300,
routeSymbol: 'MOVR',
imgUrl:
Expand Down Expand Up @@ -886,7 +886,7 @@ export const WMOVR: BridgeableToken = {
symbol: 'MOVR',
name: 'Wrapped MOVR',
swapableType: 'MOVR',
color: 'purple',
color: 'lime',
priorityRank: 350,
routeSymbol: 'WMOVR',
imgUrl:
Expand Down

0 comments on commit 09c5dde

Please sign in to comment.