Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added supported chain list to document overview #58

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ SDK.
SDK's
send-contract-through-webgl
send-transaction-through-webgl
Sepolia
sha3
SHA3
sign-through-webgl
Expand Down
22 changes: 22 additions & 0 deletions docs/1_chainsafe-gaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,28 @@ Out-of-the-box, web3.unity comes with Unity prefabs & tooling that will make bui

[Click here](https://docs.gaming.chainsafe.io/legacy/getting-started) to open legacy documentation for web3.unity.

## Supported Chains 

Web3.Unity should work with any EVM based network on the blockchain. Below you'll find a list of tested and approved networks, however you can find a wider range of supported networks on [Chainlist](https://chainlist.org/):

| Network Name | Type of Chain | Chain ID |
| ------------ | ------------- | ----------- |
| ETH Mainnet | Mainnet | 1 |
| Polygon | Mainnet | 137 |
| BSC | Mainnet | 56 |
| BSC | Testnet | 97 |
| Avalanche | Mainnet | 43114 |
| Avalanche | Testnet | 43113 |
| Mumbai | Testnet | 80001 |
| Goerli | Testnet | 5 |
| Cronos | Mainnet | 25 |
| Cronos | Testnet | 338 |
| Moonbeam | Mainnet | 1284 |
| Nebula | Mainnet | 1482601649 |
| Nebula | Testnet | 503129905 |
| Chaos | Testnet | 1351057110 |
| Sepolia | Testnet | 11155111 |

## Additional Resources

If you are new to web3.unity and blockchain-enabled gaming, we recommend that you read over these docs carefully, starting with [Current SDK Builds (v2.x)](#current-sdk-builds-v2x). If you are new to building with the Unity game engine, the [Unity3D manual](https://docs.unity3d.com/Manual/index.html) is another great place to start.
Expand Down