From b83c5be2614ec19a3c74f8e2541875a55e9a9b56 Mon Sep 17 00:00:00 2001 From: snowflowersnowflake <33081329+snowflowersnowflake@users.noreply.github.com> Date: Fri, 26 Aug 2022 01:14:56 +0800 Subject: [PATCH] Update dai-token.md --- dai/dai-token/dai-token.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dai/dai-token/dai-token.md b/dai/dai-token/dai-token.md index dcdaa6a..dfc4d8c 100644 --- a/dai/dai-token/dai-token.md +++ b/dai/dai-token/dai-token.md @@ -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=
` : Set your test account 8. `export ETH_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