Skip to content

Commit a94b244

Browse files
Adding chain BSC to Token BUIDL and SEI to ACRED (#17262)
Co-authored-by: Ariel Lipschutz <ariellipschutz@gmail.com>
1 parent 467d451 commit a94b244

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

projects/acred/index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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
};

projects/securitize/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

1516
const tvl = async (api) => {

0 commit comments

Comments
 (0)