Skip to content

Commit

Permalink
feat: kukai web client address field made public
Browse files Browse the repository at this point in the history
  • Loading branch information
talha-trili committed Nov 21, 2024
1 parent 18c41aa commit dceb895
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Runtime/Scripts/Configs/TezosConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class TezosConfig: ScriptableObject
[SerializeField] public NetworkType Network = NetworkType.ghostnet;

[Tooltip("Web client address for Kukai Connector.")]
[SerializeField] private string kukaiWebClientAddress;
public string KukaiWebClientAddress;

// The URL format string for the RPC endpoint. Use {network} as a placeholder for the network type.
// Example format: "https://{network}.tezos.marigold.dev"
Expand All @@ -34,8 +34,6 @@ public DataProviderConfig DataProvider
set => dataProviderConfig = value;
}

public string KukaiWebClientAddress => kukaiWebClientAddress;

public string PinataApiToken => pinataApiToken;

public int RequestTimeoutSeconds => requestTimeoutSeconds;
Expand Down

0 comments on commit dceb895

Please sign in to comment.