File tree Expand file tree Collapse file tree 10 files changed +18
-17
lines changed Expand file tree Collapse file tree 10 files changed +18
-17
lines changed Original file line number Diff line number Diff line change 1919 name : Build
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - name : Build
2424 uses : ConsenSys/github-actions/docs-build@main
2525
3030 matrix :
3131 folder : ['docs']
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 - name : Case check action
3535 uses : ConsenSys/github-actions/docs-case-check@main
3636 with :
4141 name : Lint Code Base
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545 - name : Lint
4646 uses : ConsenSys/github-actions/docs-lint-all@main
4747
5252 matrix :
5353 file-extensions : ['.md', '.mdx']
5454 steps :
55- - uses : actions/checkout@v4
55+ - uses : actions/checkout@v5
5656 - name : Vale
5757 uses : Consensys/github-actions/docs-spelling-check@main
5858 with :
6565 matrix :
6666 file-extensions : ['.md', '.mdx']
6767 steps :
68- - uses : actions/checkout@v4
68+ - uses : actions/checkout@v5
6969 - name : LinkCheck
7070 uses : ConsenSys/github-actions/docs-link-check@main
7171 with :
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616
1717 - name : Synchronize with Crowdin
1818 uses : crowdin/github-action@v1
Original file line number Diff line number Diff line change 1616 permissions :
1717 contents : read
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020
2121 - name : Dependency review
2222 uses : ConsenSys/github-actions/js-dependency-review@main
Original file line number Diff line number Diff line change 1717 permissions :
1818 contents : read
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : LinkCheck mdx files
2222 uses : ConsenSys/github-actions/docs-link-check@main
2323 with :
3232 permissions :
3333 contents : read
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 - name : LinkCheck md files
3737 uses : ConsenSys/github-actions/docs-link-check@main
3838 with :
3939 FILE_EXTENSION : md
40- MODIFIED_FILES_ONLY : no
40+ MODIFIED_FILES_ONLY : no
Original file line number Diff line number Diff line change 1717 contents : read
1818 security-events : write
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : MetaMask Security Code Scanner
2222 uses : ConsenSys/github-actions/mm-security-scanner@main
2323 with :
Original file line number Diff line number Diff line change 1414 name : Run trivy scanner
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - name : Trivy Cache
1919 uses : ConsenSys/github-actions/trivy-update-cache@main
Original file line number Diff line number Diff line change 1111 name : Run trivy scanner
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Trivy
1616 uses : ConsenSys/github-actions/trivy@main
1717 with :
18- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1616.env.development.local
1717.env.test.local
1818.env.production.local
19+ .prettierignore
1920
2021npm-debug.log *
2122.vercel
Original file line number Diff line number Diff line change 11---
22title : " JSON-RPC methods"
3- description : Supported standard Ethereum methods on Base network.
3+ description : Supported standard Ethereum methods on Sei network.
44---
55
6- # JSON-RPC methods
6+ # JSON-RPC API
77
88The standard Ethereum methods documented in this section are supported by Infura on the Sei network.
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: "JSON-RPC methods"
33description : Supported methods on the Solana network.
44---
55
6- # JSON-RPC methods
6+ # JSON-RPC API
77
88:::note Decentralized Infrastructure Network (DIN)
99Solana is supported through the [ DIN] ( https://www.infura.io/solutions/decentralized-infrastructure-service ) service,
You can’t perform that action at this time.
0 commit comments