@ensnode/ensnode-sdk 0.0.0-next-20260619205842 → 0.0.0-next-20260619214816
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/internal.cjs +2 -1
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.js +2 -1
- package/dist/internal.js.map +1 -1
- package/package.json +5 -5
package/dist/internal.cjs
CHANGED
|
@@ -3285,6 +3285,7 @@ var SEPOLIA_V2_ACCOUNT_WITH_V1_AND_V2 = (0, import_enssdk9.toNormalizedAddress)(
|
|
|
3285
3285
|
var DEVNET_NAME_WITH_OWNED_RESOLVER = (0, import_enssdk9.asInterpretedName)("example.eth");
|
|
3286
3286
|
var SEPOLIA_V2_NAME = (0, import_enssdk9.asInterpretedName)("roppp.eth");
|
|
3287
3287
|
var VITALIK_NAME = (0, import_enssdk9.asInterpretedName)("vitalik.eth");
|
|
3288
|
+
var JESSE_BASE_NAME = (0, import_enssdk9.asInterpretedName)("jesse.base.eth");
|
|
3288
3289
|
var GREG_NAME = (0, import_enssdk9.asInterpretedName)("gregskril.eth");
|
|
3289
3290
|
var GREG_ADDRESS = (0, import_enssdk9.toNormalizedAddress)("0x179a862703a4adfb29896552df9e307980d19285");
|
|
3290
3291
|
var OFFCHAIN_NAME = (0, import_enssdk9.asInterpretedName)("patricio.onpoap.eth");
|
|
@@ -3973,7 +3974,7 @@ query DomainResolver($name: InterpretedName!) {
|
|
|
3973
3974
|
}
|
|
3974
3975
|
}`,
|
|
3975
3976
|
variables: {
|
|
3976
|
-
default: { name:
|
|
3977
|
+
default: { name: JESSE_BASE_NAME },
|
|
3977
3978
|
[import_datasources5.ENSNamespaceIds.EnsTestEnv]: { name: DEVNET_NAME_WITH_OWNED_RESOLVER },
|
|
3978
3979
|
[import_datasources5.ENSNamespaceIds.SepoliaV2]: { name: SEPOLIA_V2_NAME }
|
|
3979
3980
|
}
|