Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
fix: bootstrap with 1 SOL
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines authored Oct 21, 2019
1 parent bddb4b2 commit 387be54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/replicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ import {
sendAndConfirmTransaction,
Account,
SystemProgram,
SOL_LAMPORTS,
} from '@solana/web3.js';
import fs from 'mz/fs';
import solanaInstallInit from './solana-install-init';
import sleep from './sleep';
import url from './url';

// TODO: https://github.com/solana-labs/solana/issues/4344
const airdropAmount = 100000;
const airdropAmount = SOL_LAMPORTS;

export default class Replicator {
constructor(connection) {
Expand Down

0 comments on commit 387be54

Please sign in to comment.