@ensnode/datasources 1.12.0 → 1.13.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.d.ts +2260 -6
- package/dist/index.js +10 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -18324,6 +18324,16 @@ var sepolia_default = {
|
|
|
18324
18324
|
abi: UniversalResolverV1,
|
|
18325
18325
|
address: "0xb7b7dadf4d42a08b3ec1d3a1079959dfbc8cffcc",
|
|
18326
18326
|
startBlock: 8515717
|
|
18327
|
+
},
|
|
18328
|
+
BasenamesL1Resolver: {
|
|
18329
|
+
abi: ResolverABI,
|
|
18330
|
+
address: "0x084d10c07efeecd9ffc73deb38ecb72f9eeb65ab",
|
|
18331
|
+
startBlock: 6501252
|
|
18332
|
+
},
|
|
18333
|
+
LineanamesL1Resolver: {
|
|
18334
|
+
abi: ResolverABI,
|
|
18335
|
+
address: "0xb4b2748f543265e7e0d471f5d1bda81da4e74624",
|
|
18336
|
+
startBlock: 10415742
|
|
18327
18337
|
}
|
|
18328
18338
|
}
|
|
18329
18339
|
},
|