Skip to content

Commit

Permalink
feat: add shimmer evm to providers
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperBatata committed Aug 23, 2023
1 parent ba1e0a6 commit 9e70866
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package id.walt.nftkit.utilis.providers

import id.walt.nftkit.services.Chain
import id.walt.nftkit.services.EVMChain

object ProviderFactory {
Expand All @@ -13,6 +12,7 @@ object ProviderFactory {
EVMChain.MUMBAI -> MumbaiWeb3()
EVMChain.ASTAR -> AstarWeb3()
EVMChain.MOONBEAM -> MoonbeamWeb3()
EVMChain.SHIMMEREVM -> IotaWeb3()
}
}

0 comments on commit 9e70866

Please sign in to comment.