Skip to content

Commit

Permalink
Merge 8b7cc72 into 4fd9ef1
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboydiamonds authored Aug 21, 2024
2 parents 4fd9ef1 + 8b7cc72 commit 7135f02
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/synapse-interface/assets/chains/metis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/synapse-interface/assets/icons/metis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions packages/synapse-interface/constants/bridgeMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,13 @@ export const BRIDGE_MAP = {
destination: ['SYN'],
swappable: [],
},
'0x75cb093E4D61d2A2e65D8e0BBb01DE8d89b53481': {
decimals: 18,
symbol: 'WMETIS',
origin: ['Metis'],
destination: ['Metis'],
swappable: [],
},
'0x931B8f17764362A3325D30681009f0eDd6211231': {
decimals: 18,
symbol: 'nETH',
Expand Down Expand Up @@ -922,6 +929,13 @@ export const BRIDGE_MAP = {
destination: ['nUSD'],
swappable: ['0x961318Fc85475E125B99Cc9215f62679aE5200aB'],
},
'0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE': {
decimals: 18,
symbol: 'METIS',
origin: ['Metis'],
destination: ['Metis'],
swappable: [],
},
'0xFB21B70922B9f6e3C6274BcD6CB1aa8A0fe20B80': {
decimals: 18,
symbol: 'gOHM',
Expand Down Expand Up @@ -1179,6 +1193,13 @@ export const BRIDGE_MAP = {
destination: ['JEWEL'],
swappable: [],
},
'0x543f1b2176F7E677a95D01ca83551FAa08F83D9F': {
decimals: 18,
symbol: 'Metis',
origin: ['Metis'],
destination: ['Metis'],
swappable: [],
},
'0x5819b6af194A78511c79C85Ea68D2377a7e9335f': {
decimals: 18,
symbol: 'WKLAY',
Expand Down Expand Up @@ -1736,6 +1757,13 @@ export const BRIDGE_MAP = {
destination: ['nUSD'],
swappable: [],
},
'0x43E8E55792D6317328e5c6B0A0C89eF4b8102Fa2': {
decimals: 18,
symbol: 'Metis',
origin: ['Metis'],
destination: ['Metis'],
swappable: [],
},
'0x7516EB8B8Edfa420f540a162335eACF3ea05a247': {
decimals: 8,
symbol: 'BTC.b',
Expand Down
21 changes: 21 additions & 0 deletions packages/synapse-interface/constants/tokens/bridgeable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import klayLogo from '@assets/icons/klay.svg'
import l2daoLogo from '@assets/icons/l2dao.svg'
import lusdLogo from '@assets/icons/lusd.svg'
import maticLogo from '@assets/icons/matic.svg'
import metisLogo from '@assets/icons/metis.svg'
import movrLogo from '@assets/icons/movr.svg'
import nethLogo from '@assets/icons/neth.svg'
import newoLogo from '@assets/icons/newo.svg'
Expand Down Expand Up @@ -1209,3 +1210,23 @@ export const SPECTRAL = new Token({
color: 'blue',
routeSymbol: 'SPEC',
})

export const METIS = new Token({
priorityRank: 300,
addresses: {
[CHAINS.DFK.id]: '0x43E8E55792D6317328e5c6B0A0C89eF4b8102Fa2',
[CHAINS.KLAYTN.id]: '0x543f1b2176F7E677a95D01ca83551FAa08F83D9F',
[CHAINS.METIS.id]: zeroAddress,
},
decimals: {
[CHAINS.DFK.id]: 18,
[CHAINS.KLAYTN.id]: 18,
[CHAINS.METIS.id]: 18,
},
symbol: 'METIS',
name: 'Metis Token',
swapableType: 'METIS',
logo: metisLogo,
color: 'blue',
routeSymbol: 'METIS',
})

0 comments on commit 7135f02

Please sign in to comment.