Skip to content

Commit

Permalink
update constants/widget
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboydiamonds committed Nov 6, 2024
1 parent 0c5418a commit 98a53ee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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 @@ -341,7 +341,7 @@ export const MOONBEAM: Chain = {
chainSymbol: 'MOONBEAM',
name: 'Moonbeam',
chainImg:
'https://35774ffb.sanguine.pages.dev/_next/static/media/moonbeam.96172536.svg',
'https://adf1cceb.sanguine-fe.pages.dev/_next/static/media/moonbeam.63f34507.svg',
layer: 1,
codeName: 'moonbeam',
blockTime: 12000,
Expand All @@ -363,7 +363,7 @@ export const MOONRIVER: Chain = {
chainSymbol: 'MOONRIVER',
name: 'Moonriver',
chainImg:
'https://35774ffb.sanguine.pages.dev/_next/static/media/moonriver.4fc56100.svg',
'https://adf1cceb.sanguine-fe.pages.dev/_next/static/media/moonriver.275d190a.svg',
layer: 1,
codeName: 'moonriver',
blockTime: 12000,
Expand Down
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 @@ -780,7 +780,7 @@ 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',
Expand Down Expand Up @@ -817,7 +817,7 @@ 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',
priorityRank: 3,
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 @@ -848,7 +848,7 @@ export const MOVR: BridgeableToken = {
priorityRank: 300,
routeSymbol: 'MOVR',
imgUrl:
'https://45a97b3d.sanguine-fe.pages.dev/_next/static/media/movr.3fb35010.svg',
'https://adf1cceb.sanguine-fe.pages.dev/_next/static/media/movr.b86510af.svg',
}

export const AVAX: BridgeableToken = {
Expand Down Expand Up @@ -890,7 +890,7 @@ export const WMOVR: BridgeableToken = {
priorityRank: 350,
routeSymbol: 'WMOVR',
imgUrl:
'https://45a97b3d.sanguine-fe.pages.dev/_next/static/media/movr.3fb35010.svg',
'https://adf1cceb.sanguine-fe.pages.dev/_next/static/media/movr.b86510af.svg',
}

export const WAVAX: BridgeableToken = {
Expand Down
4 changes: 2 additions & 2 deletions packages/widget/src/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export const MOONBEAM: Chain = {
explorerName: 'Moonbeam Explorer',
blockTime: 12000,
imgUrl:
'https://35774ffb.sanguine.pages.dev/_next/static/media/moonbeam.96172536.svg',
'https://adf1cceb.sanguine-fe.pages.dev/_next/static/media/moonbeam.63f34507.svg',
networkName: 'Moonbeam',
networkUrl: 'https://rpc.api.moonbeam.network',
nativeCurrency: {
Expand All @@ -348,7 +348,7 @@ export const MOONRIVER: Chain = {
explorerName: 'Moonriver Explorer',
blockTime: 12000,
imgUrl:
'https://35774ffb.sanguine.pages.dev/_next/static/media/moonriver.4fc56100.svg',
'https://adf1cceb.sanguine-fe.pages.dev/_next/static/media/moonriver.275d190a.svg',
networkName: 'Moonriver',
networkUrl: 'https://rpc.api.moonriver.moonbeam.network',
nativeCurrency: {
Expand Down

0 comments on commit 98a53ee

Please sign in to comment.