Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
IOS-7498: Raise gasMultiplier for Terra Classic as a workaround (pi…
Browse files Browse the repository at this point in the history
…ck to develop) (#787)

Signed-off-by: Andrey Fedorov <[email protected]>
  • Loading branch information
m3g0byt3 authored Jul 31, 2024
1 parent 4797342 commit 686f328
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BlockchainSdk/Blockchains/Cosmos/CosmosChain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,10 @@ extension CosmosChain {
case .cosmos, .gaia:
return 2
case .terraV1:
return 4
// Since 2024/07/29, there have been multiple reports of failed Terra Classic transactions due to
// an incorrect gas estimation (calculated on the blockchain).
// Therefore, we have to raise `gasMultiplier` once again as a workaround.
return 5
case .terraV2:
return 2
}
Expand Down

0 comments on commit 686f328

Please sign in to comment.