Skip to content

Commit 93d5f63

Browse files
authored
WCv2 + Paper + DLLs upgrade + Warning Fixes/Cleanup + WebGL upgrade (#79)
1 parent f7b23d8 commit 93d5f63

File tree

792 files changed

+91974
-160828
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

792 files changed

+91974
-160828
lines changed

.vsconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"version": "1.0",
3+
"components": [
4+
"Microsoft.VisualStudio.Workload.ManagedGame"
5+
]
6+
}

Assets/Plugins/Android/com.squareup.okhttp3.okhttp-4.10.0.jar.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Plugins/Android/com.squareup.okio.okio-jvm-3.0.0.jar.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Plugins/Android/org.jetbrains.annotations-13.0.jar.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Plugins/Android/org.jetbrains.kotlin.kotlin-stdlib-1.6.20.jar.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Plugins/Android/org.jetbrains.kotlin.kotlin-stdlib-common-1.6.20.jar.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Plugins/Android/org.jetbrains.kotlin.kotlin-stdlib-jdk7-1.5.31.jar.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Plugins/Android/org.jetbrains.kotlin.kotlin-stdlib-jdk8-1.5.31.jar.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Thirdweb/Core/Contract Definitions/DropERC20/ContractDefinition/DropERC20Definition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public class DelegateBySigFunctionBase : FunctionMessage
188188
public virtual string Delegatee { get; set; }
189189

190190
[Parameter("uint256", "nonce", 2)]
191-
public virtual BigInteger Nonce { get; set; }
191+
public new virtual BigInteger Nonce { get; set; }
192192

193193
[Parameter("uint256", "expiry", 3)]
194194
public virtual BigInteger Expiry { get; set; }

Assets/Thirdweb/Core/Contract Definitions/TokenERC20/ContractDefinition/TokenERC20Definition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public class DelegateBySigFunctionBase : FunctionMessage
159159
public virtual string Delegatee { get; set; }
160160

161161
[Parameter("uint256", "nonce", 2)]
162-
public virtual BigInteger Nonce { get; set; }
162+
public new virtual BigInteger Nonce { get; set; }
163163

164164
[Parameter("uint256", "expiry", 3)]
165165
public virtual BigInteger Expiry { get; set; }

Assets/Thirdweb/Core/Prefabs/ThirdwebManager.prefab

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,25 @@ MonoBehaviour:
8888
- identifier: binance-testnet
8989
chainId: 97
9090
rpcOverride:
91-
appName: Thirdweb Game
92-
appDescription: Thirdweb Game Demo
91+
appName:
92+
appDescription:
9393
appIcons:
94-
- https://thirdweb.com/favicon.ico
95-
appUrl: https://thirdweb.com
94+
-
95+
appUrl:
9696
storageIpfsGatewayUrl: https://gateway.ipfscdn.io/ipfs/
9797
relayerUrl:
9898
forwarderAddress:
9999
forwarderDomainOverride:
100100
forwaderVersionOverride:
101101
magicLinkApiKey:
102-
WalletConnectPrefab: {fileID: 3202619366221042887, guid: aed198bf91a75b94db61c4f472ea1579, type: 3}
103-
MagicAuthPrefab: {fileID: 8849381089353801716, guid: 7ae6b24134cff80428397745fe5ade7b, type: 3}
102+
walletConnectProjectId:
103+
paperClientId:
104+
factoryAddress:
105+
thirdwebApiKey:
106+
gasless: 0
107+
bundlerUrl:
108+
paymasterUrl:
109+
entryPointAddress:
110+
WalletConnectPrefab: {fileID: 3202619366221042887, guid: c8c0099339b6ef54f87b1f049c5eb74f, type: 3}
104111
MetamaskPrefab: {fileID: 3503421935870801903, guid: f09c6d17b08bed346bec9906a7f17092, type: 3}
112+
PaperPrefab: {fileID: 3202619366221042887, guid: e7531d4af8ba7a246bfd6b63c9a1e2a3, type: 3}

0 commit comments

Comments
 (0)