Skip to content

Commit 62f3fd2

Browse files
fixed erc777 and 1400 - need to add correct abi for 1400 and check abi for 777
1 parent 6968d2d commit 62f3fd2

File tree

4 files changed

+767
-1
lines changed

4 files changed

+767
-1
lines changed

web3swift.xcodeproj/project.pbxproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@
213213
E279C9EF21C46A140081695F /* Web3+ERC165.swift in Sources */ = {isa = PBXBuildFile; fileRef = E279C9EE21C46A140081695F /* Web3+ERC165.swift */; };
214214
E279C9F521C47B4A0081695F /* Web3+ERC777.swift in Sources */ = {isa = PBXBuildFile; fileRef = E279C9F421C47B4A0081695F /* Web3+ERC777.swift */; };
215215
E279C9F821C47CD00081695F /* Web3+ERC820.swift in Sources */ = {isa = PBXBuildFile; fileRef = E279C9F721C47CD00081695F /* Web3+ERC820.swift */; };
216+
E279C9FB21C4860F0081695F /* Web3+ERC1400.swift in Sources */ = {isa = PBXBuildFile; fileRef = E279C9FA21C4860F0081695F /* Web3+ERC1400.swift */; };
216217
E2DCA653218C875100F94FBA /* web3swift_ENS_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81A7B2782143C978004CD2C7 /* web3swift_ENS_Tests.swift */; };
217218
E2DCA654218C879900F94FBA /* ENS.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2E668CD214F8A7B00C3CC2D /* ENS.swift */; };
218219
E2DCA655218C879900F94FBA /* ENSResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = B219DC162154F3EE0035BF94 /* ENSResolver.swift */; };
@@ -396,6 +397,7 @@
396397
E279C9EE21C46A140081695F /* Web3+ERC165.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Web3+ERC165.swift"; sourceTree = "<group>"; };
397398
E279C9F421C47B4A0081695F /* Web3+ERC777.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Web3+ERC777.swift"; sourceTree = "<group>"; };
398399
E279C9F721C47CD00081695F /* Web3+ERC820.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Web3+ERC820.swift"; sourceTree = "<group>"; };
400+
E279C9FA21C4860F0081695F /* Web3+ERC1400.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Web3+ERC1400.swift"; sourceTree = "<group>"; };
399401
E2C590752152835400FF53D3 /* JSONRPCrequestDispatcher+ObjC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "JSONRPCrequestDispatcher+ObjC.swift"; sourceTree = "<group>"; };
400402
E2E94C5F217788E0005F54A0 /* Web3+ERC721.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Web3+ERC721.swift"; sourceTree = "<group>"; };
401403
FB43EC035C593F9E5A3644B6 /* Pods-web3swift-macOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-web3swift-macOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-web3swift-macOS/Pods-web3swift-macOS.debug.xcconfig"; sourceTree = "<group>"; };
@@ -616,6 +618,7 @@
616618
8159C50921343EF900197B91 /* PrecompiledContracts */ = {
617619
isa = PBXGroup;
618620
children = (
621+
E279C9F921C484400081695F /* ERC1400 */,
619622
E279C9F621C47CC10081695F /* ERC820 */,
620623
E279C9F321C47B3B0081695F /* ERC777 */,
621624
E279C9ED21C3F2970081695F /* ERC165 */,
@@ -978,6 +981,14 @@
978981
path = ERC820;
979982
sourceTree = "<group>";
980983
};
984+
E279C9F921C484400081695F /* ERC1400 */ = {
985+
isa = PBXGroup;
986+
children = (
987+
E279C9FA21C4860F0081695F /* Web3+ERC1400.swift */,
988+
);
989+
path = ERC1400;
990+
sourceTree = "<group>";
991+
};
981992
E2E94C5E2177886C005F54A0 /* ERC721 */ = {
982993
isa = PBXGroup;
983994
children = (
@@ -1284,6 +1295,7 @@
12841295
E279C9F821C47CD00081695F /* Web3+ERC820.swift in Sources */,
12851296
81A1823720D6E2BB0016741F /* Promise+Web3+Eth+GetBlockByHash.swift in Sources */,
12861297
81909D51218DAEC0007D2AE5 /* Promise+Web3+Personal+CreateAccount.swift in Sources */,
1298+
E279C9FB21C4860F0081695F /* Web3+ERC1400.swift in Sources */,
12871299
818D16CF204D42910084D2A4 /* Web3+EventParser.swift in Sources */,
12881300
E279C9EF21C46A140081695F /* Web3+ERC165.swift in Sources */,
12891301
81C5DA282072E18200424CD6 /* NativeTypesEncoding+Extensions.swift in Sources */,

0 commit comments

Comments
 (0)