centrifuge / centrifuge-chain

Centrifuge Chain: the layer-1 blockchain for real-world assets, built on Substrate.
https://centrifuge.io
GNU Lesser General Public License v3.0
182 stars 78 forks source link

LPv2: Add PalletAxelarRoutet #1955

Closed lemunozm closed 1 month ago

lemunozm commented 1 month ago

Description

Currently compiling as cargo check -p pallet-axelar-router

lemunozm commented 1 month ago

Regarding this implementation, I'm still not sure if the whole axelar should be inside this new router pallet, because Axelar is supposed to be connected to other chains, so maybe the precompile logic itself is shared among different routers.

lemunozm commented 1 month ago

Close in favor of: https://github.com/centrifuge/centrifuge-chain/pull/1956