Skip to content

Commit

Permalink
Revert "removes widget changes"
Browse files Browse the repository at this point in the history
This reverts commit b80adfc.
  • Loading branch information
abtestingalpha committed Oct 28, 2024
1 parent 2b509c1 commit 4c84de7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/widget/src/constants/bridgeMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,13 @@ export const BRIDGE_MAP = {
'0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56',
],
},
'0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE': {
decimals: 18,
symbol: 'BNB',
origin: ['RFQ.BNB'],
destination: [],
swappable: [],
},
'0xa4080f1778e69467E905B8d6F72f6e441f9e9484': {
decimals: 18,
symbol: 'SYN',
Expand All @@ -583,6 +590,13 @@ export const BRIDGE_MAP = {
destination: ['DOG'],
swappable: [],
},
'0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c': {
decimals: 18,
symbol: 'WBNB',
origin: ['RFQ.BNB'],
destination: [],
swappable: [],
},
'0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56': {
decimals: 18,
symbol: 'BUSD',
Expand Down
17 changes: 17 additions & 0 deletions packages/widget/src/constants/bridgeable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1450,3 +1450,20 @@ export const WLD: BridgeableToken = {
imgUrl:
'https://synapse-interface-worldchain.sanguine-fe.pages.dev/_next/static/media/worldchain.62d1dfd2.svg',
}

export const BNB: BridgeableToken = {
priorityRank: 300,
addresses: {
[CHAINS.BNBCHAIN.id]: ZeroAddress,
},
decimals: {
[CHAINS.BNBCHAIN.id]: 18,
},
symbol: 'BNB',
name: 'BNB',
swapableType: 'BNB',
color: 'yellow',
routeSymbol: 'BNB',
imgUrl:
'https://45a97b3d.sanguine-fe.pages.dev/_next/static/media/bnb.5948fe5e.svg',
}

0 comments on commit 4c84de7

Please sign in to comment.