Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: blockful-io/external-resolver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ca9dc0b11a33d90dc2cba89e1e3590d37fa73609
Choose a base ref
..
head repository: blockful-io/external-resolver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 414862bf5e28ce9e6e89ff8b1c2495e0abe66869
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 packages/client/src/read.ts
6 changes: 3 additions & 3 deletions packages/client/src/read.ts
Original file line number Diff line number Diff line change
@@ -7,10 +7,10 @@ import { config } from 'dotenv'
import {
Hex,
createPublicClient,
decodeFunctionResult,
hexToString,
http,
namehash,
decodeFunctionResult,
hexToString,
} from 'viem'
import { normalize } from 'viem/ens'
import { getChain } from './client'
@@ -37,7 +37,7 @@ const client = createPublicClient({

// eslint-disable-next-line
const _ = (async () => {
const name = normalize('gibi.arb.eth')
const name = normalize('lucas.arb.eth')

const twitter = await client.getEnsText({
name,