Skip to content

Commit

Permalink
docs: add explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed May 14, 2024
1 parent 1df15c1 commit 79c612d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions contracts/v0.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,27 @@ forge script DeployFull --broadcast --rpc-url http://localhost:8545
}
```

- deploy and update proxies

```json
{
"deploy": {
"updateProxyBulk": {
"proxies": [
{
"feedName": "BTC-USDT",
"proxyAddress": "0x50c23983ea26f30d368da5b257001ee3ddf9a539"
},
{
"feedName": "KLAY-USDT",
"proxyAddress": "0xd07bd0bcd3a8fa1087430b1be457e05c4a412a4b"
}
]
}
}
}
```

### Update proxies in `FeedRouter`

```json
Expand Down

0 comments on commit 79c612d

Please sign in to comment.