Skip to content

Commit ec81451

Browse files
Revert "Added erc1400 precompiled contract"
1 parent 37fb416 commit ec81451

File tree

2 files changed

+0
-533
lines changed

2 files changed

+0
-533
lines changed

web3swift.xcodeproj/project.pbxproj

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@
212212
E228BED021A4C89F0085268C /* Web3Legacy+Eth.swift in Sources */ = {isa = PBXBuildFile; fileRef = E228BEC921A4C89E0085268C /* Web3Legacy+Eth.swift */; };
213213
E228BED121A4C89F0085268C /* Web3Legacy+Instance.swift in Sources */ = {isa = PBXBuildFile; fileRef = E228BECA21A4C89F0085268C /* Web3Legacy+Instance.swift */; };
214214
E228BED221A4C89F0085268C /* Web3Legacy+Instance.swift in Sources */ = {isa = PBXBuildFile; fileRef = E228BECA21A4C89F0085268C /* Web3Legacy+Instance.swift */; };
215-
E279C9EC21C316D90081695F /* Web3+ERC1400.swift in Sources */ = {isa = PBXBuildFile; fileRef = E279C9EB21C316D90081695F /* Web3+ERC1400.swift */; };
216215
E279C9EF21C46A140081695F /* Web3+ERC165.swift in Sources */ = {isa = PBXBuildFile; fileRef = E279C9EE21C46A140081695F /* Web3+ERC165.swift */; };
217216
E2DCA653218C875100F94FBA /* web3swift_ENS_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81A7B2782143C978004CD2C7 /* web3swift_ENS_Tests.swift */; };
218217
E2DCA654218C879900F94FBA /* ENS.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2E668CD214F8A7B00C3CC2D /* ENS.swift */; };
@@ -395,7 +394,6 @@
395394
E23B5ADC20EA685D00DC7F32 /* web3swift_EIP67_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = web3swift_EIP67_Tests.swift; sourceTree = "<group>"; };
396395
E23B5AE020EA695400DC7F32 /* web3swift_rinkeby_personalSignature_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = web3swift_rinkeby_personalSignature_Tests.swift; sourceTree = "<group>"; };
397396
E23B5AE220EA69B900DC7F32 /* web3swift_numberFormattingUtil_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = web3swift_numberFormattingUtil_Tests.swift; sourceTree = "<group>"; };
398-
E279C9EB21C316D90081695F /* Web3+ERC1400.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Web3+ERC1400.swift"; sourceTree = "<group>"; };
399397
E279C9EE21C46A140081695F /* Web3+ERC165.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Web3+ERC165.swift"; sourceTree = "<group>"; };
400398
E2C590752152835400FF53D3 /* JSONRPCrequestDispatcher+ObjC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "JSONRPCrequestDispatcher+ObjC.swift"; sourceTree = "<group>"; };
401399
E2E94C5F217788E0005F54A0 /* Web3+ERC721.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Web3+ERC721.swift"; sourceTree = "<group>"; };
@@ -617,7 +615,6 @@
617615
8159C50921343EF900197B91 /* PrecompiledContracts */ = {
618616
isa = PBXGroup;
619617
children = (
620-
E279C9EA21C316BE0081695F /* ERC1400 */,
621618
9196A68921B9F0B100852ED0 /* ERC777 */,
622619
E279C9ED21C3F2970081695F /* ERC165 */,
623620
E2E94C5E2177886C005F54A0 /* ERC721 */,
@@ -963,13 +960,6 @@
963960
path = Classes;
964961
sourceTree = "<group>";
965962
};
966-
E279C9EA21C316BE0081695F /* ERC1400 */ = {
967-
isa = PBXGroup;
968-
children = (
969-
E279C9EB21C316D90081695F /* Web3+ERC1400.swift */,
970-
);
971-
path = ERC1400;
972-
sourceTree = "<group>";
973963
E279C9ED21C3F2970081695F /* ERC165 */ = {
974964
isa = PBXGroup;
975965
children = (
@@ -1260,7 +1250,6 @@
12601250
81C0FCF720441A1D00D82FAF /* TransactionSigner.swift in Sources */,
12611251
8125F06920499AC300A0F2FE /* BloomFilter.swift in Sources */,
12621252
810B0F9A1FEC446B00CF0DA2 /* Web3+JSONRPC.swift in Sources */,
1263-
E279C9EC21C316D90081695F /* Web3+ERC1400.swift in Sources */,
12641253
81195AB020D7FF8500ABC6B1 /* Promise+Web3+Contract+GetIndexedEvents.swift in Sources */,
12651254
81EB1E4B208173D7003BD47F /* Web3+Personal.swift in Sources */,
12661255
E228BE7821A4492B0085268C /* Web3Legacy+BrowserFunctions.swift in Sources */,

0 commit comments

Comments
 (0)