Commit Graph

3 Commits

Author SHA1 Message Date
fadebe363a Replace laconic2 with laconic and update genesis generation script (#5)
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675)
- Allow requests from any origin
- Replace `laconic2` with `laconic`
- Update `nitro-rpc-client` usage in genesis generation script

Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Reviewed-on: cerc-io/fixturenet-laconicd-stack#5
2024-07-23 12:26:14 +00:00
prathamesh0
e5c637e716
Disable transfers in bank module in the generated genesis file (#3)
* Disbale transfers in bank module in the generated genesis file

* Use bash to run the fixturenet script

* Trust local certs for fetching account holdings
2024-07-11 19:19:27 +05:30
prathamesh0
06fedd6a03
Add scripts to generate a genesis file with allocations for enrolled participants (#2)
* Add script to generate validators using bridge node data

* Modify script to convert bridge node output to json array

* Add script to get address balance mapping from bridge node output

* Modify script to generate cosmos address to balance map

* Add scripts to generate genesis file with allocations

* Take deployment dir and eth account holdings file as inputs

* Add .gitignore

---------

Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
2024-07-08 10:57:30 +05:30