Skip to content
New issue

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

Axelar Proxy Integration - How to Pay for Gas on SOMM Chain #119

Open
0xEinCodes opened this issue Jun 5, 2023 · 4 comments
Open

Axelar Proxy Integration - How to Pay for Gas on SOMM Chain #119

0xEinCodes opened this issue Jun 5, 2023 · 4 comments
Assignees

Comments

@0xEinCodes
Copy link
Contributor

0xEinCodes commented Jun 5, 2023

Is there a way to pay for gas without calling executeWithToken() on Axelar architecture?

See #118 SendMessageToArbitrum.s.sol line 35

@EricBolten @cbrit :)

@cbrit
Copy link
Member

cbrit commented Jun 5, 2023

@crispymangoes @mvid

@mvid
Copy link

mvid commented Jun 5, 2023

I believe that the balance of the ICS-20 covers the fee, at least on the cosmos side. Is this from the EVM side?

@crispymangoes
Copy link
Collaborator

So for my test sending an EVM 2 EVM message, I had to make a custom contract that paid for gas and sent the gmp in the same TX(MockSommelier.sol), I just wanted to check that we had the ability to pay for gas for Cosmos 2 EVM messages, without needing the executeWithToken function.

@mvid
Copy link

mvid commented Jun 5, 2023

It's different in Cosmos, you define your fee in the message, or pay it after the fact

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants