Skip to content

Commit

Permalink
ALL-5214 - Fix Celo Gas Price estimation (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel authored Feb 22, 2024
1 parent d103efd commit 2eed221
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tatumio",
"version": "2.2.49",
"version": "2.2.50",
"license": "MIT",
"repository": "https://github.com/tatumio/tatum-js",
"scripts": {
Expand Down
4 changes: 0 additions & 4 deletions packages/blockchain/celo/src/lib/services/celo.web3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,5 @@ export const celoWeb3 = (args: {

return web3
},
async getGasPriceInWei(): Promise<string> {
// TODO: SHOULD BE REPLACED TO CELO
return (await args.apiCalls.getFee('ETH')).medium.toString()
},
}
}

0 comments on commit 2eed221

Please sign in to comment.