-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
feat: add swell chain #12797
feat: add swell chain #12797
Conversation
The adapter at projects/tempest-finance exports TVL:
|
hey @anhvietnguyennva and make the changes I have suggested below 🫡 |
projects/helper/chains.json
Outdated
@@ -318,6 +318,7 @@ | |||
"stride", | |||
"sui", | |||
"svm", | |||
"swell", |
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 change this to swellchain
projects/tempest-finance/chains.js
Outdated
@@ -7,4 +7,5 @@ module.exports = { | |||
base: 8453, | |||
arbitrum: 42161, | |||
scroll: 534352, | |||
swell: 1923, |
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.
its appropriate to reference it as swellchain
The adapter at projects/tempest-finance exports TVL:
|
there is around 60k usd tvl in swellchain tempest. |
@darvinrio I think we can close this PR and wait for your PR to be merged, then I will create a PR to add swellchain to tempest-finance folder. Thanks for your support. |
@anhvietnguyennva thanks for the PR, I have included your changes here: ba0dbe2 |
No description provided.