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
@@ -109,7 +109,7 @@ Deploy the contract locally is fine for doing simple tests, but we recommend to
109
109
export default config;
110
110
```
111
111
112
-
1. Set up an Etherlink Ghostnet Testnet account with some native tokens to deploy the contract. See [Using your wallet](/get-started/using-your-wallet) connect your wallet to Etherlink. Then use the faucet to get XTZ tokens on Etherlink Ghostnet Testnet, as described in [Getting testnet tokens](/get-started/getting-testnet-tokens).
112
+
1. Set up an Etherlink Shadownet Testnet account with some native tokens to deploy the contract. See [Using your wallet](/get-started/using-your-wallet) connect your wallet to Etherlink. Then use the faucet to get XTZ tokens on Etherlink Shadownet Testnet, as described in [Getting testnet tokens](/get-started/getting-testnet-tokens).
113
113
114
114
1. Export your account private key from your wallet application.
115
115
@@ -121,7 +121,7 @@ Deploy the contract locally is fine for doing simple tests, but we recommend to
121
121
122
122
On the prompt, enter or paste the value of your exported private key. Hardhat use its custom env var system for storing keys, we will see later how to override this on a CICD pipeline
123
123
124
-
1. Deploy the contract to Etherlink Ghostnet Testnet network specifying the `--network` option:
124
+
1. Deploy the contract to Etherlink Shadownet Testnet network specifying the `--network` option:
Copy file name to clipboardExpand all lines: docs/tutorials/marketpulse/frontend.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -953,4 +953,4 @@ dependencies:
953
953
954
954
The page's right-hand corner refreshes and displays the winner of the poll and the application automatically pays the winning bets.
955
955
956
-
1. Find your transaction `resolveResult` on the Etherlink Ghostnet Testnet explorer at `https://testnet.explorer.etherlink.com`. In the **Transaction details>Internal txns tab**, you should see, if you won something, the expected amount transferred to you from the smart contract address.
956
+
1. Find your transaction `resolveResult` on the Etherlink Shadownet Testnet explorer at `https://shadownet.explorer.etherlink.com`. In the **Transaction details>Internal txns tab**, you should see, if you won something, the expected amount transferred to you from the smart contract address.
0 commit comments