We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924246c commit e689610Copy full SHA for e689610
Assets/Thirdweb/Core/Scripts/ThirdwebManager.cs
@@ -41,6 +41,7 @@ public class ThirdwebManager : MonoBehaviour
41
new ChainData("arbitrum-goerli", "421613", null),
42
new ChainData("binance", "56", null),
43
new ChainData("binance-testnet", "97", null),
44
+ new ChainData("sepolia", "11155111", null),
45
};
46
47
[Tooltip("Thirdweb Client ID (https://thirdweb.com/create-api-key/). Used for default thirdweb services such as Storage and Account Abstraction.")]
0 commit comments