Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Counter <[email protected]>
  • Loading branch information
EmilFattakhov and jim-counter authored Dec 10, 2024
1 parent b5596bf commit 2dfd714
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/develop/nova/additional-guides/foundry_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ keywords:
Nice, all tests are passing, meaning the smart contract is working as expected.
6. Next, there are **two things** we need to set, in order to **deploy our smart contract**:
- We need to connect a wallet that has sufficient balance of AI3 to cover the gas fees.
- We need to connect a wallet that has sufficient balance of tAI3 to cover the gas fees.
- We need to set an environment variable we will use later.
In order to make our lives easier, let’s create a new `Makefile` as well as `.env` file at the root of our project.
Expand Down
2 changes: 1 addition & 1 deletion docs/develop/nova/general-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ A smart contract is a digital agreement coded into a blockchain network, designe
### Differences with Ethereum
---
Autonomys Token (AI3) (TSSC for Subspace Credit during the testnet) is the sole method of payment for gas within the Autonomys EVM runtime.
There will be a bridge to convert farmed tokens into EVM-compatible tokens to cover the gas fees, however, at the moment the only viable option to get some AI3 on your wallet is through the Autonomys [faucet](/develop/auto-evm/faucet).
There will be a bridge to convert farmed tokens into EVM-compatible tokens to cover the gas fees, however, at the moment the only viable option to get some tAI3 on your wallet is through the Autonomys [faucet](/develop/auto-evm/faucet).

### What is Solidity?
---
Expand Down
4 changes: 2 additions & 2 deletions docs/develop/nova/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Autonomys utilizes EVM (Ethereum Virtual Machine) so any tool available for Ethe
Network Name: Autonomys EVM
New RPC URL: https://auto-evm-0.taurus.subspace.network/ws
Chain ID: 490000
Currency Symbol: AI3
Currency Symbol: tAI3
```

### Get tokens to your wallet using our faucet
---
Follow the instructions [here](/develop/auto-evm/faucet) to use our **Faucet** to get some AI3.
Follow the instructions [here](/develop/auto-evm/faucet) to use our **Faucet** to get some tAI3.

### Test and deploy your smart contract
---
Expand Down
4 changes: 2 additions & 2 deletions docs/develop/nova/setting-up-metamask.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ First, let’s set up a MetaMask wallet and then go over connecting it to the Au
Network Name: Autonomys EVM
New RPC URL: https://auto-evm-0.taurus.subspace.network/ws
Chain ID: 490000
Currency Symbol: AI3
Currency Symbol: tAI3
```

You're all set, **you have successfully configured your MetaMask wallet** and connected it to **Autonomys Core EVM**. To deploy your smart contract, you first need to get a small amount of **AI3** tokens into your wallet. Please make sure to refer to the [faucet section](/develop/auto-evm/faucet) of the guide to learn more about getting test tokens.
You're all set, **you have successfully configured your MetaMask wallet** and connected it to **Autonomys Core EVM**. To deploy your smart contract, you first need to get a small amount of **tAI3** tokens into your wallet. Please make sure to refer to the [faucet section](/develop/auto-evm/faucet) of the guide to learn more about getting test tokens.

0 comments on commit 2dfd714

Please sign in to comment.