Skip to content

Commit

Permalink
Update web3 provider swift
Browse files Browse the repository at this point in the history
  • Loading branch information
y3fers0n committed Jul 17, 2024
1 parent 8ce6910 commit 03bea26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ios-web3-provider/swift/TrustWeb3Provider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public struct TrustWeb3Provider {

public init(
ethereum: EthereumConfig,
solana: SolanaConfig = SolanaConfig(cluster: "https://api.mainnet-beta.solana.com"),
solana: SolanaConfig,
aptos: AptosConfig = AptosConfig(network: "Mainnet", chainId: "1")
) {
self.ethereum = ethereum
Expand Down

0 comments on commit 03bea26

Please sign in to comment.