Skip to content
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

across: Add SNX token #1059

Merged
merged 1 commit into from
Oct 26, 2023
Merged

across: Add SNX token #1059

merged 1 commit into from
Oct 26, 2023

Conversation

pxrl
Copy link
Contributor

@pxrl pxrl commented Oct 26, 2023

No description provided.

@llamatester
Copy link

The across adapter exports pools:

Test Suites: 1 passed, 1 total
Tests: 70 passed, 70 total
Snapshots: 0 total
Time: 0.352 s
Ran all test suites.

Nb of pools: 10
 

Sample pools:
┌─────────┬──────────────────────────────────────────────┬────────────┬──────────┬────────┬────────────────────┬──────────────────────────────────────────────────┬───────────────────────┬───────────────────┬──────────────────────────────────────────────────┐
│ (index) │                     pool                     │   chain    │ project  │ symbol │       tvlUsd       │                 underlyingTokens                 │        apyBase        │     apyReward     │                   rewardTokens                   │
├─────────┼──────────────────────────────────────────────┼────────────┼──────────┼────────┼────────────────────┼──────────────────────────────────────────────────┼───────────────────────┼───────────────────┼──────────────────────────────────────────────────┤
│    0    │ '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2' │ 'Ethereum' │ 'across' │ 'WETH' │ 26505236.25991324  │ [ '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2' ] │   3.773299738744872   │ 5.700672474421687 │ [ '0x44108f0223a3c3028f5fe7aec7f9bb2e66bef82f' ] │
│    1    │ '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48' │ 'Ethereum' │ 'across' │ 'USDC' │ 20757227.303359542 │ [ '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48' ] │   2.156489909742888   │  7.1953997152254  │ [ '0x44108f0223a3c3028f5fe7aec7f9bb2e66bef82f' ] │
│    2    │ '0x44108f0223a3c3028f5fe7aec7f9bb2e66bef82f' │ 'Ethereum' │ 'across' │ 'ACX'  │  7060112.8067027   │ [ '0x44108f0223a3c3028f5fe7aec7f9bb2e66bef82f' ] │ 0.0035159382495359996 │ 9.267486039610061 │ [ '0x44108f0223a3c3028f5fe7aec7f9bb2e66bef82f' ] │
│    3    │ '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599' │ 'Ethereum' │ 'across' │ 'WBTC' │  4598348.11489977  │ [ '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599' ] │  1.6133707972548001   │ 3.258324540896574 │ [ '0x44108f0223a3c3028f5fe7aec7f9bb2e66bef82f' ] │
│    4    │ '0x6b175474e89094c44da98b954eedeac495271d0f' │ 'Ethereum' │ 'across' │ 'DAI'  │ 2762721.5718149184 │ [ '0x6b175474e89094c44da98b954eedeac495271d0f' ] │  1.1579700345236639   │ 7.234609332137865 │ [ '0x44108f0223a3c3028f5fe7aec7f9bb2e66bef82f' ] │
│    5    │ '0xdac17f958d2ee523a2206206994597c13d831ec7' │ 'Ethereum' │ 'across' │ 'USDT' │ 2309031.4402496265 │ [ '0xdac17f958d2ee523a2206206994597c13d831ec7' ] │   1.592690359740048   │ 9.24540558507363  │ [ '0x44108f0223a3c3028f5fe7aec7f9bb2e66bef82f' ] │
│    6    │ '0xba100000625a3754423978a60c9317c58a424e3d' │ 'Ethereum' │ 'across' │ 'BAL'  │ 134546.0829132094  │ [ '0xba100000625a3754423978a60c9317c58a424e3d' ] │   2.006644107501144   │         0         │                       null                       │
│    7    │ '0x04fa0d235c4abf4bcf4787af4cf447de572ef828' │ 'Ethereum' │ 'across' │ 'UMA'  │ 118984.93299514502 │ [ '0x04fa0d235c4abf4bcf4787af4cf447de572ef828' ] │   0.013342575685896   │         0         │                       null                       │
│    8    │ '0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f' │ 'Ethereum' │ 'across' │ 'SNX'  │ 116843.83721565611 │ [ '0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f' ] │  3.7226524923910076   │         0         │                       null                       │
│    9    │ '0x0cec1a9154ff802e7934fc916ed7ca50bde6844e' │ 'Ethereum' │ 'across' │ 'POOL' │ 13587.139058185756 │ [ '0x0cec1a9154ff802e7934fc916ed7ca50bde6844e' ] │   0.184381122151944   │         0         │                       null                       │
└─────────┴──────────────────────────────────────────────┴────────────┴──────────┴────────┴────────────────────┴──────────────────────────────────────────────────┴───────────────────────┴───────────────────┴──────────────────────────────────────────────────┘

@waynebruce0x waynebruce0x merged commit 407c4ba into DefiLlama:master Oct 26, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants