Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
using ChainSafe.Gaming.Wallets;
using ChainSafe.Gaming.Web3;
using ChainSafe.Gaming.Web3.Build;
using ChainSafe.Gaming.Web3.Core.Chains;
using ChainSafe.Gaming.Web3.Unity;
using Microsoft.Extensions.DependencyInjection;
using UnityEngine;
Expand All @@ -26,9 +27,8 @@ public class ChainlinkLootboxSampleLauncher : MonoBehaviour

private Web3 web3;

private class Web3Config : ICompleteProjectConfig
private class Web3Config : IChainConfigSet
{
public string ProjectId => string.Empty;
public bool EnableAnalytics => true;

public IEnumerable<IChainConfig> Configs { get; } = new[]
Expand Down
Binary file not shown.
Loading
Loading