Skip to content

Commit bb3ffa9

Browse files
Merge pull request #5 from divine-comedian/myster-box
Myster-box
2 parents 1beb0d8 + e2a3127 commit bb3ffa9

34 files changed

+4372
-6061
lines changed

.eslintrc.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
"rules": {
66
"react/no-unescaped-entities": "off",
77
"unused-imports/no-unused-imports-ts": "warn",
8-
"no-unused-vars": "warn"
8+
"no-unused-vars": "warn",
9+
"react/no-unknown-property": [
10+
2,
11+
{
12+
"ignore": [
13+
"jsx"
14+
]
15+
}
16+
]
917
}
1018
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_format": "hh-sol-dbg-1",
3-
"buildInfo": "../../build-info/3b22d7d310ea3c8d0b0a4e51480485c0.json"
3+
"buildInfo": "../../build-info/c1a5dc478478629473aa1b262a7a7b63.json"
44
}

artifacts/contracts/MitchMinter.sol/MitchMinter.json

+2-2
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"_format": "hh-sol-dbg-1",
3+
"buildInfo": "../../build-info/c1a5dc478478629473aa1b262a7a7b63.json"
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"_format": "hh-sol-artifact-1",
3+
"contractName": "IMitchToken",
4+
"sourceName": "contracts/MitchMinterSupply.sol",
5+
"abi": [
6+
{
7+
"inputs": [
8+
{
9+
"internalType": "address",
10+
"name": "to",
11+
"type": "address"
12+
},
13+
{
14+
"internalType": "uint256",
15+
"name": "amount",
16+
"type": "uint256"
17+
}
18+
],
19+
"name": "mint",
20+
"outputs": [],
21+
"stateMutability": "nonpayable",
22+
"type": "function"
23+
}
24+
],
25+
"bytecode": "0x",
26+
"deployedBytecode": "0x",
27+
"linkReferences": {},
28+
"deployedLinkReferences": {}
29+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"_format": "hh-sol-dbg-1",
3+
"buildInfo": "../../build-info/c1a5dc478478629473aa1b262a7a7b63.json"
4+
}

0 commit comments

Comments
 (0)