Skip to content

Commit 1ed6673

Browse files
committed
add remix config file
1 parent 271fab2 commit 1ed6673

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"defaultConfig": "ethers6",
3+
"customConfig": {
4+
"baseConfiguration": "default",
5+
"dependencies": []
6+
}
7+
}

libs/remix-ws-templates/src/templates/introToEIP7702/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ export default async (opts) => {
1313
// @ts-ignore
1414
'scripts/run-eip7702.ts': (await import('!!raw-loader!./scripts/run-eip7702.ts')).default,
1515
// @ts-ignore
16-
'README.md': (await import('raw-loader!./README.md')).default
16+
'README.md': (await import('raw-loader!./README.md')).default,
17+
// @ts-ignore
18+
'.remix/script.config.json': (await import('!!raw-loader!./.remix/script.config.json')).default
1719
}
1820
return filesObj
1921
}

0 commit comments

Comments
 (0)