File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ export default class NetworkService {
3333 if ( ! bucket ) return ;
3434
3535 const entries = await NetworkService . getAll ( ) ;
36+ console . log ( entries ) ;
3637 if ( entries ) {
3738 Object . keys ( entries ) . map ( b => {
3839 const blockchain = convertBlockchain ( b ) ;
Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ export default class PriceService {
113113
114114
115115 'eos:eosio.token:eos:aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906' :convertToMultiCurrency ( EOS ) ,
116+ 'eos:eosio.token:eos:aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906:CPU / NET' :convertToMultiCurrency ( EOS ) ,
117+ 'eos:eosio.token:eos:aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906:RAM' :convertToMultiCurrency ( EOS ) ,
116118 'eth:eth:eth:1' :convertToMultiCurrency ( ETH ) ,
117119 'btc:btc:btc:1' :convertToMultiCurrency ( BTC ) ,
118120 'trx:trx:trx:1' :convertToMultiCurrency ( TRX ) ,
You can’t perform that action at this time.
0 commit comments