Skip to content

Commit

Permalink
Merge pull request #2275 from dfinity/update-cycles-coupon
Browse files Browse the repository at this point in the history
Typo fix: cycles coupon - 20T -> 10T
  • Loading branch information
jessiemongeon1 authored Dec 12, 2023
2 parents ea09053 + 6f570fa commit 91deba4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/developer-docs/setup/cycles/cycles-faucet.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ will need to put in a request for cycles on the [DFINITY dev official Discord](h
## Step 4: After you send this message, you are prompted to fill out a survey.

## Step 5: Once completed, our team will review your submission. If accepted, the faucet bot will send you a private message with a coupon code.

:::caution
Please ensure that your Discord settings are set to allow direct messages from other users. If you do not have this setting enabled, you will not receive a direct message from the faucet bot.
:::

## Step 5: Once completed, our team will review your submission. If accepted, the faucet bot will send you a private message with a coupon code.

## Step 6: Head back to the <https://faucet.dfinity.org> webpage.

Now, click **NEXT STEP** to continue.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/tutorials/developer-journey/level-1/1.3-first-dapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ URLs:

## Adding pre-developed frontend code

Now let's create a frontend for users to interact with your dapp. you will use some basic JavaScript to keep it as simple as possible.
Now let's create a frontend for users to interact with your dapp. You will use some basic JavaScript to keep it as simple as possible.

Start by opening the file `/src/poll_frontend/src/index.html` in your code editor, then replace the existing content with the following:

Expand Down Expand Up @@ -542,7 +542,7 @@ Start by opening the file `/src/poll_frontend/src/index.html` in your code edito
<div class="title-container">
<h1>Simple Voting Poll</h1>
</div>
<h2 id="question">Sample Question</h2>
<h2 id="question">What is your favorite programming language?</h2>

<!-- Form where users vote -->
<div class="form-container">
Expand Down
10 changes: 5 additions & 5 deletions docs/tutorials/developer-journey/level-1/1.4-using-cycles.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Cycles can be obtained by converting ICP tokens into cycles. There are a few way
- Receiving a grant of ICP tokens through the DFINITY Foundation.
- Receiving ICP tokens in return for providing resources as a node provider.

For new developers, a free cycles coupon can be obtained and redeemed for 20T free cycles that can be used to get started with dapp deployment. For this developer journey, you'll be obtaining and using that free cycles coupon.
For new developers, a free cycles coupon can be obtained and redeemed for 10T free cycles that can be used to get started with dapp deployment. For this developer journey, you'll be obtaining and using that free cycles coupon.

This coupon is good for new developers since it doesn't require that you transfer ICP tokens into cycles, and doesn't require a purchase of tokens to get started.

Expand All @@ -104,14 +104,14 @@ In this channel, execute the following slash command:
/request
```

This command will make a call to the IC Cycles Faucet Bot. This bot will send you a survey link via direct message.
This command will make a call to the IC Cycles Faucet Bot. This bot will prompt you to fill out a survey in the channel.

Once the survey has been completed, our team will review your submission. If accepted, the faucet bot will send you a private message with a coupon code.

:::info
Please ensure that your Discord settings are set to allow direct messages from other users. If you do not have this setting enabled, you will not receive a direct message from the faucet bot.
:::

Once the survey has been completed, our team will review your submission. If accepted, the faucet bot will send you a private message with a coupon code.

Head back to the <https://faucet.dfinity.org> webpage.

Now, click **NEXT STEP** to continue.
Expand Down Expand Up @@ -143,7 +143,7 @@ Verify your cycles balance with the command:
dfx wallet --network ic balance
```

This should return an output showing 20T cycles in your wallet. To get the canister identifier of your new cycles wallet, run the command:
This should return an output showing 10T cycles in your wallet. To get the canister identifier of your new cycles wallet, run the command:

```sh
dfx identity --network ic get-wallet
Expand Down

0 comments on commit 91deba4

Please sign in to comment.