Skip to content

Commit

Permalink
docs: flatten
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed May 14, 2024
1 parent ca3a990 commit 7057a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/v0.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ forge script DeployFull --broadcast --rpc-url http://localhost:8545
{
"deploy": {},
"deployFeed": {
"feeds": [{ "name": "ADA-USDT" }, { "name": "ATOM-USDT" }]
"feedNames": ["ADA-USDT", "ATOM-USDT"]
}
}
```

0 comments on commit 7057a4b

Please sign in to comment.