@gooddollar/bridge-app
Advanced tools
Comparing version 1.2.16 to 1.2.17
{ | ||
"name": "@gooddollar/bridge-app", | ||
"version": "1.2.16", | ||
"version": "1.2.17", | ||
"description": "Minimalistic bridge", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -134,3 +134,3 @@ import * as ethers from 'ethers'; | ||
const block = await web3.send('eth_getBlockByNumber', [ | ||
blockTag === 'latest' ? 'latest' : ethers.utils.hexlify(Number(blockTag)), | ||
blockTag === 'latest' ? 'latest' : '0x' + Number(blockTag).toString(16), | ||
false, | ||
@@ -137,0 +137,0 @@ ]); |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4965530