Skip to content

Commit

Permalink
docs: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
damartripamungkas committed Nov 14, 2023
1 parent 728ba23 commit 6dbf061
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,14 @@ const provider = new Provider("https://bscrpc.com", null, null, [
`INFO: result eth_chainId, eth_blockNumber:`,
getBlockNumberAndChainId
);

/**
* @test custom send eth
* @info get gasPriceLevel in spesific block
* @returns Object{ all, top, mid, bottom }
*/
const getGasPriceLevel = await provider.customSend.getGasPriceLevel();
console.log(`INFO: result gasprice level top: ${getGasPriceLevel.top}`);
})();
```

Expand Down

0 comments on commit 6dbf061

Please sign in to comment.