Skip to content

Commit

Permalink
add new chains
Browse files Browse the repository at this point in the history
  • Loading branch information
Errorist79 authored Dec 3, 2024
1 parent 751ee0e commit c9e7ead
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion update_protos.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,34 @@
buf export buf.build/evmos/evmos --output .
buf export buf.build/osmosis-labs/osmosis --output .
# buf export buf.build/kyve//chain --output .
buf export buf.build/cosmwasm/wasmd --output .

mkdir temp
cd temp

git clone https://github.com/umee-network/umee
buf export umee/proto --output ../

git clone https://github.com/Gravity-Bridge/Gravity-Bridge
buf export Gravity-Bridge/module/proto --output ../

git clone https://github.com/ingenuity-build/quicksilver
buf export quicksilver/proto --output ../

git clone https://github.com/KYVENetwork/chain
buf export chain/proto --output ../

git clone https://github.com/lavanet/lava
mkdir -p ../lavanet/lava
cp -r lava/proto/* ../lavanet/lava

git clone https://github.com/axelarnetwork/axelar-core
cp -r axelar-core/proto/* ../

git clone https://github.com/babylonlabs-io/babylon
git clone https://github.com/chain4energy/c4e-chain
cp -r c4e-chain/proto/* ../

git clone https://github.com/babylonlabs-io/babylon.git
cp -r babylon/proto/* ../

cd ..
Expand Down

0 comments on commit c9e7ead

Please sign in to comment.