Skip to content

Commit 1591ebb

Browse files
committed
rename local_scripts
1 parent bc419f1 commit 1591ebb

File tree

7 files changed

+2
-27
lines changed

7 files changed

+2
-27
lines changed

dutchx_scripts/providers/providerConfig.ganache.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

dutchx_scripts/providers/providerConfig.kovan.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

dutchx_scripts/providers/providerConfig.live.infura.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

dutchx_scripts/providers/providerConfig.live.quiknode.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

dutchx_scripts/providers/providerConfig.rinkeby.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

scripts/arcScript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ let url;
8282
let port;
8383

8484
if (options.provider) {
85-
providerConfigPath = path.join(__dirname, "..", "..", "local_scripts", "providers", options.provider.filename);
85+
providerConfigPath = options.provider;
8686
}
8787

8888
if (options.url) {

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"outDir": "build",
88
"rootDirs": [
99
"scripts",
10-
"local_scripts",
10+
"dutchx_scripts",
1111
"custom_typings/system.d.ts"
1212
],
1313
"sourceMap": true,

0 commit comments

Comments
 (0)