Skip to content

Commit

Permalink
feat: increase transaction timeout to 120s (#131)
Browse files Browse the repository at this point in the history
increased transaction timeout to 120s in network config to combat low tps on Solana
  • Loading branch information
solberenson authored May 13, 2022
1 parent ad10fc7 commit 93a09dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ module.exports = (phase, {defaultConfig}) => {
'mainnet-beta': {
name: 'mainnet-beta',
endpoint: mainNetEndpoint,
confirmTransactionInitialTimeout: 120000,
}
},
async headers() {
Expand Down

0 comments on commit 93a09dc

Please sign in to comment.