Add command to check balance of ERC20 tokens

This commit is contained in:
Shreerang Kale
2024-10-30 10:16:11 +00:00
committed by nabarun
parent 1daa3f22b9
commit e88a35af4a
2 changed files with 50 additions and 7 deletions
+8 -4
View File
@@ -191,10 +191,12 @@
initial_token_supply: "129600"
```
* Update the target dir in `setup-vars.yml`:
* Edit the `setup-vars.yml` to update the target directory:
```bash
sed -i 's|^nitro_directory:.*|nitro_directory: /srv/bridge|' setup-vars.yml
...
nitro_directory: /srv/bridge
...
# Will create deployment at /srv/bridge/nitro-contracts-deployment
```
@@ -343,10 +345,12 @@
ca_address: ""
```
* Update the target dir in `setup-vars.yml`:
* Edit the `setup-vars.yml` to update the target directory:
```bash
sed -i 's|^nitro_directory:.*|nitro_directory: /srv/bridge|' setup-vars.yml
...
nitro_directory: /srv/bridge
...
# Will create deployment at /srv/bridge/nitro-contracts-deployment and /srv/bridge/bridge-deployment
```