这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
116f2f4
contribution edits
robGG1997 Apr 3, 2024
ee0917e
condition to run tests fixed
robGG1997 Apr 3, 2024
53c9f25
typo fix
robGG1997 Apr 3, 2024
6ff54d1
use deploy key for push
robGG1997 Apr 3, 2024
f39eddd
bot makes push instead of actor
robGG1997 Apr 3, 2024
15ad020
fixed syntax
robGG1997 Apr 3, 2024
26d722c
setup ssh keys added
robGG1997 Apr 3, 2024
a07151d
different way for setting up ssh
robGG1997 Apr 3, 2024
297c7dd
only play mode tests
robGG1997 Apr 3, 2024
d902b3b
reverted ssh setup method
robGG1997 Apr 3, 2024
c695eda
run workflow on dev not main!
robGG1997 Apr 3, 2024
b1f7ba8
revert pre commit check branch and change post push action branch to dev
robGG1997 Apr 3, 2024
7434347
added ssh key for checkout
robGG1997 Apr 3, 2024
ee9a9d9
removed tests for faster iteration
robGG1997 Apr 3, 2024
337a618
put back publish dlls
robGG1997 Apr 3, 2024
141b00d
check if latest commit isn't from github actions to avoid recursive a…
robGG1997 Apr 3, 2024
1cc3a47
small syntax fix
robGG1997 Apr 3, 2024
44438af
small syntax fix 2
robGG1997 Apr 3, 2024
bb84ab8
replace conditional fix for loop issue with commit skip ci keyword in…
robGG1997 Apr 3, 2024
2da4827
put tests back in
robGG1997 Apr 3, 2024
7b2c8ef
on push workflow call now back to from main
robGG1997 Apr 3, 2024
8f2dc13
test again
robGG1997 Apr 3, 2024
9bce586
reverted actor from bot to user and removed ssh setup
robGG1997 Apr 3, 2024
76d9812
revert post push workflow file target back to main
robGG1997 Apr 3, 2024
e0e95b5
chore: fix typos (#918)
xiaoxianBoy Apr 9, 2024
138e54e
Auto Commit [skip ci]
rob1997 Apr 9, 2024
e579b89
Metamask SDK fixes (#922)
rob1997 Apr 12, 2024
03270af
Auto Commit [skip ci]
kantagara Apr 12, 2024
e60f66a
Merge branch 'main' into dev
rob1997 Apr 23, 2024
d57532c
Auto Commit [skip ci]
rob1997 Apr 23, 2024
6d69769
Package built-in dependencies fix (#925)
oleksandrchainsafe Apr 29, 2024
665fd5d
Auto Commit [skip ci]
oleksandrchainsafe Apr 29, 2024
a131101
Fixing sample script comments (#930)
sneakzttv Apr 30, 2024
60536e5
Ramp fix (#931)
sneakzttv Apr 30, 2024
6bd4e24
Sneakz/typo fix (#933)
sneakzttv Apr 30, 2024
d340f96
Merge branch 'main' into dev
sneakzttv Apr 30, 2024
f72cd5d
Removing Sygma from ILoginProvider
kantagara Apr 30, 2024
3cd3eee
Merge branch 'dev' of https://github.com/ChainSafe/web3.unity into dev
kantagara Apr 30, 2024
72b2ff1
Auto Commit [skip ci]
sneakzttv Apr 30, 2024
348d0f6
Merge branch 'dev' of https://github.com/ChainSafe/web3.unity into dev
kantagara Apr 30, 2024
9730ae0
Auto Commit [skip ci]
kantagara Apr 30, 2024
4f24ba3
Update ILoginProvider.cs
sneakzttv Apr 30, 2024
ba6715b
Merge branch 'main' into Sneakz/Sygma-directive-fix
sneakzttv Apr 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using ChainSafe.Gaming.Evm.JsonRpc;
using ChainSafe.Gaming.Marketplace.Extensions;
using ChainSafe.Gaming.MultiCall;
using ChainSafe.Gaming.SygmaClient;
using ChainSafe.Gaming.UnityPackage;
using ChainSafe.Gaming.Web3;
using ChainSafe.Gaming.Web3.Build;
Expand Down Expand Up @@ -86,7 +85,6 @@ private void ConfigureCommonServices(IWeb3ServiceCollection services)
.UseUnityEnvironment()
.UseGelato(GelatoApiKey)
.UseMultiCall()
.UseSygmaClient()
.UseRpcProvider()
.UseMarketplace();

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.