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 12, 2024
1 parent b09b72c commit d0ab263
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 d0ab263

Please sign in to comment.