Skip to content

Commit

Permalink
update button colors
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboydiamonds committed Nov 6, 2024
1 parent 98a53ee commit 171e60a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/synapse-constants/src/constants/chains/master.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ export const MOONBEAM: Chain = {
explorerName: 'Moonbeam Explorer',
explorerImg:
'https://8f3ea9f2.sanguine-fe.pages.dev/_next/static/media/moonbeam.284ab9b4.svg',
color: 'teal',
color: 'purple',
}

export const MOONRIVER: Chain = {
Expand All @@ -376,7 +376,7 @@ export const MOONRIVER: Chain = {
explorerName: 'Moonriver Explorer',
explorerImg:
'https://8f3ea9f2.sanguine-fe.pages.dev/_next/static/media/moonriver.3fb35010.svg',
color: 'purple',
color: 'lime',
}

export const DOGE: Chain = {
Expand Down
4 changes: 2 additions & 2 deletions packages/synapse-interface/constants/chains/master.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ export const MOONBEAM: Chain = {
explorerUrl: 'https://moonbeam.moonscan.io',
explorerName: 'Moonbeam Explorer',
explorerImg: moonbeamImg,
color: 'teal',
color: 'purple',
}

export const MOONRIVER: Chain = {
Expand All @@ -460,7 +460,7 @@ export const MOONRIVER: Chain = {
explorerUrl: 'https://moonriver.moonscan.io',
explorerName: 'Moonriver Explorer',
explorerImg: moonriverImg,
color: 'purple',
color: 'lime',
}

export const DOGE: Chain = {
Expand Down

0 comments on commit 171e60a

Please sign in to comment.