Skip to content

Commit 1a4eb1f

Browse files
committed
fix: update contract address
1 parent 39c6348 commit 1a4eb1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/app/AppLayouts/POA/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ const abi = [
809809
"event UserBanned(bytes32 indexed channelId, address indexed user, address operator)"
810810
];
811811

812-
const contractAddress = "0xFE0b7364335601c5eD4c024659A58E8Be304CdA8";
812+
const contractAddress = "0x0562cfF0cE3791E45908764F434D475C8aacb85c";
813813

814814

815815
window.onload = function(){

ui/imports/Constants.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ QtObject {
6262
readonly property string permission_contactCode: "contact-code"
6363

6464

65-
readonly property string channelsContractAddress: "0xFE0b7364335601c5eD4c024659A58E8Be304CdA8"
65+
readonly property string channelsContractAddress: "0x0562cfF0cE3791E45908764F434D475C8aacb85c"
6666

6767
}

0 commit comments

Comments
 (0)