Skip to content

Commit

Permalink
Merge pull request #122 from walt-id/gas-provider
Browse files Browse the repository at this point in the history
refactor: gasPrice and limit
  • Loading branch information
taminobaumann authored Jul 11, 2023
2 parents 24fcf63 + 06d92e5 commit b92dcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/id/walt/nftkit/utilis/WaltIdGasProvider.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ import java.math.BigInteger
// - https://polygonscan.com/address/0xb789711a8cf2a3938779d01866a4c376598b9fe6

// Config Gas: 80 Wei
object WaltIdGasProvider : StaticGasProvider(BigInteger.valueOf(200_000_000_000L), BigInteger.valueOf(4_498_868))
object WaltIdGasProvider : StaticGasProvider(BigInteger.valueOf(19_000_000_000L), BigInteger.valueOf(2_498_868))

0 comments on commit b92dcc2

Please sign in to comment.