Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into ft/ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
thangddvmo committed Oct 9, 2024
2 parents da12484 + d17bab8 commit a78c527
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @dentity/ens-client

A combination of [Denitty](https://dentity.com) and [ENS domains](https://ens.domains) to verify basic information for ENS domain owners.
A combination of [Dentity](https://dentity.com) and [ENS domains](https://ens.domains) to verify basic information for ENS domain owners.

---

Expand All @@ -25,7 +25,7 @@ const client = createEnsPublicClient({
transport: http(''),
}) as EnsPublicClient;

EnsDentityClient.initialize(client as any, 'moisesj.eth').then((ensClient) => {
EnsDentityClient.initialize(client as any, 'alice.eth').then((ensClient) => {

// Get ethereum address of this ENS domain
const address = ensClient.getEthAddress();
Expand All @@ -50,7 +50,7 @@ const client = createEnsPublicClient({
transport: http(''),
}) as EnsPublicClient;

DentityEnsClient.initialize(client as any, 'moisesj.eth').then((ensClient) => {
DentityEnsClient.initialize(client as any, 'alice.eth').then((ensClient) => {
// Get ethereum address
const address = ensClient.getEthAddress();
console.log('ENS Address:', address);
Expand Down

0 comments on commit a78c527

Please sign in to comment.