Skip to content

Commit

Permalink
fix : gas provider value
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperBatata committed Feb 8, 2024
1 parent 56b72d3 commit 3af5cca
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(1_000_000_000_000L), BigInteger.valueOf(2_498_868))
object WaltIdGasProvider : StaticGasProvider(BigInteger.valueOf(10000000000), BigInteger.valueOf(2_498_868))

0 comments on commit 3af5cca

Please sign in to comment.