Update service provider setup to configure laconicd chain id #12

Merged
nabarun merged 17 commits from deep-stack/testnet-ops:pm-update-laconicd into main 2024-10-21 10:22:33 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit f745985751 - Show all commits

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