Skip to content

Commit

Permalink
Merge pull request #1892 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 bd073b4 + 72ab859 commit 75153ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changelog/1892.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adjust gas limit for Cipher deposits and withdrawals
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const cipherConfig: ParaTimeConfig = {
runtimeId: undefined,
},
gasPrice: 5n,
feeGas: 500_000n,
feeGas: 5_000_000n,
decimals: 9,
displayOrder: 3,
type: RuntimeTypes.Oasis,
Expand Down

0 comments on commit 75153ec

Please sign in to comment.