Skip to content

Commit b049e83

Browse files
Merge pull request #5471 from BitGo/WIN-4459-test-flr-sgb
fix: testnet fix for sgb, flr
2 parents 4eebcaa + 2fc6a58 commit b049e83

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/statics/src/map.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ export class CoinMap {
6060
1115: 'tcoredao',
6161
248: 'oas',
6262
9372: 'toas',
63+
14: 'flr',
64+
114: 'tflr',
65+
19: 'sgb',
66+
16: 'tsgb',
67+
1111: 'wemix',
68+
1112: 'twemix',
69+
50: 'xdc',
70+
51: 'txdc',
6371
};
6472
return ethLikeCoinFromChainId[chainId];
6573
}

0 commit comments

Comments
 (0)