Skip to content

Commit

Permalink
add multiple chain support; refactor configs and services (#60)
Browse files Browse the repository at this point in the history
* refactor connect flows, chain management and configs

* use TDKThirdwebService

* handle thirdweb sdk chain switching

* streamline project fetching and session starting

* update example uis

* clean up TDKRunner

* hook up demos to new input and dropdown prefabs

* fix email address not showing on confirm email modal

* expose connect modal hide from TDK.Connect

* added ruby to ChainId

* set default config to dev

* remove core container

* upgrade to thirdweb sdk v4.13.1

* update ruby chain data

---------

Co-authored-by: Yuri Visser <[email protected]>
  • Loading branch information
alecananian and aphexyuri authored May 16, 2024
1 parent 7c2ad1a commit 32d88de
Show file tree
Hide file tree
Showing 76 changed files with 12,385 additions and 363,862 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 20df40b080d9d4749ba22a363ec31ab8, type: 3}
m_Name: UnityUI
m_EditorClassIdentifier:
spawnCanvas: 0
metaMaskCanvas: {fileID: 6439922646294248678, guid: 9e03dfd5b166cc246ae7bbe9c62d6baf, type: 3}
useUniversalLinks: 0
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 20df40b080d9d4749ba22a363ec31ab8, type: 3}
m_Name: UnityUI
m_EditorClassIdentifier:
spawnCanvas: 0
metaMaskCanvas: {fileID: 6439922646294248678, guid: 9e03dfd5b166cc246ae7bbe9c62d6baf, type: 3}
useUniversalLinks: 0
2 changes: 1 addition & 1 deletion Assets/Thirdweb/Core/Prefabs/ThirdwebManager.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ MonoBehaviour:
walletConnectMobileWallets: []
walletConnectThemeMode:
factoryAddress:
gasless: 0
gasless: 1
erc20PaymasterAddress:
erc20TokenAddress:
bundlerUrl:
Expand Down
Loading

0 comments on commit 32d88de

Please sign in to comment.