Skip to content

Commit

Permalink
new address base
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanjohan committed Jul 13, 2024
1 parent 04634d3 commit df277ae
Show file tree
Hide file tree
Showing 7 changed files with 474 additions and 20 deletions.

Large diffs are not rendered by default.

150 changes: 135 additions & 15 deletions packages/foundry/broadcast/deploy_Notes.s.sol/84532/run-latest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/foundry/deployAddresses/84532/ContractA/address
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0x912f109a2d84E83096Ea18B14E9C41875dAEf9fD
0xbFC3a250ACa9Af6f3399D2056BDB5786f9Ec6b3e
2 changes: 1 addition & 1 deletion packages/foundry/deployAddresses/84532/ContractB/address
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0xc15BC025d57bec9FA39e18701b4f0b3b5a067B6C
0x75836c1a9cf7B2b2bFa30F4d943169167828A964
2 changes: 1 addition & 1 deletion packages/foundry/deployAddresses/84532/ContractC/address
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0xa52A05eB2Eb48499d5bEB6d89d39dDB41854f47C
0x4250F996882E56b0D0a2dAdDf3Ea0bF9904fec5e
2 changes: 1 addition & 1 deletion packages/foundry/deployAddresses/84532/Notes/address
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0x3B89a9D1026E29c7959154E5c826159C720007cb
0x310256C0b02B1EF36A537427885E495533c13DeE
158 changes: 157 additions & 1 deletion packages/nextjs/contracts/deployedContracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2938,8 +2938,86 @@ const deployedContracts = {
},
},
84532: {
MockContractA: {
address: "0xbfc3a250aca9af6f3399d2056bdb5786f9ec6b3e",
abi: [
{
type: "function",
name: "magic",
inputs: [],
outputs: [],
stateMutability: "nonpayable",
},
{
type: "function",
name: "mySuperDuperFunNumber",
inputs: [],
outputs: [
{
name: "",
type: "uint256",
internalType: "uint256",
},
],
stateMutability: "view",
},
],
inheritedFunctions: {},
},
MockContractB: {
address: "0x75836c1a9cf7b2b2bfa30f4d943169167828a964",
abi: [
{
type: "function",
name: "magic",
inputs: [],
outputs: [],
stateMutability: "nonpayable",
},
{
type: "function",
name: "mySuperDuperFunNumber",
inputs: [],
outputs: [
{
name: "",
type: "uint256",
internalType: "uint256",
},
],
stateMutability: "view",
},
],
inheritedFunctions: {},
},
MockContractC: {
address: "0x4250f996882e56b0d0a2daddf3ea0bf9904fec5e",
abi: [
{
type: "function",
name: "magic",
inputs: [],
outputs: [],
stateMutability: "nonpayable",
},
{
type: "function",
name: "mySuperDuperFunNumber",
inputs: [],
outputs: [
{
name: "",
type: "uint256",
internalType: "uint256",
},
],
stateMutability: "view",
},
],
inheritedFunctions: {},
},
Notes: {
address: "0x640a8be4be3b18b35a7d7bbbab2444ad4d5fc87a",
address: "0x310256c0b02b1ef36a537427885e495533c13dee",
abi: [
{
type: "constructor",
Expand Down Expand Up @@ -5712,6 +5790,84 @@ const deployedContracts = {
],
inheritedFunctions: {},
},
MockContractA: {
address: "0x3b89a9d1026e29c7959154e5c826159c720007cb",
abi: [
{
type: "function",
name: "magic",
inputs: [],
outputs: [],
stateMutability: "nonpayable",
},
{
type: "function",
name: "mySuperDuperFunNumber",
inputs: [],
outputs: [
{
name: "",
type: "uint256",
internalType: "uint256",
},
],
stateMutability: "view",
},
],
inheritedFunctions: {},
},
MockContractB: {
address: "0x912f109a2d84e83096ea18b14e9c41875daef9fd",
abi: [
{
type: "function",
name: "magic",
inputs: [],
outputs: [],
stateMutability: "nonpayable",
},
{
type: "function",
name: "mySuperDuperFunNumber",
inputs: [],
outputs: [
{
name: "",
type: "uint256",
internalType: "uint256",
},
],
stateMutability: "view",
},
],
inheritedFunctions: {},
},
MockContractC: {
address: "0xc15bc025d57bec9fa39e18701b4f0b3b5a067b6c",
abi: [
{
type: "function",
name: "magic",
inputs: [],
outputs: [],
stateMutability: "nonpayable",
},
{
type: "function",
name: "mySuperDuperFunNumber",
inputs: [],
outputs: [
{
name: "",
type: "uint256",
internalType: "uint256",
},
],
stateMutability: "view",
},
],
inheritedFunctions: {},
},
},
11155111: {
Notes: {
Expand Down

0 comments on commit df277ae

Please sign in to comment.