Skip to content

Commit

Permalink
Fix init command example config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalissaac committed Nov 26, 2021
1 parent 323cc18 commit 8a64ccf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/cmd/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@ const EXAMPLE_CONFIG: &str = r#"{
"symbol": "SNFT",
"description": "Hello, NFT!",
"creators": [{
address: "BPr18DCdtzASf1YVbUVZ4dZ7mA6jpMYZSUP3YuiMgGeD",
share: 100
"address": "BPr18DCdtzASf1YVbUVZ4dZ7mA6jpMYZSUP3YuiMgGeD",
"share": 100
}],
"royaltyPercentage": 10,
"collection": {
"name": "NFT Collection",
"family": "NFT Family"
},
"rarities": {
"attributes": {
"LAYER_NAME": {
"FILE_NAME.png": 0.01
},
"LAYER_NAME_2": {
"FILE_NAME_2.png": 0.01
}
},
"order": [
"layerOrder": [
"LAYER_NAME",
"LAYER_NAME_2"
],
"guaranteedRolls": [
"guaranteedAttributeRolls": [
[
"FILE_NAME.png",
"FILE_NAME_2.png"
Expand Down

0 comments on commit 8a64ccf

Please sign in to comment.