Skip to content

Commit

Permalink
add example files
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-emilius committed Mar 14, 2020
1 parent 77bd371 commit af71306
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/contracts.example.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[
{
"account": "atomicassets"
"account": "atomicassets",
"contract": "atomicassets"
},
{
"account": "atomicmarket"
"account": "atomicmarket",
"contract": "atomicmarket"
}
]
10 changes: 10 additions & 0 deletions config/contracts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"account": "atomicassets",
"contract": "atomicassets"
},
{
"account": "atomicmarket",
"contract": "atomicmarket"
}
]
Empty file.

0 comments on commit af71306

Please sign in to comment.