Skip to content

Commit 30cf79d

Browse files
Merge remote-tracking branch 'upstream/main'
2 parents eaf34b1 + 99a65d2 commit 30cf79d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build website
2323
run: npm run build
2424
- name: Upload Build Artifact
25-
uses: actions/upload-pages-artifact@v3
25+
uses: actions/upload-pages-artifact@v4
2626
with:
2727
path: build
2828

@@ -39,4 +39,4 @@ jobs:
3939
steps:
4040
- name: Deploy to GitHub Pages
4141
id: deployment
42-
uses: actions/deploy-pages@v4
42+
uses: actions/deploy-pages@v3

docs/fdc/2-getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_position: 2
3-
unlisted: true
3+
unlisted: false
44
title: Getting Started
55
description: Learn how to verify data from other chains using FDC.
66
keywords:

docs/network/fsp/solidity-reference/IVoterRegistry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function maxVoters(
9999
### newSigningPolicyInitializationStartBlockNumber
100100

101101
Returns the block number of the start of the new signing policy initialisation for a given reward epoch.
102-
It is a snaphost block of the voters' addresses (it is zero if the reward epoch is not supported).
102+
It is a snapshot block of the voters' addresses (it is zero if the reward epoch is not supported).
103103

104104
```solidity
105105
function newSigningPolicyInitializationStartBlockNumber(

0 commit comments

Comments
 (0)