@ensnode/ensnode-sdk 0.0.0-next-20260610163200 → 0.0.0-next-20260612145751

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 CHANGED
@@ -2214,6 +2214,78 @@ var fixtures = {
2214
2214
  rawAddresses,
2215
2215
  textRecords: testEthTextRecords
2216
2216
  };
2217
+ var contenthashFixtures = {
2218
+ ipfs: "0xe3010170122029f2d17be6139079dc48696d1f582a8530eb9805b561eda517e22a892c7e3f1f",
2219
+ swarm: "0xe40101fa011b20d1de9994b4d039f6548d191eb26786769f580809256b4685ef316805265ea162",
2220
+ ipns: "0xe50101720024080112205cbd1cc86ac20d6640795809c2a185bb2504538a2de8076da5a6971b8acb4715",
2221
+ onion: "0xbc037a716b746c776934666563766f367269",
2222
+ onion3: "0xbd037035336c663537716f7679757677736336786e72707079706c79337674716d376c3670636f626b6d797173696f6679657a6e667535757164",
2223
+ skynet: "0x90b2c60508004007fd43b74149b31aacbbf2784e874d09b086bed15fd54cacff7120cce95372",
2224
+ arweave: "0x90b2ca05cacdf63edf2e0bb4eb5711dd38b0723aca5f3c4ab62ceeb7c1110740833d4894"
2225
+ };
2226
+ var additionallyRegisteredNames = [
2227
+ {
2228
+ type: "ENSv2",
2229
+ name: "contenthash.eth",
2230
+ label: "contenthash",
2231
+ records: {},
2232
+ subnames: [
2233
+ {
2234
+ label: "ipfs",
2235
+ name: "ipfs.contenthash.eth",
2236
+ records: { contenthash: contenthashFixtures.ipfs }
2237
+ },
2238
+ {
2239
+ label: "swarm",
2240
+ name: "swarm.contenthash.eth",
2241
+ records: { contenthash: contenthashFixtures.swarm }
2242
+ },
2243
+ {
2244
+ label: "ipns",
2245
+ name: "ipns.contenthash.eth",
2246
+ records: { contenthash: contenthashFixtures.ipns }
2247
+ },
2248
+ {
2249
+ label: "onion",
2250
+ name: "onion.contenthash.eth",
2251
+ records: { contenthash: contenthashFixtures.onion }
2252
+ },
2253
+ {
2254
+ label: "onion3",
2255
+ name: "onion3.contenthash.eth",
2256
+ records: { contenthash: contenthashFixtures.onion3 }
2257
+ },
2258
+ {
2259
+ label: "skynet",
2260
+ name: "skynet.contenthash.eth",
2261
+ records: { contenthash: contenthashFixtures.skynet }
2262
+ },
2263
+ {
2264
+ label: "arweave",
2265
+ name: "arweave.contenthash.eth",
2266
+ records: { contenthash: contenthashFixtures.arweave }
2267
+ }
2268
+ ]
2269
+ },
2270
+ {
2271
+ type: "ENSv1",
2272
+ name: "legacy-v1-wrapped.eth",
2273
+ label: "legacy-v1-wrapped",
2274
+ wrapped: true
2275
+ },
2276
+ {
2277
+ type: "ENSv1",
2278
+ name: "legacy-v1-unwrapped.eth",
2279
+ label: "legacy-v1-unwrapped",
2280
+ wrapped: false
2281
+ },
2282
+ {
2283
+ type: "ENSv2",
2284
+ name: "emptyrecords.eth",
2285
+ label: "emptyrecords",
2286
+ records: { contenthash: "0x" }
2287
+ }
2288
+ ];
2217
2289
 
2218
2290
  // src/omnigraph-api/example-queries.ts
2219
2291
  var SEPOLIA_V2_V2_ETH_REGISTRY = getDatasourceContract(