docs: add contract addresses for mainnet #476
Annotations
4 errors
test/ordinal-api.test.ts > Ordinal API Tests > should get inscription from id:
sdk/test/ordinal-api.test.ts#L39
AssertionError: expected { …(17) } to deeply equal { …(19) }
- Expected
+ Received
Object {
"address": "tb1qn50zg73kl8f8wkn8358n4z2drvwraxhl7zdzly",
"charms": Array [],
"children": Array [],
"content_length": 868,
"content_type": "text/javascript",
- "effective_content_type": "text/javascript",
"fee": 395,
"height": 2537128,
"id": Object {
"index": 0,
"txid": "74c86592f75716a14a534898913e6077fb5d7650cfc17600868964bbe2b7e512",
},
"next": Object {
"index": 0,
"txid": "dd90d8222da2a6f3260109b1e4d1a2c341d999fce4707b1d77e49956a51a0305",
},
"number": 560474,
"parent": null,
- "parents": Array [],
"previous": Object {
"index": 0,
"txid": "332d3fae125de51de29e97cd9e80aab7c63025d5094944a3dceb117c556c41cc",
},
"rune": null,
"sat": null,
"satpoint": Object {
- "offset": 46181932,
+ "offset": 96181932,
"outpoint": Object {
- "txid": "a5f5c00f7bf5160dd773bfd3010c24034f58fe475806c17cf67d1940e822128b",
+ "txid": "a4f11b32041419829b56fe456a976efef0c3ba557cf6041918e81e5d3265b884",
"vout": 2,
},
},
"timestamp": 1699246476,
- "value": 106350513,
+ "value": 156405502,
}
❯ test/ordinal-api.test.ts:39:16
|
test/ordinal-api.test.ts > Ordinal API Tests > should get inscriptions from UTXO:
sdk/test/ordinal-api.test.ts#L82
AssertionError: expected { value: 1967, …(8) } to deeply equal { …(9) }
- Expected
+ Received
Object {
"address": "tb1pyjkjq93n0zvenjlyy5gp3euk4jeza3w35mu2rpe6m33k8czd0e7s3ha8st",
"indexed": false,
"inscriptions": Array [],
- "runes": Object {},
+ "runes": Array [],
"sat_ranges": null,
"script_pubkey": "OP_PUSHNUM_1 OP_PUSHBYTES_32 24ad201633789999cbe4251018e796acb22ec5d1a6f8a1873adc6363e04d7e7d",
"spent": true,
"transaction": "d370be1b6bf74677c82226d7a0d65743cbe3846b9216e0ad207a7b03a5230ec3",
"value": 1967,
}
❯ test/ordinal-api.test.ts:82:16
|
test/ordinal-api.test.ts > Ordinal API Tests > should get inscriptions from Sat:
sdk/test/ordinal-api.test.ts#L105
AssertionError: expected { Object (number, decimal, ...) } to deeply equal { block: +0, charms: [], …(13) }
- Expected
+ Received
Object {
"block": 0,
- "charms": Array [],
"cycle": 0,
"decimal": "0.100",
"degree": "0°0′0″100‴",
"epoch": 0,
"inscriptions": Array [],
"name": "nvtdijuwxht",
"number": 100,
"offset": 100,
"percentile": "0.0000000000047619047671428594%",
"period": 0,
"rarity": "common",
"satpoint": null,
"timestamp": 1296688602,
}
❯ test/ordinal-api.test.ts:105:16
|
SDK
Process completed with exit code 1.
|