From 1030058ed7b3414847f9f75ba450e438ab33837f Mon Sep 17 00:00:00 2001 From: daoauth <57783762+daoauth@users.noreply.github.com> Date: Wed, 10 Nov 2021 22:13:21 +0900 Subject: [PATCH] Update Cosmos address (blockchainAccountId) Change cosmos address scheme of blockchainAccountId `cosmos:[prefix]:[cosmos_address_without_prefix]` https://github.com/decentralized-identity/did-jwt/pull/205 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f1c77cb7..99b45ba3 100644 --- a/index.html +++ b/index.html @@ -1491,13 +1491,13 @@
- The following example demonstrates the expression of a Cosmos Hub address. + The following example demonstrates the expression of a Cosmos address.
{ "id": "did:example:123#blockchainAccountId", "type": "EcdsaSecp256k1RecoverySignature2020", - "blockchainAccountId":"cosmos:cosmoshub-3:cosmos1t2uflqwqe0fsj0shcfkrvpukewcw40yjj6hdc0" + "blockchainAccountId":"cosmos:cosmos:1t2uflqwqe0fsj0shcfkrvpukewcw40yjj6hdc0" }