Skip to content

Commit

Permalink
fix: update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkersner committed Apr 25, 2024
1 parent 9305c6b commit fb78d14
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions contracts/v0.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ forge script {ContractScriptName} --broadcast --rpc-url {RPC}
"deploy": {
"submitter": "0xa195bE68Bd37EBFfB056279Dc3d236fAa6F23670",
"count": 2,
"feed": [
"feeds": [
{ "decimals": 8, "description": "ADA-USDT" },
{ "decimals": 8, "description": "ATOM-USDT" }
]
Expand All @@ -64,7 +64,6 @@ forge script {ContractScriptName} --broadcast --rpc-url {RPC}
```
{
"Feed": {
"address": "0x1ac6cd893eddb6cac15e5a9fc549335b8b449015",
"updateSubmitter": {
"submitter": "0xa195bE68Bd37EBFfB056279Dc3d236fAa6F23670",
"count": 2,
Expand Down Expand Up @@ -156,13 +155,19 @@ forge script {ContractScriptName} --broadcast --rpc-url {RPC}
}
```

### Deploy `SubmissionProxy` with `Feed` contracts
### Deploy `SubmissionProxy` with `Feed` and `FeedProxy` contracts

```
{
"SubmissionProxy": {
"deploy": {},
"deployAndConnectFeeds": {}
"deployFeed": {
"count": 2,
"feeds": [
{ "decimals": 8, "description": "ADA-USDT" },
{ "decimals": 8, "description": "ATOM-USDT" }
]
}
}
}
```

0 comments on commit fb78d14

Please sign in to comment.