File tree 2 files changed +2
-1
lines changed
docs/developer-resources/contractkit
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const receipt = await tx.waitReceipt()
29
29
To interact with cUSD, is the same but with a different contract:
30
30
31
31
``` ts
32
- const stabletoken = await kit .contract .getStableToken ()
32
+ const stabletoken = await kit .contracts .getStableToken ()
33
33
```
34
34
35
35
## Interacting with Other Celo Contracts
Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ module.exports = {
160
160
items : [
161
161
'developer-resources/contractkit/index' ,
162
162
'developer-resources/contractkit/setup' ,
163
+ 'developer-resources/contractkit/usage' ,
163
164
'developer-resources/contractkit/notes-web3-with-contractkit' ,
164
165
'developer-resources/contractkit/contracts-wrappers-registry' ,
165
166
'developer-resources/contractkit/odis' ,
You can’t perform that action at this time.
0 commit comments