Skip to content
Merged
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 Assets/Thirdweb/Core/Scripts/ThirdwebManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public class ThirdwebManager : MonoBehaviour
new ChainData("arbitrum-goerli", "421613", null),
new ChainData("binance", "56", null),
new ChainData("binance-testnet", "97", null),
new ChainData("sepolia", "11155111", null),
};

[Tooltip("Thirdweb Client ID (https://thirdweb.com/create-api-key/). Used for default thirdweb services such as Storage and Account Abstraction.")]
Expand Down