-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add lit-vc-correctness-test * update credential json * test: tokenholdingamount * fix yml * fix one more * add cron task * update cron * fix DOCKER_TAG * fix GITHUB_EVENT_NAME * rename * hardcode endpoint * adding endpoint * adding dps * rename * adding @litentry/chaindata * fix chain * fix comments * fix env * fix one more * fix jobs
- Loading branch information
Showing
11 changed files
with
185 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
tee-worker/ts-tests/integration-tests/common/credential-json/blockchaininfo.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[ | ||
{ | ||
"id": "token-holding-amount-btc", | ||
"name": "Bitcoin Holding Amount", | ||
"description": "The number of bitcoin tokens you hold > 0", | ||
"assertion": { | ||
"id": "TokenHoldingAmount", | ||
"payload": "BTC" | ||
}, | ||
"dataProvider": "blockchaininfo", | ||
"network": "bitcoin", | ||
"mockDid": "litentry:bitcoin:0x03041ee39c741c35eb55078220dceb477a1e3b1b129977e0b37db6624772b5bda8", | ||
"mockWeb3Network": "BitcoinP2wpkh", | ||
"expectedCredentialValue": true | ||
} | ||
] |
16 changes: 16 additions & 0 deletions
16
tee-worker/ts-tests/integration-tests/common/credential-json/geniidata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[ | ||
{ | ||
"id": "token-holding-amount-btcs", | ||
"name": "BTCS Holding Amount", | ||
"description": "The number of BTCS tokens you hold > 0", | ||
"assertion": { | ||
"id": "Brc20AmountHolder", | ||
"payload": [] | ||
}, | ||
"dataProvider": "geniidata", | ||
"network": "bitcoin", | ||
"mockDid": "litentry:bitcoin:0x0202eb94e79b526f80b9029672f03d7c721da64c99fe742545423cbcc70851727f", | ||
"mockWeb3Network": "BitcoinP2wpkh", | ||
"expectedCredentialValue": true | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
tee-worker/ts-tests/integration-tests/common/credential-json/moralis.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[ | ||
{ | ||
"id": "token-holding-amount-sol", | ||
"name": "SOL Holding Amount", | ||
"description": "The number of SOL tokens you hold > 0", | ||
"assertion": { | ||
"id": "TokenHoldingAmount", | ||
"payload": "SOL" | ||
}, | ||
"dataProvider": "moralis", | ||
"network": "solana", | ||
"mockDid": "litentry:solana:09b36de0a9862cdbfe3eb023959e97e816e17d846a5762b3c1bfe7b75490c23b", | ||
"mockWeb3Network": "solana", | ||
"expectedCredentialValue": true | ||
} | ||
] |
Oops, something went wrong.