Skip to content

Commit ce67b77

Browse files
authored
Merge pull request #6704 from BitGo/WIN-6703-v2
chore: rename stt to DepricatedSom
2 parents e798cb1 + bfd49fd commit ce67b77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/sdk-coin-stt/test/unit/stt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('stt', function () {
1818
stt.should.be.an.instanceof(Stt);
1919
stt.getChain().should.equal('stt');
2020
stt.getFamily().should.equal('stt');
21-
stt.getFullName().should.equal('Somnia');
21+
stt.getFullName().should.equal('DepricatedSom');
2222
stt.getBaseFactor().should.equal(1e18);
2323
stt.supportsTss().should.equal(true);
2424
stt.allowsAccountConsolidations().should.equal(false);

modules/statics/src/coins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,7 @@ export const coins = CoinMap.fromCoins([
17111711
account(
17121712
'87c104ca-6b49-479e-87fb-9253b095158c',
17131713
'stt',
1714-
'Somnia',
1714+
'DepricatedSom',
17151715
Networks.main.stt,
17161716
18,
17171717
UnderlyingAsset.STT,

0 commit comments

Comments
 (0)