Skip to content

Commit

Permalink
resetting bridge map for canto eth (#2299)
Browse files Browse the repository at this point in the history
  • Loading branch information
Defi-Moses authored Mar 15, 2024
1 parent 119f0b0 commit 096185c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
9 changes: 1 addition & 8 deletions packages/synapse-constants/constants/bridgeMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ export const BRIDGE_MAP = {
symbol: 'nETH',
origin: ['nETH'],
destination: ['nETH'],
swappable: ['0x5FD55A1B9FC24967C4dB09C513C3BA0DFa7FF687'],
swappable: [],
},
'0x4e71A2E537B7f9D9413D3991D37958c0b5e1e503': {
decimals: 18,
Expand All @@ -1045,13 +1045,6 @@ export const BRIDGE_MAP = {
destination: ['SYN'],
swappable: [],
},
'0x5FD55A1B9FC24967C4dB09C513C3BA0DFa7FF687': {
decimals: 18,
symbol: 'ETH',
origin: ['nETH'],
destination: ['nETH'],
swappable: ['0x09fEC30669d63A13c666d2129230dD5588E2e240'],
},
'0x80b5a32E4F032B2a058b4F29EC95EEfEEB87aDcd': {
decimals: 6,
symbol: 'USDC',
Expand Down
9 changes: 1 addition & 8 deletions packages/synapse-constants/constants/tokens/bridgeMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ export const BRIDGE_MAP = {
symbol: 'nETH',
origin: ['nETH'],
destination: ['nETH'],
swappable: ['0x5FD55A1B9FC24967C4dB09C513C3BA0DFa7FF687'],
swappable: [],
},
'0x4e71A2E537B7f9D9413D3991D37958c0b5e1e503': {
decimals: 18,
Expand All @@ -1045,13 +1045,6 @@ export const BRIDGE_MAP = {
destination: ['SYN'],
swappable: [],
},
'0x5FD55A1B9FC24967C4dB09C513C3BA0DFa7FF687': {
decimals: 18,
symbol: 'ETH',
origin: ['nETH'],
destination: ['nETH'],
swappable: ['0x09fEC30669d63A13c666d2129230dD5588E2e240'],
},
'0x80b5a32E4F032B2a058b4F29EC95EEfEEB87aDcd': {
decimals: 6,
symbol: 'USDC',
Expand Down
2 changes: 1 addition & 1 deletion packages/synapse-constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "synapse-constants",
"version": "1.3.3",
"version": "1.3.5",
"description": "This is an npm package that maintains all synapse constants",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 096185c

Please sign in to comment.