diff --git a/src/components/Libraries.tsx b/src/components/Libraries.tsx index 1c482bb4b..608bf3cfd 100644 --- a/src/components/Libraries.tsx +++ b/src/components/Libraries.tsx @@ -37,7 +37,8 @@ const ensLibraries: Language[] = [ { href: 'https://viem.sh/', name: 'Viem', - description: '', + description: + 'TypeScript interface for Ethereum. Maintained by wevm.', logo: undefined, }, { @@ -81,7 +82,7 @@ const ensLibraries: Language[] = [ href: 'https://github.com/ethereum/web3.py', name: 'web3.py', description: - 'A python interface for interacting with the Ethereum blockchain and ecosystem.', + 'A python interface for interacting with the Ethereum blockchain and ecosystem. Maintained by ApeWorX.', logo: undefined, }, ], @@ -105,7 +106,8 @@ const ensLibraries: Language[] = [ { href: 'https://docs.web3j.io/', name: 'web3j', - description: '', + description: + 'Lightweight Java and Android library for integration with Ethereum clients. Maintained by Web3 Labs.', logo: '/img/libraries/web3j.png', }, ], @@ -114,6 +116,13 @@ const ensLibraries: Language[] = [ name: 'Go', logo: , libraries: [ + { + href: 'https://github.com/wealdtech/go-ens', + name: 'go-ens', + description: + 'Go bindings for ENS contracts and resolution. Maintained by Bitwise.', + logo: undefined, + }, { href: 'https://github.com/wealdtech/ethereal', name: 'ethereal', diff --git a/src/pages/web/ensv2-readiness.mdx b/src/pages/web/ensv2-readiness.mdx index c4e803663..72f08a84a 100644 --- a/src/pages/web/ensv2-readiness.mdx +++ b/src/pages/web/ensv2-readiness.mdx @@ -6,7 +6,9 @@ The good news? For most applications, preparing for ENSv2 is as simple as updati - **viem:** [>= v2.35.0](https://github.com/wevm/viem/blob/main/src/CHANGELOG.md#2350). - **web3.py:** [>= v7.16.0](https://web3py.readthedocs.io/en/stable/release_notes.html#web3-py-v7-16-0-2026-05-01). +- **web3j:** [>= v5.0.3](https://central.sonatype.com/artifact/org.web3j/core?smo=true). - **ethers.js:** Native support not published yet. [Work in progress on v6.16.0](https://github.com/ethers-io/ethers.js/tree/wip-v6.16.0-ens). In the meantime, an [ENS ethers patch](https://github.com/ensdomains/ethers-patch) is available for both v5 and v6. Follow the instructions in the repository to apply it. +- **go-ens:** Native support not published yet. [Work in progress in PR #49](https://github.com/wealdtech/go-ens/pull/49). - **web3.js:** Deprecated. :::info