n3-sdk 0.1.16 → 0.1.17
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/client.js +0 -7
- package/dist/client.js.map +1 -1
- package/dist/index.js +0 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/client.js
CHANGED
|
@@ -2766,13 +2766,6 @@ var Receiver = class {
|
|
|
2766
2766
|
if (maxBlock > 0) await this.store.setLastProcessedBlock(maxBlock);
|
|
2767
2767
|
}
|
|
2768
2768
|
};
|
|
2769
|
-
var RAW_PK = process.env.RELAYER_KEY;
|
|
2770
|
-
var PK = RAW_PK;
|
|
2771
|
-
if (PK.length !== 66) {
|
|
2772
|
-
throw new Error(
|
|
2773
|
-
`RELAYER_KEY must be 32-byte hex (0x + 64 hex chars). Got length=${PK.length}.`
|
|
2774
|
-
);
|
|
2775
|
-
}
|
|
2776
2769
|
function toViemFromBlock(fb) {
|
|
2777
2770
|
if (fb === void 0) return void 0;
|
|
2778
2771
|
return typeof fb === "number" ? BigInt(fb) : fb;
|