Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

Commit

Permalink
Add artifacts to git
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 committed Apr 18, 2021
1 parent 9bbe7b6 commit 3816cc2
Show file tree
Hide file tree
Showing 6 changed files with 108,367 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ node_modules/
cache/
build/
typechain/
artifacts/
# artifacts/
coverage*
.env
108,320 changes: 108,320 additions & 0 deletions src/artifacts/build-info/48ee6b6bf112ddd67318125b02dddd88.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/artifacts/contracts/Faucet.sol/Faucet.dbg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "..\\..\\build-info\\48ee6b6bf112ddd67318125b02dddd88.json"
}
28 changes: 28 additions & 0 deletions src/artifacts/contracts/Faucet.sol/Faucet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "Faucet",
"sourceName": "contracts/Faucet.sol",
"abi": [
{
"inputs": [
{
"internalType": "address payable",
"name": "recepient",
"type": "address"
}
],
"name": "withdraw",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"stateMutability": "payable",
"type": "receive"
}
],
"bytecode": "0x608060405234801561001057600080fd5b5060fe8061001f6000396000f3fe608060405260043610601f5760003560e01c806351cff8d914602a576025565b36602557005b600080fd5b348015603557600080fd5b50607560048036036020811015604a57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506077565b005b8073ffffffffffffffffffffffffffffffffffffffff166108fc67016345785d8a00009081150290604051600060405180830381858888f1935050505015801560c4573d6000803e3d6000fd5b505056fea2646970667358221220d13e149a03fc196c6871d0f03538a44db9e463071b6a9ca5535a4551274dd8ea64736f6c63430007060033",
"deployedBytecode": "0x608060405260043610601f5760003560e01c806351cff8d914602a576025565b36602557005b600080fd5b348015603557600080fd5b50607560048036036020811015604a57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506077565b005b8073ffffffffffffffffffffffffffffffffffffffff166108fc67016345785d8a00009081150290604051600060405180830381858888f1935050505015801560c4573d6000803e3d6000fd5b505056fea2646970667358221220d13e149a03fc196c6871d0f03538a44db9e463071b6a9ca5535a4551274dd8ea64736f6c63430007060033",
"linkReferences": {},
"deployedLinkReferences": {}
}
4 changes: 4 additions & 0 deletions src/artifacts/hardhat/console.sol/console.dbg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "..\\..\\build-info\\48ee6b6bf112ddd67318125b02dddd88.json"
}
10 changes: 10 additions & 0 deletions src/artifacts/hardhat/console.sol/console.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "console",
"sourceName": "hardhat/console.sol",
"abi": [],
"bytecode": "0x60566023600b82828239805160001a607314601657fe5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212204c6a97a942da81f270944330d35af1fb34c14587d08b34bb5b1fffd3dcbce84f64736f6c63430007060033",
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212204c6a97a942da81f270944330d35af1fb34c14587d08b34bb5b1fffd3dcbce84f64736f6c63430007060033",
"linkReferences": {},
"deployedLinkReferences": {}
}

1 comment on commit 3816cc2

@vercel
Copy link

@vercel vercel bot commented on 3816cc2 Apr 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.