Skip to content

Commit

Permalink
Merge pull request #4890 from BitGo/COIN-1695-fix-token-address
Browse files Browse the repository at this point in the history
chore(statics): fix XSGD token address
  • Loading branch information
mukeshsp committed Sep 6, 2024
2 parents 5c02c8c + 1c9b8a1 commit 58f99dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17340,7 +17340,7 @@ export const coins = CoinMap.fromCoins([
'tpolygon:xsgd',
'XSGD',
6,
'0x16e28369bc318636abbf6cb1035da77ffbf4a3bc',
'0xd769410dc8772695a7f55a304d2125320a65c2a5',
UnderlyingAsset['tpolygon:xsgd']
),
tpolygonErc20(
Expand Down

0 comments on commit 58f99dd

Please sign in to comment.