-
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 UniBTC #11236
Feat: Add UniBTC #11236
Conversation
The adapter at projects/unibtc exports TVL:
|
The adapter at projects/unibtc exports TVL:
|
The adapter at projects/unibtc exports TVL:
|
The adapter at projects/unibtc exports TVL:
|
projects/helper/coreAssets.json
Outdated
@@ -1810,7 +1812,10 @@ | |||
"TBTC": "0xbba2ef945d523c4e2608c9e1214c2cc64d4fc2e2" | |||
}, | |||
"btr": { | |||
"ETH": "0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2" | |||
"ETH": "0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2", | |||
"BTC": "0x0000000000000000000000000000000000000000", |
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.
you can instead use ADDRESSES.null
The adapter at projects/unibtc exports TVL:
|
@0xpeluche Related PR: PR-11246 |
* add uniBTC adapter * sum underlyings tokens in vault instead of uniBTC * add native btc addresses * rm address on merlin * add native + wbtc tokens coreAssets * use address null --------- Co-authored-by: Trisome-Bedrock <trisome@bedrock-technology> Co-authored-by: 0xpeluche <[email protected]>
#11222