Skip to content

Commit f56bb20

Browse files
committed
Alt initialize
1 parent 54e4d41 commit f56bb20

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Assets/Thirdweb/Core/Scripts/ThirdwebManager.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,5 +298,10 @@ public void Initialize(string chainIdentifier)
298298

299299
SDK = new ThirdwebSDK(activeChainRpc, BigInteger.Parse(activeChainId), options);
300300
}
301+
302+
public void Initialize(string activeChainRpc, BigInteger activeChainId, ThirdwebSDK.Options options)
303+
{
304+
SDK = new ThirdwebSDK(activeChainRpc, activeChainId, options);
305+
}
301306
}
302307
}

0 commit comments

Comments
 (0)