File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
network/fsp/solidity-reference Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
3939 steps :
4040 - name : Deploy to GitHub Pages
4141 id : deployment
42- uses : actions/deploy-pages@v4
42+ uses : actions/deploy-pages@v3
Original file line number Diff line number Diff line change 11---
22sidebar_position : 2
3- unlisted : true
3+ unlisted : false
44title : Getting Started
55description : Learn how to verify data from other chains using FDC.
66keywords :
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ function maxVoters(
9999### newSigningPolicyInitializationStartBlockNumber
100100
101101Returns 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
105105function newSigningPolicyInitializationStartBlockNumber(
You can’t perform that action at this time.
0 commit comments