Default to open.aragonpm.eth

it is now also available on the devchain
This commit is contained in:
2019-06-15 00:49:26 +02:00
parent ac83573438
commit 32a123a825
8 changed files with 2173 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ const KERNEL_APP_ADDR_NAMESPACE = '0xd6f028ca0e8edb4a8c9757ca4fdccab25fa1e0317da
class Kernel extends Base {
constructor (contract) {
super(contract);
this.apm = 'aragonpm.eth'; // can be overwritten if needed
this.apm = 'open.aragonpm.eth'; // can be overwritten if needed
}
getApp (appName) {