Skip to content

Commit

Permalink
chore: redeployed
Browse files Browse the repository at this point in the history
  • Loading branch information
parseb committed Oct 26, 2023
1 parent 7f8c75e commit f0f3bc6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
3 changes: 1 addition & 2 deletions deployments.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
#######################################################################

Deployed to network ID: 80001
At timestamp: 1698332547
At timestamp: 1698332609
####################################################################

AUTid----------------------------------------- : 0x7F84b39477Cb4b51D0Ad866eC04C98396ab3FFF9
Nova Factory----------------------------------------- : 0xC89A92A62DffF5F72e85B7aFaf885E2E2462F846
ModuleRegistry----------------------------------------- : 0x2707e75B7Bf5b5EDe1Ef9519BDF66f8CD3f78072
PluginRegistry----------------------------------------- : 0x1eEcfE9A1C0feB5654B94b6582Ab379e8A6a793d
NovaRegistry----------------------------------------- : 0xCA2057B3c946dA49697702960556099be0B9fCC6
NovaRegistry----------------------------------------- : 0xCA2057B3c946dA49697702960556099be0B9fCC6
LocalReputation----------------------------------------- : 0x857Bcf94a7e3D228a56563Bb7392CF556032ca3c
AllowlistAddr----------------------------------------- : 0x395C4251A51f790C8B0D935B4D08Fa1cA3F7E280

Expand Down
3 changes: 0 additions & 3 deletions script/DeployAll.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ contract DeployScript is Script {
" \n",
"NovaRegistry----------------------------------------- : ",
vm.toString(NovaRegistryAddr),
" \n",
"NovaRegistry----------------------------------------- : ",
vm.toString(NovaRegistryAddr),
" \n"
),
string.concat(
Expand Down
14 changes: 7 additions & 7 deletions script/DeploymentAddresses.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pragma solidity 0.8.19;
library DeploymentAddresses {
function autIDAddr(uint256 chainID) internal pure returns (address) {
if (chainID == 80001) {
return address(0x429857e088e9Ca8067805c31942dD6a9E1D1fE5B); // Replace with the actual address for chain ID 1
return address(0x7F84b39477Cb4b51D0Ad866eC04C98396ab3FFF9); // Replace with the actual address for chain ID 1
} else if (chainID == 2) {
return address(0x2222222222222222222222222222222222222222); // Replace with the actual address for chain ID 2
} else {
Expand All @@ -18,7 +18,7 @@ library DeploymentAddresses {

function allowListAddr(uint256 chainID) internal pure returns (address) {
if (chainID == 80001) {
return address(0x235d9a420857F085BA1d339F0bFf906281B24E9a); // Replace with the actual address for chain ID 1
return address(0x395C4251A51f790C8B0D935B4D08Fa1cA3F7E280); // Replace with the actual address for chain ID 1
} else if (chainID == 2) {
return address(0x4444444444444444444444444444444444444444); // Replace with the actual address for chain ID 2
} else {
Expand All @@ -28,7 +28,7 @@ library DeploymentAddresses {

function moduleRegistryAddr(uint256 chainID) internal pure returns (address) {
if (chainID == 80001) {
return address(0x7d8B9B8170BA2739270039cE5b75B1C5D4952e08); // Replace with the actual address for chain ID 1
return address(0x2707e75B7Bf5b5EDe1Ef9519BDF66f8CD3f78072); // Replace with the actual address for chain ID 1
} else if (chainID == 2) {
return address(0x4444444444444444444444444444444444444444); // Replace with the actual address for chain ID 2
} else {
Expand All @@ -38,7 +38,7 @@ library DeploymentAddresses {

function novaFactoryAddr(uint256 chainID) internal pure returns (address) {
if (chainID == 80001) {
return address(0xa7BD9F8678e36AFa08e38f6e9f9e40AF5DE82Eae); // Replace with the actual address for chain ID 1
return address(0xC89A92A62DffF5F72e85B7aFaf885E2E2462F846); // Replace with the actual address for chain ID 1
} else if (chainID == 2) {
return address(0x4444444444444444444444444444444444444444); // Replace with the actual address for chain ID 2
} else {
Expand All @@ -48,7 +48,7 @@ library DeploymentAddresses {

function novaRegistryAddr(uint256 chainID) internal pure returns (address) {
if (chainID == 80001) {
return address(0x34deE105084eB37d7d48bD5A152CF21836cd14eC); // Replace with the actual address for chain ID 1
return address(0xCA2057B3c946dA49697702960556099be0B9fCC6); // Replace with the actual address for chain ID 1
} else if (chainID == 2) {
return address(0x6666666666666666666666666666666666666666); // Replace with the actual address for chain ID 2
} else {
Expand All @@ -58,7 +58,7 @@ library DeploymentAddresses {

function pluginRegistryAddr(uint256 chainID) internal pure returns (address) {
if (chainID == 80001) {
return address(0x34B8e4A8eFb14eD784e106eb507e06cf3F89470B); // Replace with the actual address for chain ID 1
return address(0x1eEcfE9A1C0feB5654B94b6582Ab379e8A6a793d); // Replace with the actual address for chain ID 1
} else if (chainID == 2) {
return address(0x8888888888888888888888888888888888888888); // Replace with the actual address for chain ID 2
} else {
Expand All @@ -68,7 +68,7 @@ library DeploymentAddresses {

function LocalReputationutationAddr(uint256 chainID) internal pure returns (address) {
if (chainID == 80001) {
return address(0x16333BBb94E8f24056d04c1da13D22a696089818); // Replace with the actual address for chain ID 1
return address(0x857Bcf94a7e3D228a56563Bb7392CF556032ca3c); // Replace with the actual address for chain ID 1
} else if (chainID == 2) {
return address(0xaAaAaAaaAaAaAaaAaAAAAAAAAaaaAaAaAaaAaaAa); // Replace with the actual address for chain ID 2
} else {
Expand Down

0 comments on commit f0f3bc6

Please sign in to comment.