Skip to content

Commit

Permalink
change url for terms and conditions from threefold library to manual
Browse files Browse the repository at this point in the history
  • Loading branch information
Mik-TF committed Nov 28, 2024
1 parent 4e2fc0b commit d5a14ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grid_client/src/modules/tfchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ class TFChain implements blockchainInterface {
});
}
await (
await client.termsAndConditions.accept({ documentLink: "https://library.threefold.me/info/legal/#/" })
await client.termsAndConditions.accept({ documentLink: "https://manual.grid.tf/knowledge_base/legal/terms_conditions_all3.html" })
).apply();
const ret = await (await client.twins.create({ relay })).apply();
if (disconnect) await client.disconnect();
Expand Down

0 comments on commit d5a14ff

Please sign in to comment.