diff --git a/WALLET_DIRECTORY.md b/WALLET_DIRECTORY.md index 57e5df3..e49d75b 100644 --- a/WALLET_DIRECTORY.md +++ b/WALLET_DIRECTORY.md @@ -28,7 +28,7 @@ be unsupported, contradicting the wallet -- click the name for their evidence ยท |     Form factor (Mobile / Browser / Desktop / Browser Extension / Hardware) | browser, mobile | |     Deployment Model (Self-hosted / SaaS / Hybrid) | saas, hybrid | | **Canton Coin** | | -|     CC support (transfers and holding) | [โœ…](proofs/dummy-wallet/dummy-wallet-self-attestation.md#cc-support-transfers-and-holding-cc_support) ๐Ÿ›ก๏ธ[Blockdaemon](proofs/dummy-wallet/dummy-wallet-third-party-attestation.md#cc-support-transfers-and-holding-cc_support-verified-by-blockdaemon) | +|     CC support (transfers and holding) | [โœ…](proofs/dummy-wallet/dummy-wallet-self-attestation.md#cc-support-transfers-and-holding-cc_support) ๐Ÿ›ก๏ธ[ThirdParty](proofs/dummy-wallet/dummy-wallet-third-party-attestation.md#cc-support-transfers-and-holding-cc_support-verified-by-thirdparty) | |     Pre-approvals for CC | [โœ…](proofs/dummy-wallet/dummy-wallet-self-attestation.md#pre-approvals-for-cc-preapprovals) | | **Token Standard** | | |     CIP-0056 token standard transfer support | [โœ…](proofs/dummy-wallet/dummy-wallet-self-attestation.md#cip-0056-token-standard-transfer-support-cip_0056_transfer) | diff --git a/examples/acme-wallet.yaml b/examples/acme-wallet.yaml index e5e98ac..7f2a549 100644 --- a/examples/acme-wallet.yaml +++ b/examples/acme-wallet.yaml @@ -25,7 +25,7 @@ features: - by: Blockdaemon date: "2026-05-20" result: verified - proof: proofs/acme-wallet/acme-wallet-third-party-attestation.md#cc-support-transfers-and-holding-cc_support-verified-by-blockdaemon + proof: proofs/acme-wallet/acme-wallet-third-party-attestation.md#cc-support-transfers-and-holding-cc_support-verified-by-thirdparty preapprovals: supported: true proof: proofs/acme-wallet/acme-wallet-self-attestation.md#pre-approvals-for-cc-preapprovals diff --git a/proofs/dummy-wallet/dummy-wallet-third-party-attestation.md b/proofs/dummy-wallet/dummy-wallet-third-party-attestation.md index 27b42fa..6bb3b3e 100644 --- a/proofs/dummy-wallet/dummy-wallet-third-party-attestation.md +++ b/proofs/dummy-wallet/dummy-wallet-third-party-attestation.md @@ -3,13 +3,13 @@ Wallet name: `dummy-wallet` --- -## CC support (transfers and holding) `cc_support` โ€” Verified by Blockdaemon +## CC support (transfers and holding) `cc_support` โ€” Verified by Third Party > Send, receive, and hold Canton Coin. > @@ -17,12 +17,12 @@ record. --> > update IDs and optionally provide screenshots of the holding, transfer, and > party ID. -Verifier: Blockdaemon -Contact: verification@blockdaemon.example +Verifier: Third Party +Contact: verification@thirdparty.example Date verified: 2026-06-05 -- Transaction update ID(s): `1220f1e2d3c4b5a6...blockdaemon-verify-cc` +- Transaction update ID(s): `1220f1e2d3c4b5a6...thirdparty-verify-cc` - Party ID(s): `dummy-wallet-party-1::1220...` -- Explorer link(s): https://scan.example.com/tx/1220f1e2d3c4b5a6...blockdaemon-verify-cc -- Screenshot(s) / video: ![holding](./dummy-wallet-third-party-attestation-images/cc_support-blockdaemon-holding.png) +- Explorer link(s): https://scan.example.com/tx/1220f1e2d3c4b5a6...thirdparty-verify-cc +- Screenshot(s) / video: ![holding](./dummy-wallet-third-party-attestation-images/cc_support-thirdparty-holding.png) - Notes: Independently sent and received CC using our own party and transaction, confirming the wallet's claim. diff --git a/wallets/dummy-wallet.yaml b/wallets/dummy-wallet.yaml index 2801ba6..04c02fa 100644 --- a/wallets/dummy-wallet.yaml +++ b/wallets/dummy-wallet.yaml @@ -23,10 +23,10 @@ features: supported: true proof: proofs/dummy-wallet/dummy-wallet-self-attestation.md#cc-support-transfers-and-holding-cc_support verified_by: - - by: Blockdaemon + - by: ThirdParty date: "2026-06-05" result: verified - proof: proofs/dummy-wallet/dummy-wallet-third-party-attestation.md#cc-support-transfers-and-holding-cc_support-verified-by-blockdaemon + proof: proofs/dummy-wallet/dummy-wallet-third-party-attestation.md#cc-support-transfers-and-holding-cc_support-verified-by-thirdparty preapprovals: supported: true proof: proofs/dummy-wallet/dummy-wallet-self-attestation.md#pre-approvals-for-cc-preapprovals