Skip to content

Commit

Permalink
Merge pull request #5471 from BitGo/WIN-4459-test-flr-sgb
Browse files Browse the repository at this point in the history
fix: testnet fix for sgb, flr
  • Loading branch information
yogeshwar-bitgo authored Feb 5, 2025
2 parents 4eebcaa + 2fc6a58 commit b049e83
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/statics/src/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ export class CoinMap {
1115: 'tcoredao',
248: 'oas',
9372: 'toas',
14: 'flr',
114: 'tflr',
19: 'sgb',
16: 'tsgb',
1111: 'wemix',
1112: 'twemix',
50: 'xdc',
51: 'txdc',
};
return ethLikeCoinFromChainId[chainId];
}
Expand Down

0 comments on commit b049e83

Please sign in to comment.