@omnity/ree-client-ts-sdk 0.6.1 → 0.6.3
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.cjs.js +2 -2
- package/dist/index.es.js +3 -3
- package/package.json +1 -4
- package/patches/runelib+1.0.7.patch +0 -857
package/dist/index.es.js
CHANGED
|
@@ -14787,12 +14787,12 @@ class QT {
|
|
|
14787
14787
|
}
|
|
14788
14788
|
async utxosByAddress(t, n, r = !0) {
|
|
14789
14789
|
return await this.axios.get(
|
|
14790
|
-
`/addresses/${t}/utxos?filter_dust=true&filter_dust_threshold=
|
|
14790
|
+
`/addresses/${t}/utxos?filter_dust=true&filter_dust_threshold=330&exclude_metaprotocols=${r}&ignore_used_brc20=true&order=asc&count=100${n ? `&cursor=${n}` : ""}`
|
|
14791
14791
|
).then((s) => s.data);
|
|
14792
14792
|
}
|
|
14793
14793
|
async utxosByAddressMempoolAware(t, n, r = !0) {
|
|
14794
14794
|
return await this.axios.get(
|
|
14795
|
-
`/mempool/addresses/${t}/utxos?filter_dust=true&exclude_metaprotocols=${r}&filter_dust_threshold=
|
|
14795
|
+
`/mempool/addresses/${t}/utxos?filter_dust=true&exclude_metaprotocols=${r}&filter_dust_threshold=330&order=asc&count=100${n ? `&cursor=${n}` : ""}`
|
|
14796
14796
|
).then((s) => s.data);
|
|
14797
14797
|
}
|
|
14798
14798
|
async inscriptionIdsByCollectionSymbol(t, n) {
|
|
@@ -27773,7 +27773,7 @@ const aI = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
27773
27773
|
getUtxoProof: e1,
|
|
27774
27774
|
hexToBytes: bo,
|
|
27775
27775
|
toBitcoinNetwork: Oh
|
|
27776
|
-
}, Symbol.toStringTag, { value: "Module" })), HA = "kqs64-paaaa-aaaar-qamza-cai", FA = "hvyp5-5yaaa-aaaao-qjxha-cai", Qr = BigInt(546), on = "0:0", MA = "https://runescan-
|
|
27776
|
+
}, Symbol.toStringTag, { value: "Module" })), HA = "kqs64-paaaa-aaaar-qamza-cai", FA = "hvyp5-5yaaa-aaaao-qjxha-cai", Qr = BigInt(546), on = "0:0", MA = "https://gql-runescan-mainnet.omnity.network/v1/graphql", qA = "https://gql-runescan-testnet.omnity.network/v1/graphql", py = {
|
|
27777
27777
|
P2PKH: 148,
|
|
27778
27778
|
P2SH_P2WPKH: 91,
|
|
27779
27779
|
P2WPKH: 68,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnity/ree-client-ts-sdk",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"description": "A TypeScript SDK for interacting with the Ree protocol on Bitcoin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bitcoin",
|
|
@@ -22,7 +22,6 @@
|
|
|
22
22
|
},
|
|
23
23
|
"files": [
|
|
24
24
|
"dist",
|
|
25
|
-
"patches",
|
|
26
25
|
"README.md",
|
|
27
26
|
"LICENSE"
|
|
28
27
|
],
|
|
@@ -67,7 +66,6 @@
|
|
|
67
66
|
"test": "vitest",
|
|
68
67
|
"test:ui": "vitest --ui",
|
|
69
68
|
"coverage": "vitest run --coverage",
|
|
70
|
-
"postinstall": "patch-package",
|
|
71
69
|
"prepublishOnly": "npm run test && npm run build",
|
|
72
70
|
"publish:beta": "npm publish --tag beta",
|
|
73
71
|
"publish:latest": "npm publish"
|
|
@@ -99,7 +97,6 @@
|
|
|
99
97
|
"decimal.js": "^10.6.0",
|
|
100
98
|
"graphql": "^16.11.0",
|
|
101
99
|
"graphql-request": "^7.2.0",
|
|
102
|
-
"patch-package": "^8.0.1",
|
|
103
100
|
"runelib": "^1.0.7"
|
|
104
101
|
}
|
|
105
102
|
}
|