Skip to content

Commit

Permalink
Merge pull request #1 from CreedsCode/rework
Browse files Browse the repository at this point in the history
Rework
  • Loading branch information
CreedsCode authored Jul 5, 2024
2 parents b15cda6 + d84abe7 commit d12cd53
Showing 1 changed file with 1 addition and 39 deletions.
40 changes: 1 addition & 39 deletions packages/nextjs/contracts/deployedContracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { GenericContractsDeclaration } from "~~/utils/scaffold-eth/contract";
const deployedContracts = {
31337: {
DataContract: {
address: "0x0B306BF915C4d645ff596e518fAf3F9669b97016",
address: "0x9A9f2CCfdE556A7E9Ff0848998Aa4a0CFD8863AE",
abi: [
{
inputs: [
Expand Down Expand Up @@ -51,44 +51,6 @@ const deployedContracts = {
name: "DataStored",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: false,
internalType: "string",
name: "message",
type: "string",
},
{
indexed: false,
internalType: "bytes",
name: "data",
type: "bytes",
},
],
name: "Log",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: false,
internalType: "string",
name: "message",
type: "string",
},
{
indexed: false,
internalType: "address",
name: "userAddress",
type: "address",
},
],
name: "Log",
type: "event",
},
{
anonymous: false,
inputs: [
Expand Down

0 comments on commit d12cd53

Please sign in to comment.