Skip to content

Instantly share code, notes, and snippets.

View lamlephamngoc's full-sized avatar

Lucas Le lamlephamngoc

View GitHub Profile
@lamlephamngoc
lamlephamngoc / TokenIndex.js
Last active November 13, 2018 20:37
Ledger sign txn on Ropsten Infura - Failed to subscribe to new newBlockHeaders to confirm the transaction receipts
import tiimPrivateSale from './ethereum/tiimPrivateSale';
...
submitPrivateSale = async (event) => {
event.preventDefault();
const {investor, value, bonus} = this.state;
this.closeSaleForm();