Skip to content

Commit

Permalink
change marigold as default rpc nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
fraidev committed Oct 19, 2023
1 parent 27f4801 commit c33ac2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/Scripts/Tezos/TezosConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class TezosConfig

public NetworkType Network { get; set; } = NetworkType.ghostnet;

public string RpcBaseUrl => $"https://rpc.{Network}.teztnets.xyz";
public string RpcBaseUrl => $"https://{Network}.tezos.marigold.dev";
public int DefaultTimeoutSeconds => 45;
}

Expand Down

0 comments on commit c33ac2b

Please sign in to comment.