@gardenfi/utils 2.2.0-beta.1 → 2.2.1-beta.1
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/index195.cjs +1 -1
- package/dist/index195.js +3 -3
- package/dist/index225.cjs +1 -1
- package/dist/index225.js +2 -2
- package/dist/index228.cjs +1 -1
- package/dist/index228.js +2 -2
- package/dist/index229.cjs +1 -1
- package/dist/index229.js +1 -1
- package/dist/index234.cjs +1 -1
- package/dist/index234.js +1 -1
- package/dist/index235.cjs +1 -1
- package/dist/index235.js +1 -1
- package/dist/index236.cjs +1 -1
- package/dist/index236.js +2 -2
- package/dist/index248.cjs +1 -1
- package/dist/index248.js +1 -1
- package/dist/index249.cjs +1 -1
- package/dist/index249.js +1 -1
- package/dist/index28.cjs +1 -1
- package/dist/index28.js +2 -2
- package/dist/index280.cjs +1 -1
- package/dist/index280.js +103 -6
- package/dist/index281.cjs +1 -1
- package/dist/index281.js +7 -7
- package/dist/index282.cjs +1 -1
- package/dist/index282.js +223 -25
- package/dist/index283.cjs +1 -1
- package/dist/index283.js +6 -19
- package/dist/index284.cjs +1 -1
- package/dist/index284.js +7 -147
- package/dist/index285.cjs +1 -1
- package/dist/index285.js +24 -101
- package/dist/index286.cjs +1 -1
- package/dist/index286.js +19 -3
- package/dist/index287.cjs +1 -1
- package/dist/index287.js +140 -134
- package/dist/index288.cjs +1 -1
- package/dist/index288.js +3 -155
- package/dist/index289.cjs +1 -1
- package/dist/index289.js +138 -7
- package/dist/index290.cjs +1 -1
- package/dist/index290.js +155 -6
- package/dist/index291.cjs +1 -1
- package/dist/index291.js +8 -223
- package/dist/index292.cjs +1 -1
- package/dist/index292.js +2 -2
- package/dist/index293.cjs +1 -1
- package/dist/index293.js +2 -2
- package/dist/index294.cjs +1 -1
- package/dist/index294.js +138 -10
- package/dist/index295.cjs +1 -1
- package/dist/index295.js +42 -19
- package/dist/index296.cjs +1 -1
- package/dist/index296.js +73 -134
- package/dist/index297.cjs +1 -1
- package/dist/index297.js +2 -43
- package/dist/index298.cjs +1 -1
- package/dist/index298.js +10 -77
- package/dist/index299.cjs +1 -1
- package/dist/index299.js +20 -2
- package/dist/index301.cjs +1 -2
- package/dist/index301.js +695 -63
- package/dist/index302.cjs +1 -1
- package/dist/index302.js +201 -4
- package/dist/index303.cjs +2 -1
- package/dist/index303.js +65 -39
- package/dist/index304.cjs +1 -1
- package/dist/index304.js +4 -698
- package/dist/index305.cjs +1 -1
- package/dist/index305.js +40 -201
- package/dist/index306.cjs +1 -1
- package/dist/index306.js +1 -1
- package/dist/index307.cjs +1 -1
- package/dist/index307.js +1 -1
- package/dist/index308.cjs +1 -1
- package/dist/index308.js +1 -1
- package/dist/index310.cjs +1 -1
- package/dist/index310.js +2 -2
- package/dist/index311.cjs +1 -1
- package/dist/index311.js +3 -3
- package/package.json +1 -1
package/dist/index288.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function t(e){return`[${e.slice(2)}]`}exports.encodeLabelhash=t;
|
package/dist/index288.js
CHANGED
|
@@ -1,158 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import { pad as d, assertEndOffset as m, assertSize as g, assertStartOffset as p } from "./index303.js";
|
|
4
|
-
const $ = /* @__PURE__ */ new TextEncoder(), h = /* @__PURE__ */ Array.from({ length: 256 }, (t, e) => e.toString(16).padStart(2, "0"));
|
|
5
|
-
function y(t, e = {}) {
|
|
6
|
-
const { strict: r = !1 } = e;
|
|
7
|
-
if (!t)
|
|
8
|
-
throw new f(t);
|
|
9
|
-
if (typeof t != "string")
|
|
10
|
-
throw new f(t);
|
|
11
|
-
if (r && !/^0x[0-9a-fA-F]*$/.test(t))
|
|
12
|
-
throw new l(t);
|
|
13
|
-
if (!t.startsWith("0x"))
|
|
14
|
-
throw new l(t);
|
|
15
|
-
}
|
|
16
|
-
function B(...t) {
|
|
17
|
-
return `0x${t.reduce((e, r) => e + r.replace("0x", ""), "")}`;
|
|
18
|
-
}
|
|
19
|
-
function P(t, e = {}) {
|
|
20
|
-
const r = `0x${Number(t)}`;
|
|
21
|
-
return typeof e.size == "number" ? (g(r, e.size), x(r, e.size)) : r;
|
|
22
|
-
}
|
|
23
|
-
function w(t, e = {}) {
|
|
24
|
-
let r = "";
|
|
25
|
-
for (let i = 0; i < t.length; i++)
|
|
26
|
-
r += h[t[i]];
|
|
27
|
-
const n = `0x${r}`;
|
|
28
|
-
return typeof e.size == "number" ? (g(n, e.size), E(n, e.size)) : n;
|
|
29
|
-
}
|
|
30
|
-
function V(t, e = {}) {
|
|
31
|
-
const { signed: r, size: n } = e, i = BigInt(t);
|
|
32
|
-
let s;
|
|
33
|
-
n ? r ? s = (1n << BigInt(n) * 8n - 1n) - 1n : s = 2n ** (BigInt(n) * 8n) - 1n : typeof t == "number" && (s = BigInt(Number.MAX_SAFE_INTEGER));
|
|
34
|
-
const u = typeof s == "bigint" && r ? -s - 1n : 0;
|
|
35
|
-
if (s && i > s || i < u) {
|
|
36
|
-
const a = typeof t == "bigint" ? "n" : "";
|
|
37
|
-
throw new O({
|
|
38
|
-
max: s ? `${s}${a}` : void 0,
|
|
39
|
-
min: `${u}${a}`,
|
|
40
|
-
signed: r,
|
|
41
|
-
size: n,
|
|
42
|
-
value: `${t}${a}`
|
|
43
|
-
});
|
|
44
|
-
}
|
|
45
|
-
const c = `0x${(r && i < 0 ? (1n << BigInt(n * 8)) + BigInt(i) : i).toString(16)}`;
|
|
46
|
-
return n ? x(c, n) : c;
|
|
47
|
-
}
|
|
48
|
-
function j(t, e = {}) {
|
|
49
|
-
return w($.encode(t), e);
|
|
50
|
-
}
|
|
51
|
-
function x(t, e) {
|
|
52
|
-
return d(t, { dir: "left", size: e });
|
|
53
|
-
}
|
|
54
|
-
function E(t, e) {
|
|
55
|
-
return d(t, { dir: "right", size: e });
|
|
56
|
-
}
|
|
57
|
-
function v(t, e, r, n = {}) {
|
|
58
|
-
const { strict: i } = n;
|
|
59
|
-
p(t, e);
|
|
60
|
-
const s = `0x${t.replace("0x", "").slice((e ?? 0) * 2, (r ?? t.length) * 2)}`;
|
|
61
|
-
return i && m(s, e, r), s;
|
|
62
|
-
}
|
|
63
|
-
function A(t) {
|
|
64
|
-
return Math.ceil((t.length - 2) / 2);
|
|
65
|
-
}
|
|
66
|
-
function N(t, e = {}) {
|
|
67
|
-
const { strict: r = !1 } = e;
|
|
68
|
-
try {
|
|
69
|
-
return y(t, { strict: r }), !0;
|
|
70
|
-
} catch {
|
|
71
|
-
return !1;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
class O extends o {
|
|
75
|
-
constructor({ max: e, min: r, signed: n, size: i, value: s }) {
|
|
76
|
-
super(`Number \`${s}\` is not in safe${i ? ` ${i * 8}-bit` : ""}${n ? " signed" : " unsigned"} integer range ${e ? `(\`${r}\` to \`${e}\`)` : `(above \`${r}\`)`}`), Object.defineProperty(this, "name", {
|
|
77
|
-
enumerable: !0,
|
|
78
|
-
configurable: !0,
|
|
79
|
-
writable: !0,
|
|
80
|
-
value: "Hex.IntegerOutOfRangeError"
|
|
81
|
-
});
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
class f extends o {
|
|
85
|
-
constructor(e) {
|
|
86
|
-
super(`Value \`${typeof e == "object" ? b(e) : e}\` of type \`${typeof e}\` is an invalid hex type.`, {
|
|
87
|
-
metaMessages: ['Hex types must be represented as `"0x${string}"`.']
|
|
88
|
-
}), Object.defineProperty(this, "name", {
|
|
89
|
-
enumerable: !0,
|
|
90
|
-
configurable: !0,
|
|
91
|
-
writable: !0,
|
|
92
|
-
value: "Hex.InvalidHexTypeError"
|
|
93
|
-
});
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
class l extends o {
|
|
97
|
-
constructor(e) {
|
|
98
|
-
super(`Value \`${e}\` is an invalid hex value.`, {
|
|
99
|
-
metaMessages: [
|
|
100
|
-
'Hex values must start with `"0x"` and contain only hexadecimal characters (0-9, a-f, A-F).'
|
|
101
|
-
]
|
|
102
|
-
}), Object.defineProperty(this, "name", {
|
|
103
|
-
enumerable: !0,
|
|
104
|
-
configurable: !0,
|
|
105
|
-
writable: !0,
|
|
106
|
-
value: "Hex.InvalidHexValueError"
|
|
107
|
-
});
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
class _ extends o {
|
|
111
|
-
constructor({ givenSize: e, maxSize: r }) {
|
|
112
|
-
super(`Size cannot exceed \`${r}\` bytes. Given size: \`${e}\` bytes.`), Object.defineProperty(this, "name", {
|
|
113
|
-
enumerable: !0,
|
|
114
|
-
configurable: !0,
|
|
115
|
-
writable: !0,
|
|
116
|
-
value: "Hex.SizeOverflowError"
|
|
117
|
-
});
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
class M extends o {
|
|
121
|
-
constructor({ offset: e, position: r, size: n }) {
|
|
122
|
-
super(`Slice ${r === "start" ? "starting" : "ending"} at offset \`${e}\` is out-of-bounds (size: \`${n}\`).`), Object.defineProperty(this, "name", {
|
|
123
|
-
enumerable: !0,
|
|
124
|
-
configurable: !0,
|
|
125
|
-
writable: !0,
|
|
126
|
-
value: "Hex.SliceOffsetOutOfBoundsError"
|
|
127
|
-
});
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
class R extends o {
|
|
131
|
-
constructor({ size: e, targetSize: r, type: n }) {
|
|
132
|
-
super(`${n.charAt(0).toUpperCase()}${n.slice(1).toLowerCase()} size (\`${e}\`) exceeds padding size (\`${r}\`).`), Object.defineProperty(this, "name", {
|
|
133
|
-
enumerable: !0,
|
|
134
|
-
configurable: !0,
|
|
135
|
-
writable: !0,
|
|
136
|
-
value: "Hex.SizeExceedsPaddingSizeError"
|
|
137
|
-
});
|
|
138
|
-
}
|
|
1
|
+
function n(e) {
|
|
2
|
+
return `[${e.slice(2)}]`;
|
|
139
3
|
}
|
|
140
4
|
export {
|
|
141
|
-
|
|
142
|
-
f as InvalidHexTypeError,
|
|
143
|
-
l as InvalidHexValueError,
|
|
144
|
-
R as SizeExceedsPaddingSizeError,
|
|
145
|
-
_ as SizeOverflowError,
|
|
146
|
-
M as SliceOffsetOutOfBoundsError,
|
|
147
|
-
y as assert,
|
|
148
|
-
B as concat,
|
|
149
|
-
P as fromBoolean,
|
|
150
|
-
w as fromBytes,
|
|
151
|
-
V as fromNumber,
|
|
152
|
-
j as fromString,
|
|
153
|
-
x as padLeft,
|
|
154
|
-
E as padRight,
|
|
155
|
-
A as size,
|
|
156
|
-
v as slice,
|
|
157
|
-
N as validate
|
|
5
|
+
n as encodeLabelhash
|
|
158
6
|
};
|
package/dist/index289.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const g=require("./index36.cjs"),a=require("./index144.cjs"),w=/(?<protocol>https?:\/\/[^\/]*|ipfs:\/|ipns:\/|ar:\/)?(?<root>\/)?(?<subpath>ipfs\/|ipns\/)?(?<target>[\w\-.]+)(?<subtarget>\/.*)?/,b=/^(Qm[1-9A-HJ-NP-Za-km-z]{44,}|b[A-Za-z2-7]{58,}|B[A-Z2-7]{58,}|z[1-9A-HJ-NP-Za-km-z]{48,}|F[0-9A-F]{50,})(\/(?<target>[\w\-.]+))?(?<subtarget>\/.*)?$/,N=/^data:([a-zA-Z\-/+]*);base64,([^"].*)/,C=/^data:([a-zA-Z\-/+]*)?(;[a-zA-Z0-9].*?)?(,)/;async function I(t){try{const e=await fetch(t,{method:"HEAD"});if(e.status===200){const r=e.headers.get("content-type");return r==null?void 0:r.startsWith("image/")}return!1}catch(e){return typeof e=="object"&&typeof e.response<"u"||!globalThis.hasOwnProperty("Image")?!1:new Promise(r=>{const n=new Image;n.onload=()=>{r(!0)},n.onerror=()=>{r(!1)},n.src=t})}}function d(t,e){return t?t.endsWith("/")?t.slice(0,-1):t:e}function A({uri:t,gatewayUrls:e}){const r=N.test(t);if(r)return{uri:t,isOnChain:!0,isEncoded:r};const n=d(e==null?void 0:e.ipfs,"https://ipfs.io"),s=d(e==null?void 0:e.arweave,"https://arweave.net"),o=t.match(w),{protocol:c,subpath:p,target:i,subtarget:h=""}=(o==null?void 0:o.groups)||{},u=c==="ipns:/"||p==="ipns/",m=c==="ipfs:/"||p==="ipfs/"||b.test(t);if(t.startsWith("http")&&!u&&!m){let v=t;return e!=null&&e.arweave&&(v=t.replace(/https:\/\/arweave.net/g,e==null?void 0:e.arweave)),{uri:v,isOnChain:!1,isEncoded:!1}}if((u||m)&&i)return{uri:`${n}/${u?"ipns":"ipfs"}/${i}${h}`,isOnChain:!1,isEncoded:!1};if(c==="ar:/"&&i)return{uri:`${s}/${i}${h||""}`,isOnChain:!1,isEncoded:!1};let f=t.replace(C,"");if(f.startsWith("<svg")&&(f=`data:image/svg+xml;base64,${btoa(f)}`),f.startsWith("data:")||f.startsWith("{"))return{uri:f,isOnChain:!0,isEncoded:!1};throw new a.EnsAvatarUriResolutionError({uri:t})}function l(t){if(typeof t!="object"||!("image"in t)&&!("image_url"in t)&&!("image_data"in t))throw new a.EnsAvatarInvalidMetadataError({data:t});return t.image||t.image_url||t.image_data}async function k({gatewayUrls:t,uri:e}){try{const r=await fetch(e).then(s=>s.json());return await E({gatewayUrls:t,uri:l(r)})}catch{throw new a.EnsAvatarUriResolutionError({uri:e})}}async function E({gatewayUrls:t,uri:e}){const{uri:r,isOnChain:n}=A({uri:e,gatewayUrls:t});if(n||await I(r))return r;throw new a.EnsAvatarUriResolutionError({uri:e})}function R(t){let e=t;e.startsWith("did:nft:")&&(e=e.replace("did:nft:","").replace(/_/g,"/"));const[r,n,s]=e.split("/"),[o,c]=r.split(":"),[p,i]=n.split(":");if(!o||o.toLowerCase()!=="eip155")throw new a.EnsAvatarInvalidNftUriError({reason:"Only EIP-155 supported"});if(!c)throw new a.EnsAvatarInvalidNftUriError({reason:"Chain ID not found"});if(!i)throw new a.EnsAvatarInvalidNftUriError({reason:"Contract address not found"});if(!s)throw new a.EnsAvatarInvalidNftUriError({reason:"Token ID not found"});if(!p)throw new a.EnsAvatarInvalidNftUriError({reason:"ERC namespace not found"});return{chainID:Number.parseInt(c),namespace:p.toLowerCase(),contractAddress:i,tokenID:s}}async function O(t,{nft:e}){if(e.namespace==="erc721")return g.readContract(t,{address:e.contractAddress,abi:[{name:"tokenURI",type:"function",stateMutability:"view",inputs:[{name:"tokenId",type:"uint256"}],outputs:[{name:"",type:"string"}]}],functionName:"tokenURI",args:[BigInt(e.tokenID)]});if(e.namespace==="erc1155")return g.readContract(t,{address:e.contractAddress,abi:[{name:"uri",type:"function",stateMutability:"view",inputs:[{name:"_id",type:"uint256"}],outputs:[{name:"",type:"string"}]}],functionName:"uri",args:[BigInt(e.tokenID)]});throw new a.EnsAvatarUnsupportedNamespaceError({namespace:e.namespace})}exports.getGateway=d;exports.getJsonImage=l;exports.getMetadataAvatarUri=k;exports.getNftTokenUri=O;exports.isImageUri=I;exports.parseAvatarUri=E;exports.parseNftUri=R;exports.resolveAvatarUri=A;
|
package/dist/index289.js
CHANGED
|
@@ -1,12 +1,143 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { readContract as g } from "./index36.js";
|
|
2
|
+
import { EnsAvatarUriResolutionError as d, EnsAvatarInvalidNftUriError as f, EnsAvatarUnsupportedNamespaceError as v, EnsAvatarInvalidMetadataError as A } from "./index144.js";
|
|
3
|
+
const b = /(?<protocol>https?:\/\/[^\/]*|ipfs:\/|ipns:\/|ar:\/)?(?<root>\/)?(?<subpath>ipfs\/|ipns\/)?(?<target>[\w\-.]+)(?<subtarget>\/.*)?/, l = /^(Qm[1-9A-HJ-NP-Za-km-z]{44,}|b[A-Za-z2-7]{58,}|B[A-Z2-7]{58,}|z[1-9A-HJ-NP-Za-km-z]{48,}|F[0-9A-F]{50,})(\/(?<target>[\w\-.]+))?(?<subtarget>\/.*)?$/, E = /^data:([a-zA-Z\-/+]*);base64,([^"].*)/, C = /^data:([a-zA-Z\-/+]*)?(;[a-zA-Z0-9].*?)?(,)/;
|
|
4
|
+
async function k(t) {
|
|
5
|
+
try {
|
|
6
|
+
const e = await fetch(t, { method: "HEAD" });
|
|
7
|
+
if (e.status === 200) {
|
|
8
|
+
const n = e.headers.get("content-type");
|
|
9
|
+
return n == null ? void 0 : n.startsWith("image/");
|
|
10
|
+
}
|
|
11
|
+
return !1;
|
|
12
|
+
} catch (e) {
|
|
13
|
+
return typeof e == "object" && typeof e.response < "u" || !globalThis.hasOwnProperty("Image") ? !1 : new Promise((n) => {
|
|
14
|
+
const r = new Image();
|
|
15
|
+
r.onload = () => {
|
|
16
|
+
n(!0);
|
|
17
|
+
}, r.onerror = () => {
|
|
18
|
+
n(!1);
|
|
19
|
+
}, r.src = t;
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
function w(t, e) {
|
|
24
|
+
return t ? t.endsWith("/") ? t.slice(0, -1) : t : e;
|
|
25
|
+
}
|
|
26
|
+
function N({ uri: t, gatewayUrls: e }) {
|
|
27
|
+
const n = E.test(t);
|
|
28
|
+
if (n)
|
|
29
|
+
return { uri: t, isOnChain: !0, isEncoded: n };
|
|
30
|
+
const r = w(e == null ? void 0 : e.ipfs, "https://ipfs.io"), a = w(e == null ? void 0 : e.arweave, "https://arweave.net"), i = t.match(b), { protocol: o, subpath: p, target: s, subtarget: m = "" } = (i == null ? void 0 : i.groups) || {}, u = o === "ipns:/" || p === "ipns/", h = o === "ipfs:/" || p === "ipfs/" || l.test(t);
|
|
31
|
+
if (t.startsWith("http") && !u && !h) {
|
|
32
|
+
let I = t;
|
|
33
|
+
return e != null && e.arweave && (I = t.replace(/https:\/\/arweave.net/g, e == null ? void 0 : e.arweave)), { uri: I, isOnChain: !1, isEncoded: !1 };
|
|
34
|
+
}
|
|
35
|
+
if ((u || h) && s)
|
|
36
|
+
return {
|
|
37
|
+
uri: `${r}/${u ? "ipns" : "ipfs"}/${s}${m}`,
|
|
38
|
+
isOnChain: !1,
|
|
39
|
+
isEncoded: !1
|
|
40
|
+
};
|
|
41
|
+
if (o === "ar:/" && s)
|
|
42
|
+
return {
|
|
43
|
+
uri: `${a}/${s}${m || ""}`,
|
|
44
|
+
isOnChain: !1,
|
|
45
|
+
isEncoded: !1
|
|
46
|
+
};
|
|
47
|
+
let c = t.replace(C, "");
|
|
48
|
+
if (c.startsWith("<svg") && (c = `data:image/svg+xml;base64,${btoa(c)}`), c.startsWith("data:") || c.startsWith("{"))
|
|
49
|
+
return {
|
|
50
|
+
uri: c,
|
|
51
|
+
isOnChain: !0,
|
|
52
|
+
isEncoded: !1
|
|
53
|
+
};
|
|
54
|
+
throw new d({ uri: t });
|
|
55
|
+
}
|
|
56
|
+
function R(t) {
|
|
57
|
+
if (typeof t != "object" || !("image" in t) && !("image_url" in t) && !("image_data" in t))
|
|
58
|
+
throw new A({ data: t });
|
|
59
|
+
return t.image || t.image_url || t.image_data;
|
|
60
|
+
}
|
|
61
|
+
async function O({ gatewayUrls: t, uri: e }) {
|
|
62
|
+
try {
|
|
63
|
+
const n = await fetch(e).then((a) => a.json());
|
|
64
|
+
return await _({
|
|
65
|
+
gatewayUrls: t,
|
|
66
|
+
uri: R(n)
|
|
67
|
+
});
|
|
68
|
+
} catch {
|
|
69
|
+
throw new d({ uri: e });
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
async function _({ gatewayUrls: t, uri: e }) {
|
|
73
|
+
const { uri: n, isOnChain: r } = N({ uri: e, gatewayUrls: t });
|
|
74
|
+
if (r || await k(n))
|
|
75
|
+
return n;
|
|
76
|
+
throw new d({ uri: e });
|
|
77
|
+
}
|
|
78
|
+
function z(t) {
|
|
79
|
+
let e = t;
|
|
80
|
+
e.startsWith("did:nft:") && (e = e.replace("did:nft:", "").replace(/_/g, "/"));
|
|
81
|
+
const [n, r, a] = e.split("/"), [i, o] = n.split(":"), [p, s] = r.split(":");
|
|
82
|
+
if (!i || i.toLowerCase() !== "eip155")
|
|
83
|
+
throw new f({ reason: "Only EIP-155 supported" });
|
|
84
|
+
if (!o)
|
|
85
|
+
throw new f({ reason: "Chain ID not found" });
|
|
86
|
+
if (!s)
|
|
87
|
+
throw new f({
|
|
88
|
+
reason: "Contract address not found"
|
|
89
|
+
});
|
|
90
|
+
if (!a)
|
|
91
|
+
throw new f({ reason: "Token ID not found" });
|
|
92
|
+
if (!p)
|
|
93
|
+
throw new f({ reason: "ERC namespace not found" });
|
|
3
94
|
return {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
95
|
+
chainID: Number.parseInt(o),
|
|
96
|
+
namespace: p.toLowerCase(),
|
|
97
|
+
contractAddress: s,
|
|
98
|
+
tokenID: a
|
|
8
99
|
};
|
|
9
100
|
}
|
|
101
|
+
async function P(t, { nft: e }) {
|
|
102
|
+
if (e.namespace === "erc721")
|
|
103
|
+
return g(t, {
|
|
104
|
+
address: e.contractAddress,
|
|
105
|
+
abi: [
|
|
106
|
+
{
|
|
107
|
+
name: "tokenURI",
|
|
108
|
+
type: "function",
|
|
109
|
+
stateMutability: "view",
|
|
110
|
+
inputs: [{ name: "tokenId", type: "uint256" }],
|
|
111
|
+
outputs: [{ name: "", type: "string" }]
|
|
112
|
+
}
|
|
113
|
+
],
|
|
114
|
+
functionName: "tokenURI",
|
|
115
|
+
args: [BigInt(e.tokenID)]
|
|
116
|
+
});
|
|
117
|
+
if (e.namespace === "erc1155")
|
|
118
|
+
return g(t, {
|
|
119
|
+
address: e.contractAddress,
|
|
120
|
+
abi: [
|
|
121
|
+
{
|
|
122
|
+
name: "uri",
|
|
123
|
+
type: "function",
|
|
124
|
+
stateMutability: "view",
|
|
125
|
+
inputs: [{ name: "_id", type: "uint256" }],
|
|
126
|
+
outputs: [{ name: "", type: "string" }]
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
functionName: "uri",
|
|
130
|
+
args: [BigInt(e.tokenID)]
|
|
131
|
+
});
|
|
132
|
+
throw new v({ namespace: e.namespace });
|
|
133
|
+
}
|
|
10
134
|
export {
|
|
11
|
-
|
|
135
|
+
w as getGateway,
|
|
136
|
+
R as getJsonImage,
|
|
137
|
+
O as getMetadataAvatarUri,
|
|
138
|
+
P as getNftTokenUri,
|
|
139
|
+
k as isImageUri,
|
|
140
|
+
_ as parseAvatarUri,
|
|
141
|
+
z as parseNftUri,
|
|
142
|
+
N as resolveAvatarUri
|
|
12
143
|
};
|
package/dist/index290.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./index304.cjs")
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./index303.cjs"),$=require("./index304.cjs"),o=require("./index305.cjs"),E=new TextEncoder,h=Array.from({length:256},(r,e)=>e.toString(16).padStart(2,"0"));function x(r,e={}){const{strict:t=!1}=e;if(!r)throw new c(r);if(typeof r!="string")throw new c(r);if(t&&!/^0x[0-9a-fA-F]*$/.test(r))throw new f(r);if(!r.startsWith("0x"))throw new f(r)}function y(...r){return`0x${r.reduce((e,t)=>e+t.replace("0x",""),"")}`}function O(r,e={}){const t=`0x${Number(r)}`;return typeof e.size=="number"?(o.assertSize(t,e.size),l(t,e.size)):t}function b(r,e={}){let t="";for(let i=0;i<r.length;i++)t+=h[r[i]];const n=`0x${t}`;return typeof e.size=="number"?(o.assertSize(n,e.size),m(n,e.size)):n}function S(r,e={}){const{signed:t,size:n}=e,i=BigInt(r);let s;n?t?s=(1n<<BigInt(n)*8n-1n)-1n:s=2n**(BigInt(n)*8n)-1n:typeof r=="number"&&(s=BigInt(Number.MAX_SAFE_INTEGER));const d=typeof s=="bigint"&&t?-s-1n:0;if(s&&i>s||i<d){const u=typeof r=="bigint"?"n":"";throw new p({max:s?`${s}${u}`:void 0,min:`${d}${u}`,signed:t,size:n,value:`${r}${u}`})}const g=`0x${(t&&i<0?(1n<<BigInt(n*8))+BigInt(i):i).toString(16)}`;return n?l(g,n):g}function z(r,e={}){return b(E.encode(r),e)}function l(r,e){return o.pad(r,{dir:"left",size:e})}function m(r,e){return o.pad(r,{dir:"right",size:e})}function w(r,e,t,n={}){const{strict:i}=n;o.assertStartOffset(r,e);const s=`0x${r.replace("0x","").slice((e??0)*2,(t??r.length)*2)}`;return i&&o.assertEndOffset(s,e,t),s}function B(r){return Math.ceil((r.length-2)/2)}function I(r,e={}){const{strict:t=!1}=e;try{return x(r,{strict:t}),!0}catch{return!1}}class p extends a.BaseError{constructor({max:e,min:t,signed:n,size:i,value:s}){super(`Number \`${s}\` is not in safe${i?` ${i*8}-bit`:""}${n?" signed":" unsigned"} integer range ${e?`(\`${t}\` to \`${e}\`)`:`(above \`${t}\`)`}`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.IntegerOutOfRangeError"})}}class c extends a.BaseError{constructor(e){super(`Value \`${typeof e=="object"?$.stringify(e):e}\` of type \`${typeof e}\` is an invalid hex type.`,{metaMessages:['Hex types must be represented as `"0x${string}"`.']}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.InvalidHexTypeError"})}}class f extends a.BaseError{constructor(e){super(`Value \`${e}\` is an invalid hex value.`,{metaMessages:['Hex values must start with `"0x"` and contain only hexadecimal characters (0-9, a-f, A-F).']}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.InvalidHexValueError"})}}class H extends a.BaseError{constructor({givenSize:e,maxSize:t}){super(`Size cannot exceed \`${t}\` bytes. Given size: \`${e}\` bytes.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.SizeOverflowError"})}}class v extends a.BaseError{constructor({offset:e,position:t,size:n}){super(`Slice ${t==="start"?"starting":"ending"} at offset \`${e}\` is out-of-bounds (size: \`${n}\`).`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.SliceOffsetOutOfBoundsError"})}}class P extends a.BaseError{constructor({size:e,targetSize:t,type:n}){super(`${n.charAt(0).toUpperCase()}${n.slice(1).toLowerCase()} size (\`${e}\`) exceeds padding size (\`${t}\`).`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.SizeExceedsPaddingSizeError"})}}exports.IntegerOutOfRangeError=p;exports.InvalidHexTypeError=c;exports.InvalidHexValueError=f;exports.SizeExceedsPaddingSizeError=P;exports.SizeOverflowError=H;exports.SliceOffsetOutOfBoundsError=v;exports.assert=x;exports.concat=y;exports.fromBoolean=O;exports.fromBytes=b;exports.fromNumber=S;exports.fromString=z;exports.padLeft=l;exports.padRight=m;exports.size=B;exports.slice=w;exports.validate=I;
|
package/dist/index290.js
CHANGED
|
@@ -1,9 +1,158 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { BaseError as o } from "./index303.js";
|
|
2
|
+
import { stringify as b } from "./index304.js";
|
|
3
|
+
import { pad as d, assertEndOffset as m, assertSize as g, assertStartOffset as p } from "./index305.js";
|
|
4
|
+
const $ = /* @__PURE__ */ new TextEncoder(), h = /* @__PURE__ */ Array.from({ length: 256 }, (t, e) => e.toString(16).padStart(2, "0"));
|
|
5
|
+
function y(t, e = {}) {
|
|
6
|
+
const { strict: r = !1 } = e;
|
|
7
|
+
if (!t)
|
|
8
|
+
throw new f(t);
|
|
9
|
+
if (typeof t != "string")
|
|
10
|
+
throw new f(t);
|
|
11
|
+
if (r && !/^0x[0-9a-fA-F]*$/.test(t))
|
|
12
|
+
throw new l(t);
|
|
13
|
+
if (!t.startsWith("0x"))
|
|
14
|
+
throw new l(t);
|
|
15
|
+
}
|
|
16
|
+
function B(...t) {
|
|
17
|
+
return `0x${t.reduce((e, r) => e + r.replace("0x", ""), "")}`;
|
|
18
|
+
}
|
|
19
|
+
function P(t, e = {}) {
|
|
20
|
+
const r = `0x${Number(t)}`;
|
|
21
|
+
return typeof e.size == "number" ? (g(r, e.size), x(r, e.size)) : r;
|
|
22
|
+
}
|
|
23
|
+
function w(t, e = {}) {
|
|
24
|
+
let r = "";
|
|
25
|
+
for (let i = 0; i < t.length; i++)
|
|
26
|
+
r += h[t[i]];
|
|
27
|
+
const n = `0x${r}`;
|
|
28
|
+
return typeof e.size == "number" ? (g(n, e.size), E(n, e.size)) : n;
|
|
29
|
+
}
|
|
30
|
+
function V(t, e = {}) {
|
|
31
|
+
const { signed: r, size: n } = e, i = BigInt(t);
|
|
32
|
+
let s;
|
|
33
|
+
n ? r ? s = (1n << BigInt(n) * 8n - 1n) - 1n : s = 2n ** (BigInt(n) * 8n) - 1n : typeof t == "number" && (s = BigInt(Number.MAX_SAFE_INTEGER));
|
|
34
|
+
const u = typeof s == "bigint" && r ? -s - 1n : 0;
|
|
35
|
+
if (s && i > s || i < u) {
|
|
36
|
+
const a = typeof t == "bigint" ? "n" : "";
|
|
37
|
+
throw new O({
|
|
38
|
+
max: s ? `${s}${a}` : void 0,
|
|
39
|
+
min: `${u}${a}`,
|
|
40
|
+
signed: r,
|
|
41
|
+
size: n,
|
|
42
|
+
value: `${t}${a}`
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
const c = `0x${(r && i < 0 ? (1n << BigInt(n * 8)) + BigInt(i) : i).toString(16)}`;
|
|
46
|
+
return n ? x(c, n) : c;
|
|
47
|
+
}
|
|
48
|
+
function j(t, e = {}) {
|
|
49
|
+
return w($.encode(t), e);
|
|
50
|
+
}
|
|
51
|
+
function x(t, e) {
|
|
52
|
+
return d(t, { dir: "left", size: e });
|
|
53
|
+
}
|
|
54
|
+
function E(t, e) {
|
|
55
|
+
return d(t, { dir: "right", size: e });
|
|
56
|
+
}
|
|
57
|
+
function v(t, e, r, n = {}) {
|
|
58
|
+
const { strict: i } = n;
|
|
59
|
+
p(t, e);
|
|
60
|
+
const s = `0x${t.replace("0x", "").slice((e ?? 0) * 2, (r ?? t.length) * 2)}`;
|
|
61
|
+
return i && m(s, e, r), s;
|
|
62
|
+
}
|
|
63
|
+
function A(t) {
|
|
64
|
+
return Math.ceil((t.length - 2) / 2);
|
|
65
|
+
}
|
|
66
|
+
function N(t, e = {}) {
|
|
67
|
+
const { strict: r = !1 } = e;
|
|
68
|
+
try {
|
|
69
|
+
return y(t, { strict: r }), !0;
|
|
70
|
+
} catch {
|
|
71
|
+
return !1;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
class O extends o {
|
|
75
|
+
constructor({ max: e, min: r, signed: n, size: i, value: s }) {
|
|
76
|
+
super(`Number \`${s}\` is not in safe${i ? ` ${i * 8}-bit` : ""}${n ? " signed" : " unsigned"} integer range ${e ? `(\`${r}\` to \`${e}\`)` : `(above \`${r}\`)`}`), Object.defineProperty(this, "name", {
|
|
77
|
+
enumerable: !0,
|
|
78
|
+
configurable: !0,
|
|
79
|
+
writable: !0,
|
|
80
|
+
value: "Hex.IntegerOutOfRangeError"
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
class f extends o {
|
|
85
|
+
constructor(e) {
|
|
86
|
+
super(`Value \`${typeof e == "object" ? b(e) : e}\` of type \`${typeof e}\` is an invalid hex type.`, {
|
|
87
|
+
metaMessages: ['Hex types must be represented as `"0x${string}"`.']
|
|
88
|
+
}), Object.defineProperty(this, "name", {
|
|
89
|
+
enumerable: !0,
|
|
90
|
+
configurable: !0,
|
|
91
|
+
writable: !0,
|
|
92
|
+
value: "Hex.InvalidHexTypeError"
|
|
93
|
+
});
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
class l extends o {
|
|
97
|
+
constructor(e) {
|
|
98
|
+
super(`Value \`${e}\` is an invalid hex value.`, {
|
|
99
|
+
metaMessages: [
|
|
100
|
+
'Hex values must start with `"0x"` and contain only hexadecimal characters (0-9, a-f, A-F).'
|
|
101
|
+
]
|
|
102
|
+
}), Object.defineProperty(this, "name", {
|
|
103
|
+
enumerable: !0,
|
|
104
|
+
configurable: !0,
|
|
105
|
+
writable: !0,
|
|
106
|
+
value: "Hex.InvalidHexValueError"
|
|
107
|
+
});
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
class _ extends o {
|
|
111
|
+
constructor({ givenSize: e, maxSize: r }) {
|
|
112
|
+
super(`Size cannot exceed \`${r}\` bytes. Given size: \`${e}\` bytes.`), Object.defineProperty(this, "name", {
|
|
113
|
+
enumerable: !0,
|
|
114
|
+
configurable: !0,
|
|
115
|
+
writable: !0,
|
|
116
|
+
value: "Hex.SizeOverflowError"
|
|
117
|
+
});
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
class M extends o {
|
|
121
|
+
constructor({ offset: e, position: r, size: n }) {
|
|
122
|
+
super(`Slice ${r === "start" ? "starting" : "ending"} at offset \`${e}\` is out-of-bounds (size: \`${n}\`).`), Object.defineProperty(this, "name", {
|
|
123
|
+
enumerable: !0,
|
|
124
|
+
configurable: !0,
|
|
125
|
+
writable: !0,
|
|
126
|
+
value: "Hex.SliceOffsetOutOfBoundsError"
|
|
127
|
+
});
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
class R extends o {
|
|
131
|
+
constructor({ size: e, targetSize: r, type: n }) {
|
|
132
|
+
super(`${n.charAt(0).toUpperCase()}${n.slice(1).toLowerCase()} size (\`${e}\`) exceeds padding size (\`${r}\`).`), Object.defineProperty(this, "name", {
|
|
133
|
+
enumerable: !0,
|
|
134
|
+
configurable: !0,
|
|
135
|
+
writable: !0,
|
|
136
|
+
value: "Hex.SizeExceedsPaddingSizeError"
|
|
137
|
+
});
|
|
138
|
+
}
|
|
6
139
|
}
|
|
7
140
|
export {
|
|
8
|
-
|
|
141
|
+
O as IntegerOutOfRangeError,
|
|
142
|
+
f as InvalidHexTypeError,
|
|
143
|
+
l as InvalidHexValueError,
|
|
144
|
+
R as SizeExceedsPaddingSizeError,
|
|
145
|
+
_ as SizeOverflowError,
|
|
146
|
+
M as SliceOffsetOutOfBoundsError,
|
|
147
|
+
y as assert,
|
|
148
|
+
B as concat,
|
|
149
|
+
P as fromBoolean,
|
|
150
|
+
w as fromBytes,
|
|
151
|
+
V as fromNumber,
|
|
152
|
+
j as fromString,
|
|
153
|
+
x as padLeft,
|
|
154
|
+
E as padRight,
|
|
155
|
+
A as size,
|
|
156
|
+
v as slice,
|
|
157
|
+
N as validate
|
|
9
158
|
};
|
package/dist/index291.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./index290.cjs");function r(e){return{address:e.address,amount:o.fromNumber(e.amount),index:o.fromNumber(e.index),validatorIndex:o.fromNumber(e.validatorIndex)}}exports.toRpc=r;
|