Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dai/dai-token/dai-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Change kovan for your prefered chain
6. `export ETH_KEYSTORE=~/keys` : Define where your keys are store
7. `export ETH_FROM=<address>` : Set your test account
8. `export ETH_RPC_URL=<RPC URL>` : Set the URL for a testnet RPC node (Infura or other)
9. `export chainid= $(seth --to-uint256 42)`: Deploying the contract requires passing the chain id, for use with the permit function. For Kovan, the id is 42.
9. `export chainid=$(seth --to-uint256 42)`: Deploying the contract requires passing the chain id, for use with the permit function. For Kovan, the id is 42. If there is spaces between the left or right of '=', it may hint not a valid identifier
10. `dapp create Dai $chainid` : To deploy the contract. If successful, this will return the address of your new contract.

If you want to verify your contract on Etherscan, use the output of
Expand Down