@ensnode/datasources 0.0.0-next-20260202030222 → 0.0.0-next-20260202072436
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 +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -7208,7 +7208,7 @@ declare const _default$3: {
|
|
|
7208
7208
|
readonly stateMutability: "view";
|
|
7209
7209
|
readonly type: "function";
|
|
7210
7210
|
}];
|
|
7211
|
-
address: "
|
|
7211
|
+
address: "0x5fc8d32690cc91d4c39d9d3abcbd16989f875707";
|
|
7212
7212
|
startBlock: number;
|
|
7213
7213
|
};
|
|
7214
7214
|
ENSv1Registry: {
|
|
@@ -7543,7 +7543,7 @@ declare const _default$3: {
|
|
|
7543
7543
|
readonly stateMutability: "view";
|
|
7544
7544
|
readonly type: "function";
|
|
7545
7545
|
}];
|
|
7546
|
-
address: "
|
|
7546
|
+
address: "0x0165878a594ca255338adfa4d48449f69242eb8f";
|
|
7547
7547
|
startBlock: number;
|
|
7548
7548
|
};
|
|
7549
7549
|
Resolver: {
|
package/dist/index.js
CHANGED
|
@@ -11516,13 +11516,13 @@ var ens_test_env_default = {
|
|
|
11516
11516
|
ENSv1RegistryOld: {
|
|
11517
11517
|
abi: Registry2,
|
|
11518
11518
|
// Registry was redeployed, same abi
|
|
11519
|
-
address: "
|
|
11519
|
+
address: "0x5fc8d32690cc91d4c39d9d3abcbd16989f875707",
|
|
11520
11520
|
startBlock: 0
|
|
11521
11521
|
},
|
|
11522
11522
|
ENSv1Registry: {
|
|
11523
11523
|
abi: Registry2,
|
|
11524
11524
|
// Registry was redeployed, same abi
|
|
11525
|
-
address: "
|
|
11525
|
+
address: "0x0165878a594ca255338adfa4d48449f69242eb8f",
|
|
11526
11526
|
startBlock: 0
|
|
11527
11527
|
},
|
|
11528
11528
|
Resolver: {
|