Skip to content

Commit

Permalink
Token Deployer for Etherlink
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshpw committed Oct 1, 2024
1 parent 5e6e363 commit 7e15776
Show file tree
Hide file tree
Showing 36 changed files with 3,125 additions and 622 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always"
},
"editor.formatOnSave": true,
"editor.formatOnSave": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.defaultFormatterOld": "dbaeumer.vscode-eslint",
"[javascript]": {
Expand Down
4 changes: 4 additions & 0 deletions src/assets/abis/TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

# TODO

We can directly fetch the ABI from https://github.com/dOrgTech/homebase-evm-contracts/ once this is ready instead of defining it here as a JSON
Loading

0 comments on commit 7e15776

Please sign in to comment.