Skip to content

Commit

Permalink
Adjust gas limit for Cipher deposits and withdrawals
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Apr 11, 2024
1 parent 37048f5 commit 818d8b8
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 818d8b8

Please sign in to comment.