Skip to content

Commit

Permalink
Merge pull request #1712 from oasisprotocol/mz/gas
Browse files Browse the repository at this point in the history
Adjust gas cost for Sapphire and Emerald
  • Loading branch information
buberdds authored Oct 14, 2023
2 parents f854539 + 0fa8616 commit 681d315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const emeraldConfig: ParaTimeConfig = {
runtimeId: undefined,
},
gasPrice: 100n,
feeGas: 15_000n,
feeGas: 70_000n,
decimals: 18,
displayOrder: 1,
type: RuntimeTypes.Evm,
Expand Down Expand Up @@ -148,7 +148,7 @@ const sapphireConfig: ParaTimeConfig = {
runtimeId: undefined,
},
gasPrice: 100n,
feeGas: 15_000n,
feeGas: 70_000n,
decimals: 18,
displayOrder: 2,
type: RuntimeTypes.Evm,
Expand Down

0 comments on commit 681d315

Please sign in to comment.