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 () {
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 ) ;
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments