@tradetrust-tt/dnsprove 2.17.0 → 2.18.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tradetrust-tt/dnsprove",
3
- "version": "2.17.0",
3
+ "version": "2.18.0",
4
4
  "description": "Helper utility for retrieving OpenAttestations document store address records from DNS",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
package/src/index.test.ts CHANGED
@@ -318,14 +318,14 @@ describe("getDocumentStoreRecords for Astron", () => {
318
318
  type: "openatts",
319
319
  net: "ethereum",
320
320
  netId: "1338",
321
- addr: "0x0D5da59B93e8AC9b1781CE5694fbcE626586F4c9",
321
+ addr: "0x18bc0127Ae33389cD96593a1a612774fD14c0737",
322
322
  dnssec: false,
323
323
  },
324
324
  {
325
325
  type: "openatts",
326
326
  net: "ethereum",
327
327
  netId: "1338",
328
- addr: "0x94FD21A026E29E0686583b8be71Cb28a8ca1A8d4",
328
+ addr: "0xc98d993271a997384889dd39c14cec0c1e0206c2",
329
329
  dnssec: false,
330
330
  },
331
331
  ];