Skip to content

Commit

Permalink
Merge pull request #166 from walt-id/SuperBatata-patch-1
Browse files Browse the repository at this point in the history
Update WaltIdGasProvider.kt
  • Loading branch information
SuperBatata authored Apr 3, 2024
2 parents 0280874 + a8a76d7 commit e475dd8
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(10000000000), BigInteger.valueOf(2_498_868))
object WaltIdGasProvider : StaticGasProvider(BigInteger.valueOf(1000000000000), BigInteger.valueOf(2_498_868))

0 comments on commit e475dd8

Please sign in to comment.