File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ const ACRED_ADDRESSES = {
2727 solana : {
2828 token : 'FubtUcvhSCr3VPXEcxouoQjKQ7NWTCzXyECe76B7L3f8' ,
2929 priceFeed : null // Add price feed address when available
30+ } ,
31+ sei : {
32+ token : '0xf7fa6725183e603059fc23d95735bf67f72b2d78' ,
33+ priceFeed : null // Add price feed address when available
3034 }
3135} ;
3236
@@ -110,5 +114,6 @@ module.exports = {
110114 polygon : { tvl } ,
111115 aptos : { tvl } ,
112116 ink : { tvl } ,
113- solana : { tvl }
117+ solana : { tvl } ,
118+ sei : { tvl }
114119} ;
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ const CONFIG = {
1010 avax : [ '0x53fc82f14f009009b440a706e31c9021e1196a2f' ] , // BUIDL
1111 optimism : [ '0xa1cdab15bba75a80df4089cafba013e376957cf5' ] , // BUIDL
1212 arbitrum : [ '0xa6525ae43edcd03dc08e775774dcabd3bb925872' ] , // BUIDL
13+ bsc : [ '0x2d5bdc96d9c8aabbdb38c9a27398513e7e5ef84f' ] , // BNB
1314}
1415
1516const tvl = async ( api ) => {
You can’t perform that action at this time.
0 commit comments