File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ describe('stt', function () {
18
18
stt . should . be . an . instanceof ( Stt ) ;
19
19
stt . getChain ( ) . should . equal ( 'stt' ) ;
20
20
stt . getFamily ( ) . should . equal ( 'stt' ) ;
21
- stt . getFullName ( ) . should . equal ( 'Somnia ' ) ;
21
+ stt . getFullName ( ) . should . equal ( 'DepricatedSom ' ) ;
22
22
stt . getBaseFactor ( ) . should . equal ( 1e18 ) ;
23
23
stt . supportsTss ( ) . should . equal ( true ) ;
24
24
stt . allowsAccountConsolidations ( ) . should . equal ( false ) ;
Original file line number Diff line number Diff line change @@ -1711,7 +1711,7 @@ export const coins = CoinMap.fromCoins([
1711
1711
account (
1712
1712
'87c104ca-6b49-479e-87fb-9253b095158c' ,
1713
1713
'stt' ,
1714
- 'Somnia ' ,
1714
+ 'DepricatedSom ' ,
1715
1715
Networks . main . stt ,
1716
1716
18 ,
1717
1717
UnderlyingAsset . STT ,
You can’t perform that action at this time.
0 commit comments