I configured the file right and all other end points are working fine. But eos.getActions("account_name",-1,1).then((result)=> console.log(result)); is returning { actions: [], last_irreversible_block: 23070550 } But if I use cleos command it working fine : like this
cleos --url https://junglehistory.cryptolions.io:443 get actions account_name -1 -1 -j . I don't know what I am doing wrong here?