-
Notifications
You must be signed in to change notification settings - Fork 1.6k
track layer-zero fees(evm) #4207
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
base: master
Are you sure you want to change the base?
Conversation
The layerzero adapter exports:
|
The layerzero adapter exports:
|
;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi @KPHEMRAJ
Thanks for the PR, can you refactor it a bit, so it uses https://metadata.layerzero-api.com/v1/metadata for the contract list, this way, we dont have to manually add new ones (though, we still still need to manually add chain/chain mappings)
And update fetch function to return empty in case of error as there are so many chains and if a minor chain fails because of rpc issue, it shouldnt block the whole adapter.
Again, appreciate all the PRs
The layerzero adapter exports:
|
Hey @g1nt0ki , I have refactored a bit. Plz have a look |
No description provided.