Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 18, 2025
1 parent eb389f3 commit f2a6ebe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
29 changes: 2 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ npm install
npx hardhat test
```

## Get Contract Sizes
```shell
npx hardhat size-contracts
```

## `.env` example

```shell
Expand Down Expand Up @@ -67,28 +62,8 @@ YIELD_SYNC_V1_B_TRANSFER_REQUEST_PROTOCOL_OP_GOERLI=
YIELD_SYNC_V1_B_TRANSFER_REQUEST_PROTOCOL_SEPOLIA=
```

## Note

Strategies must be very simple. They should be able to be changed. Tokens utilized must be immutable.

The ETH value should handle the decimal of the erc 20

### How to check contract size
### Size Contracts

```sol
```shell
npx hardhat size-contracts
```

### Chainlink Price Feed

#### Ethereum Mainnet

ETH/USD: [0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419](https://etherscan.io/address/0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419)

USDC/USD: [0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6](https://etherscan.io/address/0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6)

#### Base Sepolia

ETH/USD: [0x4aDC67696bA383F43DD60A9e78F2C97Fbbfc7cb1](https://sepolia.basescan.org/address/0x4aDC67696bA383F43DD60A9e78F2C97Fbbfc7cb1)

USDC/USD: [0xd30e2101a97dcbAeBCBC04F14C3f624E67A35165](https://sepolia.basescan.org/address/0xd30e2101a97dcbAeBCBC04F14C3f624E67A35165)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yield-sync/v1-emp",
"version": "0.0.1",
"version": "0.0.2",
"description": "Refer to README.md",
"main": "scripts/deploy.js",
"scripts": {
Expand Down

0 comments on commit f2a6ebe

Please sign in to comment.