diff --git a/dictionary.txt b/dictionary.txt index d8d11ca6..ce58a4e7 100644 --- a/dictionary.txt +++ b/dictionary.txt @@ -208,6 +208,7 @@ SDK's SendTransaction send-contract-through-webgl send-transaction-through-webgl +sepolia Sepolia sha3 SHA3 diff --git a/docs/v2.5/1_getting-started.md b/docs/v2.5/1_getting-started.md index 131152cb..4343892e 100644 --- a/docs/v2.5/1_getting-started.md +++ b/docs/v2.5/1_getting-started.md @@ -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 diff --git a/sidebars.js b/sidebars.js index 16803aee..2feaafad 100644 --- a/sidebars.js +++ b/sidebars.js @@ -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'], }, {