Skip to content

Commit

Permalink
change coinbase package source
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Mar 6, 2024
1 parent 6f0ae74 commit f7050eb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/WalletConnect/WalletConnectSwiftV2",
"state" : {
"revision" : "031c61bfbd4c4eed4a5cb6790152ce736a4f1fba",
"version" : "1.10.0"
"revision" : "4f93c19f02b5b9ae0a984794cae542b9ca1b7471",
"version" : "1.13.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let package = Package(
url: "https://github.com/pointfreeco/swift-snapshot-testing",
from: "1.10.0"
),
.package(name: "CoinbaseWalletSDK", url: "https://github.com/coinbase/wallet-mobile-sdk.git", from: "1.0.5"),
.package(name: "CoinbaseWalletSDK", url: "https://github.com/WalletConnect/wallet-mobile-sdk", from: "1.0.0"),
],
targets: [
.target(
Expand Down
3 changes: 2 additions & 1 deletion Sources/Web3Modal/Core/W3MJSONRPC+Coinbase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ extension W3MJSONRPC {
maxFeePerGas: maxFeePerGas,
maxPriorityFeePerGas: maxPriorityFeePerGas,
gasLimit: gasLimit,
chainId: chainId
chainId: chainId,
actionSource: nil
)
case let .wallet_switchEthereumChain(chainId):
return .wallet_switchEthereumChain(chainId: chainId)
Expand Down
6 changes: 3 additions & 3 deletions Web3Modal.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@
{
"identity" : "wallet-mobile-sdk",
"kind" : "remoteSourceControl",
"location" : "https://github.com/coinbase/wallet-mobile-sdk.git",
"location" : "https://github.com/WalletConnect/wallet-mobile-sdk",
"state" : {
"revision" : "4aa89e682f8d7ab1515d85d0797f0d25306bb56a",
"version" : "1.0.5"
"revision" : "b6dfb7d6b8447c7c5b238a10443a1ac28223f38f",
"version" : "1.0.0"
}
},
{
Expand Down

0 comments on commit f7050eb

Please sign in to comment.