Skip to content

feat(blockchainAPI): adding optional chainId parameter for the identity#253

Open
geekbrother wants to merge 2 commits intomainfrom
feat/add_identity_chainid
Open

feat(blockchainAPI): adding optional chainId parameter for the identity#253
geekbrother wants to merge 2 commits intomainfrom
feat/add_identity_chainid

Conversation

@geekbrother
Copy link
Contributor

This PR adds an optional chainId parameter for the /identity address -> name resolution to support anything other than the Ethereum ENS resolution.

Related to the https://github.com/WalletConnect/blockchain-api/issues/760

@geekbrother geekbrother self-assigned this Sep 3, 2024
@vercel
Copy link

vercel bot commented Sep 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
walletconnect-specs ⬜️ Ignored (Inspect) Visit Preview Sep 3, 2024 0:37am


#### Query parameters:

* `address` - (Optional) Ethereum address to lookup for the ENS name and avatar.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixing this, address is not an optional parameter but is required.

`GET /v1/identity/{address}?projectId={projectId}`
`GET /v1/identity/{address}`

* `address` - Ethereum address to lookup for the ENS name and avatar.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did overlook this, do we need to say that is a Ethereum address and is for ENS name?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch @zoruka ! We should remove this since the address can be Solana etc. starting from this change.

Comment on lines +16 to +17
* `chainId` - (Optional) CAIP-2 chain identifier to use for the address.
If it's not set the Ethereum mainnet and ENS resolution is used.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clearly specifies the default. ENS resolution is unrelated

Suggested change
* `chainId` - (Optional) CAIP-2 chain identifier to use for the address.
If it's not set the Ethereum mainnet and ENS resolution is used.
* `chainId` - (Optional) CAIP-2 chain identifier to use for the address. Defaults to `eip155:1`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants