Skip to content

Commit f85c132

Browse files
committed
Add missing CM address in testnet instructions
1 parent 4b356fa commit f85c132

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

getting-started-with-applayer-testnet.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ interface ContractManager {
5858

5959
This will allow you to call the `ContractManager` precompiled contract and use it to deploy any of the available precompiles on the blockchain. Precompile deploys cost 100,000 gas each.
6060

61-
To find out the address of your deployed contract, call the `getDeployedContractsForCreator()` function, passing the `ContractManager` address itself as the argument. See the example video that deploys an ERC20 contract:
61+
To find out the address of your deployed contract, call the `getDeployedContractsForCreator()` function, passing the `ContractManager` address itself as the argument. The address for ContractManager is hardcoded to `0x0001cb47ea6d8b55fe44fdd6b1bdb579efb43e61`.
62+
63+
See the example video that deploys an ERC20 contract:
6264

6365
{% file src=".gitbook/assets/applayer_step3.mp4" %}
6466

0 commit comments

Comments
 (0)