Skip to content

Commit

Permalink
fix: report gas limit on cronos mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Aug 2, 2023
1 parent c988efc commit 6e3ba64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions migrations/witnet.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ module.exports = {
/* _reportResultGasLimit */ 225000,
],
},
cronos: {
WitnetRequestBoard: [
/* _isUpgradable */ true,
/* _verstionTag */ fromAscii(packageJson.version + "-trustable"),
/* _reportResultGasLimit */ 137500,
],
},
dogechain: {
WitnetRequestBoard: [
/* _isUpgradable */ true,
Expand Down

0 comments on commit 6e3ba64

Please sign in to comment.