Skip to content

Commit

Permalink
Remove zksync-related content
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed Dec 8, 2023
1 parent 9629c7a commit 9fd6dcc
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ NETWORK=polygon-testnet DATA_FEED_ID=0x4385954e058fbe6b6a744f32a4f89d67aad099f8f
- Deploy DataFeedReaderExample.
See the command below, but use your own `NETWORK` and `PROXY` values.
See the [supported networks section](#supported-networks) for valid `NETWORK` values.
See [below](#note-about-zksync) for zkSync.

```sh
NETWORK=polygon-testnet PROXY=0x94C10721Bc55E81E40E5Db92060335374F32546b yarn deploy
Expand All @@ -60,16 +59,6 @@ NETWORK=polygon-testnet PROXY=0x94C10721Bc55E81E40E5Db92060335374F32546b yarn de
NETWORK=polygon-testnet yarn read-data-feed
```

### Note about zkSync

This repo does not support deploying contracts on zkSync, which is why `yarn deploy` will fail.
Instead, after deploying the proxy using `yarn deploy-data-feed-proxy`, you can test the proxy by reading from it directly.
See the command below, but use your own `NETWORK` and `PROXY` values.

```sh
NETWORK=zksync-goerli-testnet PROXY=0x9bcf73d0C3aE0e1484B001a01FC883E7213367BF yarn read-direct
```

## Supported networks

See https://github.com/api3dao/chains for details
Expand Down

0 comments on commit 9fd6dcc

Please sign in to comment.