From ce3b841c0c93aab28c779246084c82c9963e1f6c Mon Sep 17 00:00:00 2001 From: Aayush Gupta <60979345+AAYUSH-GUPTA-coder@users.noreply.github.com> Date: Sat, 8 Jul 2023 13:48:23 +0530 Subject: [PATCH] Replaced Hyperspace test network with the Calibration test network. The Hyperspace test network is deprecated. Replaced the Hyperspace network with Calibration instead. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"