From 58351e65b8442cb0ccda9d05b5b90691cab40a78 Mon Sep 17 00:00:00 2001 From: lukaw3d Date: Fri, 12 Apr 2024 02:00:59 +0200 Subject: [PATCH] Adjust gas limit for Cipher deposits and withdrawals --- .changelog/1892.bugfix.md | 1 + src/config.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .changelog/1892.bugfix.md 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,