Skip to content

Commit

Permalink
AND-5171 Temporarily excluded infura from NEAR network providers list.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sateetas authored and kozarezvlad committed Nov 3, 2023
1 parent 85438a3 commit 454e0fe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ internal object NearWalletManagerAssembly : WalletManagerAssembly<NearWalletMana
add(createNearJsonRpcProvider(isTestNet = false))
config.nowNodeCredentials?.apiKey.letNotBlank { add(createNowNodeJsonRpcProvider(it)) }
config.getBlockCredentials?.apiKey.letNotBlank { add(createGetBlockJsonRpcProvider(it)) }
config.infuraProjectId?.letNotBlank { add(getInfuraProvider(it)) }
// temporarily exclude before AND-5171 fix
// config.infuraProjectId?.letNotBlank { add(getInfuraProvider(it)) }
}
}
val txBuilder = NearTransactionBuilder(wallet.publicKey)
Expand Down

0 comments on commit 454e0fe

Please sign in to comment.