UNPKG
check-ethereum-scanner
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Safety checks for new Ethereum tokens
check-ethereum-scanner
/
Ethereum-Renounced-Contract-Scanner-backup
/
node_modules
/
@ethereumjs
/
util
/
src
/
units.ts
3 lines
(2 loc)
•
86 B
text/typescript
View Raw
1
2
3
/** Easy conversion from Gwei to wei */
export
const
GWEI_TO_WEI =
BigInt
(
1000000000
)