Skip to content

Commit

Permalink
chore(BUX-431): GorillaPool mApi removed from defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-4chain committed Jan 5, 2024
1 parent 8da3ee3 commit db928ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ func getNodesDefaults() *NodesConfig {
Protocol: NodesProtocolArc,
Apis: []*MinerAPI{
{
ArcURL: "https://arc.gorillapool.io",
MapiURL: "https://merchantapi.gorillapool.io",
ArcURL: "https://arc.gorillapool.io",
// GorillaPool does not support querying (Merkle proofs)
Token: "",
MinerID: "03ad780153c47df915b3d2e23af727c68facaca4facd5f155bf5018b979b9aeb83",
},
Expand Down

0 comments on commit db928ab

Please sign in to comment.