Skip to content

Commit

Permalink
Update WaltIdGasProvider.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperBatata authored Oct 18, 2023
1 parent 39f6473 commit 6ed2ee7
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(19_000_000_000L), BigInteger.valueOf(2_498_868))
object WaltIdGasProvider : StaticGasProvider(BigInteger.valueOf(1_000_000_000_000L), BigInteger.valueOf(2_498_868))

0 comments on commit 6ed2ee7

Please sign in to comment.