Skip to content

Commit

Permalink
update moonbeam assets for constants / sdk (#3376)
Browse files Browse the repository at this point in the history
* update widget / constants

* update token/chain icons

* update constants/widget

* update button colors

* update movr token border color
  • Loading branch information
bigboydiamonds authored Nov 7, 2024
1 parent dc1ca02 commit 50140bc
Showing 9 changed files with 28 additions and 49 deletions.
8 changes: 4 additions & 4 deletions packages/synapse-constants/src/constants/chains/master.ts
Original file line number Diff line number Diff line change
@@ -341,7 +341,7 @@ export const MOONBEAM: Chain = {
chainSymbol: 'MOONBEAM',
name: 'Moonbeam',
chainImg:
'https://8f3ea9f2.sanguine-fe.pages.dev/_next/static/media/moonbeam.284ab9b4.svg',
'https://adf1cceb.sanguine-fe.pages.dev/_next/static/media/moonbeam.63f34507.svg',
layer: 1,
codeName: 'moonbeam',
blockTime: 12000,
@@ -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 = {
@@ -363,7 +363,7 @@ export const MOONRIVER: Chain = {
chainSymbol: 'MOONRIVER',
name: 'Moonriver',
chainImg:
'https://8f3ea9f2.sanguine-fe.pages.dev/_next/static/media/moonriver.3fb35010.svg',
'https://adf1cceb.sanguine-fe.pages.dev/_next/static/media/moonriver.275d190a.svg',
layer: 1,
codeName: 'moonriver',
blockTime: 12000,
@@ -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 = {
8 changes: 4 additions & 4 deletions packages/synapse-constants/src/constants/tokens/bridgeable.ts
Original file line number Diff line number Diff line change
@@ -780,10 +780,10 @@ export const MOVR = new Token({
decimals: 18,
symbol: 'MOVR',
name: 'MOVR',
logo: 'https://8f3ea9f2.sanguine-fe.pages.dev/_next/static/media/movr.3fb35010.svg',
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',
@@ -817,9 +817,9 @@ export const WMOVR = new Token({
decimals: 18,
symbol: 'MOVR',
name: 'Wrapped MOVR',
logo: 'https://8f3ea9f2.sanguine-fe.pages.dev/_next/static/media/movr.3fb35010.svg',
logo: 'https://adf1cceb.sanguine-fe.pages.dev/_next/static/media/movr.b86510af.svg',
swapableType: 'MOVR',
color: 'purple',
color: 'lime',
priorityRank: 3,
routeSymbol: 'WMOVR',
})
15 changes: 3 additions & 12 deletions packages/synapse-interface/assets/chains/moonbeam.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 3 additions & 18 deletions packages/synapse-interface/assets/chains/moonriver.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 50140bc

Please sign in to comment.