Skip to content

Commit

Permalink
add deployed contract addressess
Browse files Browse the repository at this point in the history
  • Loading branch information
Adegbite Ademola Kelvin authored and Adegbite Ademola Kelvin committed Dec 10, 2024
1 parent 8cae4e1 commit 9420841
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions addresses.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SEPOLIA ADDRESSES:

Hub Address -
Follow NFT -
Coloniz NFT -
Handles -
Handles Registry -
Hub Address - 0x00fde7695a162a807214e78cd1f3a09c21fc0b7a07aeeb875049dcfaaa1a07a2
Follow NFT -
Coloniz NFT - 0x01d3ec880419c6714800fc406d0696dde969f51c0521ca0b5c76b1f69af3eb46
Handles - 0x03422e715cbae27d96b167681feb729e9c383578a877dbd0ef9879b2aa53da39
Handles Registry - 0x07a007c2a52a293cadce8b211fee3b3db22d26fd8d7100e1f74ab4363f966cfc
2 changes: 0 additions & 2 deletions src/hub/hub.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ pub mod ColonizHub {
handle_registry_contract_address: ContractAddress,
follow_nft_classhash: felt252,
community_nft_classhash: felt252,
collect_nft_classhash: felt252,
owner: ContractAddress
) {
self
Expand All @@ -132,7 +131,6 @@ pub mod ColonizHub {
self.handle_contract_address.write(handle_contract_address);
self.handle_registry_contract_address.write(handle_registry_contract_address);
self.channel._initializer();
self.publication._initializer(collect_nft_classhash);
self.community._initializer(community_nft_classhash);
self.jolt._initializer(owner);
}
Expand Down

0 comments on commit 9420841

Please sign in to comment.