Skip to content

Commit

Permalink
fix: mainnet contract
Browse files Browse the repository at this point in the history
  • Loading branch information
WaDadidou committed Sep 25, 2023
1 parent 26af842 commit fdfbc7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"daoProposalSingleCodeId": 31,
"daoCw4GroupCodeId": 32,
"daoVotingCw4CodeId": 33,
"musicplayerContractAddress": ""
"musicplayerContractAddress": "tori1z0089a6r77fgys558pcj9m8azwalg8g9hqc8cest4a4a9m9vgz3qhu2evr"
},
{
"id": "cosmos-hub",
Expand Down
3 changes: 2 additions & 1 deletion packages/networks/teritori/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@ export const teritoriNetwork: CosmosNetworkInfo = {
daoProposalSingleCodeId: 31,
daoCw4GroupCodeId: 32,
daoVotingCw4CodeId: 33,
musicplayerContractAddress: "",
musicplayerContractAddress:
"tori1z0089a6r77fgys558pcj9m8azwalg8g9hqc8cest4a4a9m9vgz3qhu2evr",
};

0 comments on commit fdfbc7b

Please sign in to comment.