Skip to content

Commit a9553c2

Browse files
authored
client/asset/eth: Remove USDT support on polygon bridge (#3581)
The polygon bridge does not support USDT anymore. USDT has migrated to their own custom bridge implementation.
1 parent fc94268 commit a9553c2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

client/asset/eth/polygon_bridge.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,11 @@ var (
3333
var polygonBridgeSupportedAssets = map[dex.Network]map[uint32]map[uint32]uint32{
3434
dex.Mainnet: {
3535
ethID: {
36-
usdtEthID: usdtPolygonID,
3736
ethID: wethPolygonID,
3837
maticEthID: polygonID,
3938
polygonEthID: polygonID,
4039
},
4140
polygonID: {
42-
usdtPolygonID: usdtEthID,
4341
wethPolygonID: ethID,
4442
polygonID: polygonEthID,
4543
},

0 commit comments

Comments
 (0)