diff --git a/.changelog/1892.bugfix.md b/.changelog/1892.bugfix.md new file mode 100644 index 0000000000..7b1a5ef4f2 --- /dev/null +++ b/.changelog/1892.bugfix.md @@ -0,0 +1 @@ +Adjust gas limit for Cipher deposits and withdrawals diff --git a/src/config.ts b/src/config.ts index 8906102315..53c4af00e2 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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,