-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
add USDC/T, WETH, WBTC to UNIT0 #12996
Conversation
@@ -53,6 +53,12 @@ const fixBalancesTokens = { | |||
water: { | |||
'0xC807C5FfFf748eF435Ddb99b181846Edd1e70041': { coingeckoId: "water-3", decimals: 18 }, | |||
}, | |||
unit0: { | |||
'0xEb19000D90f17FFbd3AD9CDB8915D928F4980fD1': { coingeckoId: 'usd-coin', decimals: 6 }, | |||
'0xb303d80db8415FD1d3C9FED68A52EEAc9a052671': { coingeckoId: 'tether', decimals: 6 }, |
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.
how are these tokens bridged to unit0? I remember tokens bridged to waves being depegged
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.
All 4 tokens are bridged to unit0 through CrossCurve from Arbitrum, example wbtc:
https://app.crosscurve.fi/swap?inputChainId=7&inputToken=0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f&outputChainId=45&outputToken=0x9ce808657ba90c65a2700b1ca5d943ec72834b52
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.
all pegged
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.
but crosscurve is not a bridge?
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.
It is actually, crosscurve allows bridging, swapping and crosschain swapping.
Team behind is Eywa - Curve’s Official Aggregated Bridge, from: https://docs.eywa.fi/eywa-ecosystem/products/eywa-v2/consensus-bridge
Also see - CrossCurve is a cross-chain trading and yield protocol built on Curve, creating a unified cross-chain liquidity market by aggregating existing Curve pools, from: https://defillama.com/protocol/crosscurve-(by-eywa)#information
Cross-chain trading is only possible with a bridge.
Swop on UNIT0 is using these 4 assets in their AMM pools: https://defillama.com/protocol/swop#information
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.
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.
Arbitrum chain, bridge contract with assets: https://arbiscan.io/address/0xac8f44ceca92b2a4b30360e5bd3043850a0ffcbe#tokentxns
Unit0 chain, bridge contract without assets:
https://explorer.unit0.dev/address/0xA2A786ff9148f7C88EE93372Db8CBe9e94585c74?tab=contract
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.
ah, thanks for the clarification
added it here: dab078a |
NOTE
Please enable "Allow edits by maintainers" while putting up the PR.
package-lock.json
file as part of your changes, we use lockfileVersion 2, and most use v1 and using that messes up our CIName (to be shown on DefiLlama):
Twitter Link:
List of audit links if any:
Website Link:
Logo (High resolution, will be shown with rounded borders):
Current TVL:
Treasury Addresses (if the protocol has treasury)
Chain:
Coingecko ID (so your TVL can appear on Coingecko, leave empty if not listed): (https://api.coingecko.com/api/v3/coins/list)
Coinmarketcap ID (so your TVL can appear on Coinmarketcap, leave empty if not listed): (https://api.coinmarketcap.com/data-api/v3/map/all?listing_status=active,inactive,untracked&start=1&limit=10000)
Short Description (to be shown on DefiLlama):
Token address and ticker if any:
Category (full list at https://defillama.com/categories) *Please choose only one:
Oracle Provider(s): Specify the oracle(s) used (e.g., Chainlink, Band, API3, TWAP, etc.):
Implementation Details: Briefly describe how the oracle is integrated into your project:
Documentation/Proof: Provide links to documentation or any other resources that verify the oracle's usage:
forkedFrom (Does your project originate from another project):
methodology (what is being counted as tvl, how is tvl being calculated):
Github org/user (Optional, if your code is open source, we can track activity):