fix: make sol-to-lamport const name more clear

This commit is contained in:
Tyera Eulberg
2019-12-30 11:36:12 -07:00
committed by Michael Vines
parent eef794d9be
commit b2243802b5
4 changed files with 17 additions and 17 deletions

View File

@@ -20,4 +20,4 @@ export {
export {testnetChannelEndpoint} from './util/testnet';
// There are 2^34 lamports in one SOL
export const SOL_LAMPORTS = 17179869184;
export const LAMPORTS_PER_SOL = 17179869184;