fix: update sol:lamports ratio

This commit is contained in:
Tyera Eulberg 2019-10-29 19:58:13 -06:00 committed by Michael Vines
parent b2243802b5
commit 0907750fea
1 changed files with 2 additions and 2 deletions

View File

@ -19,5 +19,5 @@ export {
} from './util/send-and-confirm-raw-transaction';
export {testnetChannelEndpoint} from './util/testnet';
// There are 2^34 lamports in one SOL
export const LAMPORTS_PER_SOL = 17179869184;
// There are 1-billion lamports in one SOL
export const LAMPORTS_PER_SOL = 1000000000;