@xyo-network/xl1-rpc 1.24.41 → 1.24.42

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.
@@ -1929,6 +1929,9 @@ var JsonRpcFinalizationViewerMethods = class extends AbstractJsonRpcViewer {
1929
1929
 
1930
1930
  // src/provider/viewer/JsonRpcFinalizationViewer/JsonRpcFinalizationViewer.ts
1931
1931
  var JsonRpcFinalizationViewer = class extends JsonRpcFinalizationViewerMethods {
1932
+ async chainId() {
1933
+ return (await this.headBlock()).chain;
1934
+ }
1932
1935
  async headBlock() {
1933
1936
  return (await this.head())[0];
1934
1937
  }