diff --git a/README.md b/README.md index c562a1e..6d41e4f 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ This will show you the ethereum-style address associated with that private key a ## Fund the Deployer Address -Go to the [Hyperspace testnet faucet](https://hyperspace.yoga/#faucet), and paste in the Ethereum address from the previous step. This will send some hyperspace testnet FIL to the account. +Go to the [Calibration testnet faucet](https://faucet.calibration.fildev.network/), and paste in the Ethereum address from the previous step. This will send some calibration testnet FIL to the account. ## Deploy the Contracts @@ -118,7 +118,7 @@ Type in the following command in the terminal to deploy all contracts: yarn hardhat deploy ``` -This will compile all the contracts in the contracts folder and deploy them to the Hyperspace test network automatically! +This will compile all the contracts in the contracts folder and deploy them to the Calibration test network automatically! Keep note of the deployed contract addresses for the next step. @@ -140,9 +140,9 @@ The primary advantage of the FEVM over other EVM based chains is the ability to The library is included in this kit as an NPM package and will automatically be downloaded when you perform the `yarn` command (don't confuse these with the included mocks)! -Currently you will find a getter contract that calls the getter methods on the MarketAPI to get storage deal data and store that data. To do this you will need *dealIDs* which you can [find here on FilFox](https://hyperspace.filfox.info/en/deal). +Currently you will find a getter contract that calls the getter methods on the MarketAPI to get storage deal data and store that data. To do this you will need *dealIDs* which you can [find here on FilFox](https://calibration.filfox.info/en/deal). -As an example to store most of the data available for a deal run the store-all command with a specified dealID. Below is an example of using this command below with a deal on Hyperspace testnet with a dealID of 707. +As an example to store most of the data available for a deal run the store-all command with a specified dealID. Below is an example of using this command below with a deal on Calibration testnet with a dealID of 707. ``` yarn hardhat store-all --contract "DEPLOYED FILECOIN_MARKET_CONSUMER CONTRACT ADDRESS HERE" --dealid "707"