Skip to content

Commit

Permalink
Merge pull request #81 from ChainSafe/sneakz/docs-version
Browse files Browse the repository at this point in the history
Sneakz/docs version
  • Loading branch information
nftpixels authored Nov 17, 2023
2 parents 7b7f6fb + e279a7d commit 1078b63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ SDK's
SendTransaction
send-contract-through-webgl
send-transaction-through-webgl
sepolia
Sepolia
sha3
SHA3
Expand Down
8 changes: 4 additions & 4 deletions docs/v2.5/1_getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ window. Save settings. You should see a message in the console saying your proje

You should also setup default settings for the RPC node you're going to use.

- Chain ID - search using you chain name here https://chainlist.org, 5 for goerli.
- Chain name - To Do description
- Network - To Do description
- Symbol - To Do description
- Chain ID - search using you chain name here https://chainlist.org, 11155111 for sepolia.
- Chain name - i.e Sepolia
- Network - i.e Ethereum
- Symbol - i.e SETH
- Rpc - enter URL to your RPC node here. For information on setting up an RPC Node visit [this page](https://docs.gaming.chainsafe.io/current/setting-up-an-rpc-node).

### Wallet Connect
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
'chainsafe-gaming',
{
type: 'category',
label: 'Current SDK Documentation (v2.5.0+)',
label: 'Current SDK Documentation (v2.5.1)',
items: ['v2.5/getting-started', 'v2.5/project-id-registration', 'v2.5/setting-up-an-rpc-node', 'v2.5/configuration', 'v2.5/signers-and-wallets', 'v2.5/connecting-a-wallet', 'v2.5/interacting-with-tokens', 'v2.5/interacting-with-nfts', 'v2.5/voucher-minting-nfts', 'v2.5/interacting-with-smart-contracts', 'v2.5/web2-like-authentication-using-web3auth', 'v2.5/gasless-transactions-using-gelato', 'v2.5/extending-the-sdk', 'v2.5/lootboxes', 'v2.5/block-racers-game', 'v2.5/prefab-scripts', 'v2.5/faq'],
},
{
Expand Down

0 comments on commit 1078b63

Please sign in to comment.