Skip to content

Commit e689610

Browse files
authored
Update ThirdwebManager.cs (#108)
1 parent 924246c commit e689610

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/Thirdweb/Core/Scripts/ThirdwebManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public class ThirdwebManager : MonoBehaviour
4141
new ChainData("arbitrum-goerli", "421613", null),
4242
new ChainData("binance", "56", null),
4343
new ChainData("binance-testnet", "97", null),
44+
new ChainData("sepolia", "11155111", null),
4445
};
4546

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

0 commit comments

Comments
 (0)