Skip to content

Commit

Permalink
Fix the initiate gas limit for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
skubarenko committed Aug 17, 2022
1 parent 84d7c0a commit d56c78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacy/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default {
testnet: {
address: '0x512fe6B803bA327DCeFBF2Cec7De333f761B0f2b',
initiateGasLimitWithoutReward: 200000,
initiateGasLimitWithReward: 200000,
initiateGasLimitWithReward: 210000,
redeemGasLimit: 140000
},
abi: [
Expand Down

0 comments on commit d56c78e

Please sign in to comment.