Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Buckram123 committed Aug 20, 2024
1 parent 4b45f16 commit 6c18687
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions docs/src/integrations/daemon.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,10 @@ When calling the `upload` function on a contract, if the tx is successful, the d

```json
{
"juno": {
"juno-1": {
"code_ids": {
"counter_contract": 1356,
},
}
"juno-1": {
"code_ids": {
"counter_contract": 1356,
},
}
}

Expand All @@ -83,14 +81,12 @@ When calling the `instantiate` function, if the tx is successful, the daemon wil

```json
{
"juno": {
"juno-1": {
"code_ids": {
"counter_contract": 1356,
},
"default": {
"counter_contract": "juno1wug8sewp6cedgkmrmvhl3lf3tulagm9hnvy8p0rppz9yjw0g4wtqwrw37d"
}
"juno-1": {
"code_ids": {
"counter_contract": 1356,
},
"default": {
"counter_contract": "juno1wug8sewp6cedgkmrmvhl3lf3tulagm9hnvy8p0rppz9yjw0g4wtqwrw37d"
}
}
}
Expand Down

0 comments on commit 6c18687

Please sign in to comment.