You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError(`${this.constructor.name}: Target address ${target} in EVM network ${this.witOracle.network} bound to a different WitOracle (${witOracleAddress}).`);
38
+
thrownewError(
39
+
`${this.constructor.name}: Target address ${target} in EVM network ${this.witOracle.network} bound to a different WitOracle (${witOracleAddress}).`,
40
+
);
39
41
}else{
40
42
super.attach(target);
41
43
returnthis;
42
44
}
43
45
})
44
46
.catch((error)=>{
45
-
thrownewError(`${this.constructor.name}: Failed to attach to address ${target} in EVM network ${this.witOracle.network}: ${error.message}`);
47
+
thrownewError(
48
+
`${this.constructor.name}: Failed to attach to address ${target} in EVM network ${this.witOracle.network}: ${error.message}`,
0 commit comments