We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271fab2 commit 1ed6673Copy full SHA for 1ed6673
libs/remix-ws-templates/src/templates/introToEIP7702/.remix/script.config.json
@@ -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
@@ -13,7 +13,9 @@ export default async (opts) => {
13
// @ts-ignore
14
'scripts/run-eip7702.ts': (await import('!!raw-loader!./scripts/run-eip7702.ts')).default,
15
16
- 'README.md': (await import('raw-loader!./README.md')).default
+ '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
19
}
20
return filesObj
21
0 commit comments