Skip to content

Commit

Permalink
Merge pull request #338 from oasisprotocol/lw/cipher-gas
Browse files Browse the repository at this point in the history
Adjust gas limit for Cipher deposits and withdrawals
  • Loading branch information
lukaw3d authored Apr 12, 2024
2 parents b09b72c + d0ab263 commit 8f88c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constant/paratimeConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const cipher_config = {
displayOrder: 3,
defaultFees: {
gasPrice: 5n,
feeGas: 500_000n,
feeGas: 5_000_000n,
},
}
const sapphire_config = {
Expand Down

0 comments on commit 8f88c4c

Please sign in to comment.