Skip to content

Commit

Permalink
chore(hapi): change top limit value
Browse files Browse the repository at this point in the history
  • Loading branch information
Torresmorah committed Nov 16, 2022
1 parent ef24a5d commit 188d430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hapi/src/config/eos.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
process.env.HAPI_EOS_STATE_HISTORY_PLUGIN_ENDPOINT,
chainId: process.env.HAPI_EOS_API_CHAIN_ID,
eosChainId: 'aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906',
eosTopLimit: 150,
eosTopLimit: 100,
baseAccount: process.env.HAPI_EOS_BASE_ACCOUNT,
baseAccountPassword: process.env.HAPI_EOS_BASE_ACCOUNT_PASSWORD,
faucet: {
Expand Down

0 comments on commit 188d430

Please sign in to comment.