Skip to content

Commit

Permalink
fix : added support to Amoy , previously Mumbai
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperBatata committed Apr 15, 2024
1 parent eccb8bf commit 3efd9bf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import id.walt.nftkit.services.WaltIdServices
import org.web3j.protocol.Web3j
import org.web3j.protocol.http.HttpService

class MumbaiWeb3 : Web3jInstance {
class AmoyWeb3 : Web3jInstance {
override fun getWeb3j(): Web3j {
return Web3j.build(HttpService(WaltIdServices.loadChainConfig().providers.mumbai))
return Web3j.build(HttpService(WaltIdServices.loadChainConfig().providers.amoy))
}
}

0 comments on commit 3efd9bf

Please sign in to comment.