Remove unnecessary TODO

This commit is contained in:
Shreerang Kale 2024-10-21 14:23:57 +05:30
parent a839ed28eb
commit f745985751
2 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,7 @@ The following commands have to be executed in the [`nitro-contracts-setup`](./)
# Custom L1 token to be deployed
token_name: "TestToken"
token_symbol: "TST"
initial_token_supply: "100000"
initial_token_supply: "129600"
```
## Deploy Contracts

View File

@ -41,7 +41,6 @@
dest: "laconic-console-deployment/deployment.yml"
remote_src: yes
# TODO handle connecting to other chains
- name: Fetch user key from laconicd
command: laconic-so deployment --dir fixturenet-laconicd-deployment exec laconicd "echo y | laconicd keys export alice --unarmored-hex --unsafe"
register: alice_pk