Remove unnecessary TODO
This commit is contained in:
parent
a839ed28eb
commit
f745985751
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user