From 459efe29da6d9d1c2e3d775322667f648aee24db Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Tue, 2 Apr 2019 10:18:29 +0200 Subject: [PATCH] Link squid-js's OceanAccounts.requestTokens() docs --- content/tutorials/get-ether-and-ocean-tokens.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/tutorials/get-ether-and-ocean-tokens.md b/content/tutorials/get-ether-and-ocean-tokens.md index 07b76824..60b8b45b 100644 --- a/content/tutorials/get-ether-and-ocean-tokens.md +++ b/content/tutorials/get-ether-and-ocean-tokens.md @@ -75,7 +75,9 @@ In the future, it will become possible to earn Mainnet Ocean Tokens as network r All Squid libraries have methods to request Ocean Tokens. They work by calling the "Dispenser" keeper contract, a contract which is only deployed to testnets. Therefore they will only work in testnets. They're documented in the following places: -- [The squid-js docs for Account.requestTokens()](/references/squid-js/#Account-requestTokens) +- The squid-js docs for: + - [OceanAccounts.requestTokens()](/references/squid-js/#OceanAccounts-requestTokens) + - [Account.requestTokens()](/references/squid-js/#Account-requestTokens) - The squid-py docs for: - [the squid\_py.ocean.ocean\_tokens module](https://squid-py.readthedocs.io/en/develop/api/squid_py.ocean.ocean_tokens.html): see the `request()` method. - [the squid\_py.ocean.ocean\_accounts module](https://squid-py.readthedocs.io/en/develop/api/squid_py.ocean.ocean_accounts.html): see the `request_tokens()` method.