diff --git a/web3.js/src/index.js b/web3.js/src/index.js index 6cf85a1832..6629409a3b 100644 --- a/web3.js/src/index.js +++ b/web3.js/src/index.js @@ -10,7 +10,10 @@ export {Transaction, TransactionInstruction} from './transaction'; export {VALIDATOR_INFO_KEY, ValidatorInfo} from './validator-info'; export {VOTE_ACCOUNT_KEY, VoteAccount} from './vote-account'; export {SYSVAR_RENT_PUBKEY} from './sysvar-rent'; -export {sendAndConfirmTransaction} from './util/send-and-confirm-transaction'; +export { + sendAndConfirmTransaction, + sendAndConfirmRecentTransaction, +} from './util/send-and-confirm-transaction'; export { sendAndConfirmRawTransaction, } from './util/send-and-confirm-raw-transaction';