@namehash/namehash-ui 1.10.1 → 1.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +85 -45
- package/dist/index.d.ts +85 -45
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -4280,6 +4280,7 @@ var SUPPORTED_CHAINS = [
|
|
|
4280
4280
|
import_datasources2.ensTestEnvChain,
|
|
4281
4281
|
mainnet,
|
|
4282
4282
|
sepolia,
|
|
4283
|
+
import_datasources2.sepoliaV2Chain,
|
|
4283
4284
|
base,
|
|
4284
4285
|
baseSepolia,
|
|
4285
4286
|
linea,
|
|
@@ -4293,6 +4294,7 @@ var SUPPORTED_CHAINS = [
|
|
|
4293
4294
|
];
|
|
4294
4295
|
var CUSTOM_CHAIN_NAMES = /* @__PURE__ */ new Map([
|
|
4295
4296
|
[import_datasources2.ensTestEnvChain.id, "Ethereum Local (ens-test-env)"],
|
|
4297
|
+
[import_datasources2.sepoliaV2Chain.id, "Sepolia V2 (virtual)"],
|
|
4296
4298
|
[mainnet.id, "Mainnet"],
|
|
4297
4299
|
[sepolia.id, "Ethereum Sepolia"],
|
|
4298
4300
|
[base.id, "Base"],
|