-
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
Update Satoshi-Protocol (BEVM) wstBTC tvl #10166
Conversation
The adapter at projects/satoshi-protocol exports TVL:
|
@imfeng thanks for the update |
The adapter at projects/satoshi-protocol exports TVL:
|
Hi @g1nt0ki |
can you share coingecko listing details for this? |
wstBTC contract address: https://scan-mainnet.bevm.io/address/0x2967E7Bb9DaA5711Ac332cAF874BD47ef99B3820 |
Hi @g1nt0ki Is there anything information else I need to provide? |
@imfeng sorry for the late reply, I have fixed it now |
@g1nt0ki thank u very much |
@g1nt0ki |
issue is, we rely on coingecko for price and coingecko is no longer returning price: https://www.coingecko.com/en/coins/wrapped-stbtc |
Update:
wstBTC contract address: https://scan-mainnet.bevm.io/address/0x2967E7Bb9DaA5711Ac332cAF874BD47ef99B3820
wstBTC price in CoinGecko: https://www.coingecko.com/en/coins/wrapped-stbtc
Question:
CoinGecko has already listed wstBTC and it has a price, but when I run
node test.js projects/satoshi-protocol
although I retrieve the amount of wstBTC, the TVL does not increase. What should I do?