You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Copy/paste the json below to the head of the `public.genesis.config.json` file inputting the data from `~/zkevm/zkevm-contracts/deployments/deploy_output.json`.
77
+
2. Copy/paste the json below to the head of the `public.genesis.config.json` file inputting the data from `~/zkevm-contracts/deployments/v2/deploy_output.json`.
78
78
79
79
!!! important
80
80
The `genesisBlockNumber` is called `deploymentBlockNumber`in`deploy_output.json`.
npx hardhat run deployment/testnet/prepareTestnet.ts --network sepolia
153
+
```
124
154
125
-
!!! info
126
-
The scripts auto-deploy the MATIC token contract and the `zkEVMDeployer` contract if required.
155
+
You should see output that looks like this:
127
156
128
-
2. Check the deployment was successful on Etherscan.
157
+
```bash
158
+
#######################
159
+
160
+
pol deployed to: 0x2B2Ef864542EA38657221393B0A18215e5c3fc7e
161
+
```
129
162
130
-
```html
131
-
https://sepolia.etherscan.io/address/[deployment-address] <!-- from `wallets.txt` -->
132
-
```
163
+
And now if you go to sepolia scan, you should also see that under your account, there's a new `Pol` Erc-20 token created with the balance of `19,900,000` tokens.
0 commit comments