Skip to content

Commit

Permalink
Merge pull request #4771 from BitGo/CE-4303
Browse files Browse the repository at this point in the history
chore: fix token name to eliminate confusion in the UI
  • Loading branch information
bitgoAaron authored Aug 1, 2024
2 parents fac044a + 24ccf4c commit b1c9684
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/sdk-coin-algo/test/unit/algoToken.ts
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ describe('Algo USDt Token:', function () {
algoTokenCoin.getFullName().should.equal('Algo Token');
algoTokenCoin.getBaseFactor().should.equal(1e6);
algoTokenCoin.type.should.equal(USDTtokenName);
algoTokenCoin.name.should.equal('USDt');
algoTokenCoin.name.should.equal('Testnet Algorand USDT');
algoTokenCoin.coin.should.equal('talgo');
algoTokenCoin.network.should.equal('Testnet');
algoTokenCoin.decimalPlaces.should.equal(6);
8 changes: 4 additions & 4 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
@@ -12227,7 +12227,7 @@ export const coins = CoinMap.fromCoins([
'4d9eee7f-68ac-4ce4-8c83-e673f996215d',
'algo:USDt-312769',
undefined,
'Tether USDt',
'Algorand USDT',
6,
UnderlyingAsset['algo:USDt-312769'],
'https://allo.info/asset/312769/token',
@@ -13301,7 +13301,7 @@ export const coins = CoinMap.fromCoins([
'dd48a295-4f59-4a36-bc40-801998b9ff90',
'talgo:USDt-180447',
undefined,
'USDt',
'Testnet Algorand USDT',
6,
UnderlyingAsset['talgo:USDt-180447'],
'https://someurl.com/',
@@ -13393,7 +13393,7 @@ export const coins = CoinMap.fromCoins([
eosToken(
'b91390e4-f297-4d03-8bc8-5703184419dc',
'eos:USDT',
'Tether',
'EOS USDT',
4,
'tethertether',
UnderlyingAsset.USDT,
@@ -13437,7 +13437,7 @@ export const coins = CoinMap.fromCoins([
teosToken(
'7c420890-c271-49ef-b3a3-73893bffcc55',
'teos:USDT',
'Tether',
'Testnet EOS USDT',
4,
'lionteste212',
UnderlyingAsset.USDT,

0 comments on commit b1c9684

Please sign in to comment.