Skip to content

Commit

Permalink
feat: removal of hedera network
Browse files Browse the repository at this point in the history
  • Loading branch information
rongquan1 committed Dec 3, 2024
1 parent 27c8dba commit 4838eab
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 304 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@tradetrust-tt/dnsprove": "^2.14.2",
"@tradetrust-tt/dnsprove": "^2.15.0",
"@tradetrust-tt/document-store": "^4.1.0",
"@tradetrust-tt/token-registry": "^5.0.2",
"@tradetrust-tt/token-registry": "^5.1.0",
"@tradetrust-tt/tradetrust": "^6.9.7",
"axios": "^1.7.2",
"debug": "^4.3.1",
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const resolveIssuerIdentity = async (
record.addr.toLowerCase() === smartContractAddress.toLowerCase() &&
record.netId === network.chainId.toString(10) &&
record.type === "openatts" &&
(record.net === "ethereum" || record.net === "hedera")
record.net === "ethereum"
);
return matchingRecord
? {
Expand Down

This file was deleted.

71 changes: 0 additions & 71 deletions test/fixtures/v2/documentHederaRevokedWithDocumentStore.ts

This file was deleted.

72 changes: 0 additions & 72 deletions test/fixtures/v2/documentHederaValidWithDocumentStore.ts

This file was deleted.

0 comments on commit 4838eab

Please sign in to comment.