File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -441,14 +441,17 @@ describe('FT routes', () => {
441441 expect ( json3 . results [ 0 ] . symbol ) . toBe ( 'MIA' ) ;
442442
443443 // Test a token without SIP-16 metadata
444- await insertFt ( {
445- name : 'Scam token' ,
446- symbol : 'rstSTX' ,
447- decimals : 5 ,
448- tx_id : '0xbdc41843d5e0cd4a70611f6badeb5c87b07b12309e77c4fbaf2334c7b4cee89b' ,
449- principal : 'SP22PCWZ9EJMHV4PHVS0C8H3B3E4Q079ZHY6CXDS1.meme-token' ,
450- total_supply : '200000' ,
451- } ) ;
444+ await insertFt (
445+ {
446+ name : 'Scam token' ,
447+ symbol : 'rstSTX' ,
448+ decimals : 5 ,
449+ tx_id : '0xbdc41843d5e0cd4a70611f6badeb5c87b07b12309e77c4fbaf2334c7b4cee89b' ,
450+ principal : 'SP22PCWZ9EJMHV4PHVS0C8H3B3E4Q079ZHY6CXDS1.meme-token' ,
451+ total_supply : '200000' ,
452+ } ,
453+ true
454+ ) ;
452455 const response4 = await fastify . inject ( {
453456 method : 'GET' ,
454457 url : '/metadata/ft?name=scam' ,
You can’t perform that action at this time.
0 commit comments