Skip to content

Commit

Permalink
removed expiration concept (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
rommex authored Sep 26, 2024
1 parent 003011d commit be0ab1c
Show file tree
Hide file tree
Showing 6 changed files with 171 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
29018C8D2BACB7BC0004545D /* JRPC_Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29018C8C2BACB7BC0004545D /* JRPC_Client.swift */; };
290A60422950A89900882109 /* WalletConnectServiceV2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 290A60412950A89900882109 /* WalletConnectServiceV2.swift */; };
290A60482950AA1600882109 /* WalletConnect in Frameworks */ = {isa = PBXBuildFile; productRef = 290A60472950AA1600882109 /* WalletConnect */; };
290A604A2950AA1600882109 /* WalletConnectAuth in Frameworks */ = {isa = PBXBuildFile; productRef = 290A60492950AA1600882109 /* WalletConnectAuth */; };
290A604C2950AA1600882109 /* WalletConnectNetworking in Frameworks */ = {isa = PBXBuildFile; productRef = 290A604B2950AA1600882109 /* WalletConnectNetworking */; };
290A604E2950AA1600882109 /* WalletConnectPairing in Frameworks */ = {isa = PBXBuildFile; productRef = 290A604D2950AA1600882109 /* WalletConnectPairing */; };
290A60502950AA1600882109 /* WalletConnectPush in Frameworks */ = {isa = PBXBuildFile; productRef = 290A604F2950AA1600882109 /* WalletConnectPush */; };
Expand Down Expand Up @@ -4242,7 +4241,6 @@
C63812242993E009002590E7 /* Valet in Frameworks */,
2917EDDF2A6F25AB004EAB31 /* Web3PromiseKit in Frameworks */,
C607A5CD2B3288900088ECF3 /* Amplitude in Frameworks */,
290A604A2950AA1600882109 /* WalletConnectAuth in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -8545,7 +8543,6 @@
30D89F5A26A9EB5500251C2D /* Bugsnag */,
C63402872886547C00AB5D38 /* SVGKit */,
290A60472950AA1600882109 /* WalletConnect */,
290A60492950AA1600882109 /* WalletConnectAuth */,
290A604B2950AA1600882109 /* WalletConnectNetworking */,
290A604D2950AA1600882109 /* WalletConnectPairing */,
290A604F2950AA1600882109 /* WalletConnectPush */,
Expand Down Expand Up @@ -12214,7 +12211,7 @@
repositoryURL = "https://github.com/WalletConnect/WalletConnectSwiftV2";
requirement = {
kind = exactVersion;
version = 1.19.4;
version = 1.20.3;
};
};
29BF9FDF2A6ED48A00EDA0DF /* XCRemoteSwiftPackageReference "Boilertalk-Web3.swift" */ = {
Expand Down Expand Up @@ -12337,11 +12334,6 @@
package = 290A60462950AA1500882109 /* XCRemoteSwiftPackageReference "WalletConnectSwiftV2" */;
productName = WalletConnect;
};
290A60492950AA1600882109 /* WalletConnectAuth */ = {
isa = XCSwiftPackageProductDependency;
package = 290A60462950AA1500882109 /* XCRemoteSwiftPackageReference "WalletConnectSwiftV2" */;
productName = WalletConnectAuth;
};
290A604B2950AA1600882109 /* WalletConnectNetworking */ = {
isa = XCSwiftPackageProductDependency;
package = 290A60462950AA1500882109 /* XCRemoteSwiftPackageReference "WalletConnectSwiftV2" */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/WalletConnect/WalletConnectSwiftV2",
"state" : {
"revision" : "4736c2be84dcb136aeccf7111e67ab7cff513a7e",
"version" : "1.19.4"
"revision" : "3327c0a8c014b155534b91520554d812e2960077",
"version" : "1.20.3"
}
},
{
Expand Down
Loading

0 comments on commit be0ab1c

Please sign in to comment.