We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The logic to Distribute ZRC20 tokens through a precomipile is present here
https://github.com/zeta-chain/zeta-node/blob/5fd8314fa090009cc968a4227c9e79f861a102cb/precompiles/staking/method_distribute.go#L50-L76
This can be extracted to a MsgDistributeZRC20 The MsgDistributeZRC20 can be then called from the precompile using the fungible keeper
msgServer := fungibleKeeper.NewMsgServerImpl(&c.fungibleKeeper) res, err := msgServer.DistributeZRC20(ctx, &fungibleTypes.MsgDistributeZRC20{}
Expected Outcomes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The logic to Distribute ZRC20 tokens through a precomipile is present here
https://github.com/zeta-chain/zeta-node/blob/5fd8314fa090009cc968a4227c9e79f861a102cb/precompiles/staking/method_distribute.go#L50-L76
This can be extracted to a MsgDistributeZRC20
The MsgDistributeZRC20 can be then called from the precompile using the fungible keeper
Expected Outcomes
The text was updated successfully, but these errors were encountered: