mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-22 03:29:43 +00:00
fix(@embark/test-dapp): fix test_dapp broken for ENS resolve
This commit is contained in:
parent
42bd3b7792
commit
f5849e0af7
@ -8,6 +8,12 @@ const Test = require('Embark/contracts/Test');
|
||||
const SomeContract = require('Embark/contracts/SomeContract');
|
||||
|
||||
config({
|
||||
namesystem: {
|
||||
enabled: true,
|
||||
register: {
|
||||
rootDomain: "embark.eth"
|
||||
}
|
||||
},
|
||||
contracts: {
|
||||
deploy: {
|
||||
ZAMyLib: {},
|
||||
|
Loading…
x
Reference in New Issue
Block a user