Skip to content

Commit

Permalink
Merge branch 'main' into sdk/metamask/2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper authored May 23, 2024
2 parents 7272d22 + 80f5652 commit d7816d0
Show file tree
Hide file tree
Showing 8 changed files with 641 additions and 133 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</repositories>
</androidPackage>
</androidPackages>
<!-- iOS Cocoapod dependencies can be specified by each iosPod element. -->
<!-- iOS Cocoapod dependencies can be specified by each iosPod element. -->
<iosPods>
<!-- Global set of sources to search for Cocoapods.
These sources will be searched for all Cocoapods specified by
Expand Down Expand Up @@ -78,6 +78,5 @@
* "subspecs" (optional)
Subspecs to include for the pod.
-->
<iosPod name="Starscream"></iosPod>
</iosPods>
</dependencies>
</dependencies>
10 changes: 8 additions & 2 deletions Assets/Thirdweb/Core/Prefabs/ThirdwebManager.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ MonoBehaviour:
- identifier: polygon
chainId: 137
rpcOverride:
- identifier: mumbai
chainId: 80001
- identifier: polygon-amoy-testnet
chainId: 80002
rpcOverride:
- identifier: fantom
chainId: 250
Expand All @@ -82,6 +82,12 @@ MonoBehaviour:
- identifier: binance-testnet
chainId: 97
rpcOverride:
- identifier: xai
chainId: 660279
rpcOverride:
- identifier: xai-sepolia
chainId: 37714555429
rpcOverride:
clientId:
initializeOnAwake: 1
showDebugLogs: 1
Expand Down
2 changes: 1 addition & 1 deletion Assets/Thirdweb/Core/Scripts/ThirdwebSDK.cs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public struct EngineRelayerOptions

public ThirdwebSession Session { get; internal set; }

internal const string version = "4.13.2";
internal const string version = "4.13.3";

/// <summary>
/// Create an instance of the Thirdweb SDK.
Expand Down
4 changes: 2 additions & 2 deletions Assets/Thirdweb/Editor/ThirdwebManagerEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public class ThirdwebManagerEditor : Editor
private GUIContent warningIcon;
private Texture2D bannerImage;

private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.13.2";
private static readonly string OptionalStateKey = "ThirdwebManagerEditor_OptionalState_4.13.2";
private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.13.3";
private static readonly string OptionalStateKey = "ThirdwebManagerEditor_OptionalState_4.13.3";

private void OnEnable()
{
Expand Down
Loading

0 comments on commit d7816d0

Please sign in to comment.