-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Defx : Add defx adapter #2031
Defx : Add defx adapter #2031
Conversation
defx-engg
commented
Oct 22, 2024
The defx adapter exports:
|
dexs/defx/index.ts
Outdated
|
||
const adapter: SimpleAdapter = { | ||
adapter: { | ||
"defx": { |
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.
which chain you need list ?
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.
We are currently bridging from Arbitrum One to our own L1.
Mainnet: https://app.defx.com
Testnet: https://testnet.defx.com
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.
Please let us know if we should change in any other place on account of being a (currently) private L1.
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.
should set this with arbitrum
?
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.
Yes arbitrum
is also fine for now, till we make our chain public.
I will make the change and push.
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.
@dtmkeng : Change is made and pushed.
Adding more details about the project. Name (to be shown on DefiLlama): Twitter Link: List of audit links if any: Website Link: Logo (High resolution, preferably in .svg and .png, for application on both white and black backgrounds. Will be shown with rounded borders): Current 24 Volume: Chain: Short Description (to be shown on DefiLlama): Category (full list at https://defillama.com/categories) *Please choose only one: Oracle used (Chainlink/Band/API3/TWAP or any other that you are using): forkedFrom (Does your project originate from another project): |
Changed ownership from org to defx-engg user, to enable "Allow Edits by Maintenaner" |
The defx adapter exports:
|