mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-03 23:31:49 +00:00
6138c8e66b
* tokens: ERC1155 contract for tokens * simplify 1155 * NFT and minter contracts * update NFT * update * update * update * update * NFT metadata JSON * update token metadata * flattened contracts
39 lines
758 B
JSON
39 lines
758 B
JSON
{
|
|
"overrides": [
|
|
{
|
|
"files": "*.sol",
|
|
"options": {
|
|
"printWidth": 80,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"singleQuote": false,
|
|
"bracketSpacing": false
|
|
}
|
|
},
|
|
{
|
|
"files": "*.yml",
|
|
"options": {}
|
|
},
|
|
{
|
|
"files": "*.yaml",
|
|
"options": {}
|
|
},
|
|
{
|
|
"files": "*.toml",
|
|
"options": {}
|
|
},
|
|
{
|
|
"files": "*.json",
|
|
"options": {}
|
|
},
|
|
{
|
|
"files": "*.js",
|
|
"options": {}
|
|
},
|
|
{
|
|
"files": "*.ts",
|
|
"options": {}
|
|
}
|
|
]
|
|
}
|