Skip to content

Commit

Permalink
Added Artificats
Browse files Browse the repository at this point in the history
  • Loading branch information
SWAGATSWAROOP committed Jun 19, 2024
1 parent f8d027a commit 153aaef
Show file tree
Hide file tree
Showing 7 changed files with 241 additions and 0 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../build-info/d186c977926b47146660883ff7aa6a82.json"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "ReentrancyGuard",
"sourceName": "contracts/ReentrancyGuard.sol",
"abi": [],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../build-info/d186c977926b47146660883ff7aa6a82.json"
}
220 changes: 220 additions & 0 deletions frontend-next/app/artifacts/contracts/account.sol/Account.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions frontend-next/app/trade/sol/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default function SOLCard() {

fetchImage();
}, []);

async function buy() {
try {
const sepoliaUrl = String(process.env.SEPOLIA_RPC_URL);
Expand Down
1 change: 1 addition & 0 deletions frontend-next/app/trade/usdt/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default function BitcoinCard() {

fetchImage();
}, [days]);

useEffect(() => {
const fetchImage = async () => {
console.log("Change occured");
Expand Down

0 comments on commit 153aaef

Please sign in to comment.