We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c6348 commit 1a4eb1fCopy full SHA for 1a4eb1f
ui/app/AppLayouts/POA/main.js
@@ -809,7 +809,7 @@ const abi = [
809
"event UserBanned(bytes32 indexed channelId, address indexed user, address operator)"
810
];
811
812
-const contractAddress = "0xFE0b7364335601c5eD4c024659A58E8Be304CdA8";
+const contractAddress = "0x0562cfF0cE3791E45908764F434D475C8aacb85c";
813
814
815
window.onload = function(){
ui/imports/Constants.qml
@@ -62,6 +62,6 @@ QtObject {
62
readonly property string permission_contactCode: "contact-code"
63
64
65
- readonly property string channelsContractAddress: "0xFE0b7364335601c5eD4c024659A58E8Be304CdA8"
+ readonly property string channelsContractAddress: "0x0562cfF0cE3791E45908764F434D475C8aacb85c"
66
67
}
0 commit comments