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

@ -369,5 +369,5 @@ declare module '@solana/web3.js' {
// === src/util/testnet.js ===
declare export function testnetChannelEndpoint(channel?: string): string;
declare export var SOL_LAMPORTS: number;
declare export var LAMPORTS_PER_SOL: number;
}