Skip to content

Commit

Permalink
fix: update contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos committed Oct 15, 2020
1 parent 39c6348 commit 1a4eb1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/app/AppLayouts/POA/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ const abi = [
"event UserBanned(bytes32 indexed channelId, address indexed user, address operator)"
];

const contractAddress = "0xFE0b7364335601c5eD4c024659A58E8Be304CdA8";
const contractAddress = "0x0562cfF0cE3791E45908764F434D475C8aacb85c";


window.onload = function(){
Expand Down
2 changes: 1 addition & 1 deletion ui/imports/Constants.qml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ QtObject {
readonly property string permission_contactCode: "contact-code"


readonly property string channelsContractAddress: "0xFE0b7364335601c5eD4c024659A58E8Be304CdA8"
readonly property string channelsContractAddress: "0x0562cfF0cE3791E45908764F434D475C8aacb85c"

}

0 comments on commit 1a4eb1f

Please sign in to comment.