Skip to content

Commit

Permalink
refactor: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Iago Lluque committed Sep 28, 2023
1 parent 176e702 commit e0e9319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/zk/src/run/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export async function deployERC20(command: 'dev' | 'new', name?: string, symbol?
if (command == 'dev') {
await utils.spawn(`yarn --silent --cwd contracts deploy-erc20 add-multi '[
{ "name": "wBTC", "symbol": "wBTC", "decimals": 8, "implementation": "RevertTransferERC20" },
{ "name": "RDOCs", "symbol": "RDOC", "decimals": 18 },
{ "name": "RDOC", "symbol": "RDOC", "decimals": 18 },
{ "name": "USDRIF", "symbol": "USDRIF", "decimals": 18 },
{ "name": "RSK Infrastructure Framework", "symbol": "RIF", "decimals": 18 }
]' > ./etc/tokens/localhost.json`);
Expand Down

0 comments on commit e0e9319

Please sign in to comment.