Skip to content

Commit

Permalink
change addresses json format
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekard0 committed Feb 7, 2025
1 parent c0e13a4 commit 8a3e796
Showing 1 changed file with 16 additions and 44 deletions.
60 changes: 16 additions & 44 deletions packages/artifacts/src/addresses.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,18 @@
{

"mainnet": {
"repoAddress":"0xA4371a239D08bfBA6E8894eccf8466C6323A52C3"
},
"sepolia": {
"repoAddress":"0x152c9E28995E418870b85cbbc0AEE4e53020edb2"
},
"holesky": {
"repoAddress":"0xC56B719Fc71D9056AbC559a0E3e6CE98Abc44a67"
},
"devSepolia": {
"repoAddress":"0xEdA3074437375DC71007AFC9D421644656d72287"
},
"polygon": {
"repoAddress":"0x7fF570473d0876db16A59e8F04EE7F17Ab117309"
},
"mumbai": {
"repoAddress":"0x0DF9b15550fF39149e491dDD154b28f587e0cD16"
},
"base": {
"repoAddress":"0x212eF339C77B3390599caB4D46222D79fAabcb5c"
},
"baseSepolia": {
"repoAddress":"0x152c9E28995E418870b85cbbc0AEE4e53020edb2"
},
"arbitrum": {
"repoAddress":"0x326A2aee6A8eE78D79E7E956DE60C6E452f76a8e"
},
"arbitrumSepolia": {
"repoAddress":"0x152c9E28995E418870b85cbbc0AEE4e53020edb2"
},
"linea": {
"repoAddress":"0x7d56667664ADf9e5aAb436629e6a789162Ad83eA"
},
"lineaSepolia": {
"repoAddress":"0xf79F733e0D5d5e0e3037b221E8B3fd12Fb564101"
},
"zksync": {
"repoAddress":""
},
"zksyncSepolia": {
"repoAddress":""
"pluginRepo": {
"mainnet": "0xA4371a239D08bfBA6E8894eccf8466C6323A52C3",
"sepolia": "0x152c9E28995E418870b85cbbc0AEE4e53020edb2",
"holesky": "0xC56B719Fc71D9056AbC559a0E3e6CE98Abc44a67",
"devSepolia": "0xEdA3074437375DC71007AFC9D421644656d72287",
"polygon": "0x7fF570473d0876db16A59e8F04EE7F17Ab117309",
"mumbai": "0x0DF9b15550fF39149e491dDD154b28f587e0cD16",
"base": "0x212eF339C77B3390599caB4D46222D79fAabcb5c",
"baseSepolia": "0x152c9E28995E418870b85cbbc0AEE4e53020edb2",
"arbitrum": "0x326A2aee6A8eE78D79E7E956DE60C6E452f76a8e",
"arbitrumSepolia": "0x152c9E28995E418870b85cbbc0AEE4e53020edb2",
"linea": "0x7d56667664ADf9e5aAb436629e6a789162Ad83eA",
"lineaSepolia": "0xf79F733e0D5d5e0e3037b221E8B3fd12Fb564101",
"zksync": "",
"zksyncSepolia": ""
}

}
}

0 comments on commit 8a3e796

Please sign in to comment.