Skip to content

Commit

Permalink
chore: fix 404 status URL
Browse files Browse the repository at this point in the history
Signed-off-by: wangjingcun <[email protected]>
  • Loading branch information
wangjingcun committed Nov 27, 2024
1 parent 8a18db4 commit ac05128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/node.js/lib/kzg.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* The public interface of this module exposes the functions as specified by
* https://github.com/ethereum/consensus-specs/blob/dev/specs/eip4844/polynomial-commitments.md#kzg
* https://github.com/ethereum/consensus-specs/blob/dev/specs/deneb/polynomial-commitments.md#kzg
*/
export type Bytes32 = Uint8Array; // 32 bytes
export type Bytes48 = Uint8Array; // 48 bytes
Expand Down
2 changes: 1 addition & 1 deletion bindings/node.js/lib/kzg.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* The public interface of this module exposes the functions as specified by
* https://github.com/ethereum/consensus-specs/blob/dev/specs/eip4844/polynomial-commitments.md#kzg
* https://github.com/ethereum/consensus-specs/blob/dev/specs/deneb/polynomial-commitments.md#kzg
*/
const fs = require("fs");
const path = require("path");
Expand Down

0 comments on commit ac05128

Please sign in to comment.