Skip to content

Commit d242ccb

Browse files
add scusd adapter
1 parent c3d2702 commit d242ccb

File tree

1 file changed

+10
-0
lines changed
  • src/adapters/peggedAssets/rings-scusd

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
const chainContracts = {
3+
sonic: {
4+
issued: ["0xd3DCe716f3eF535C5Ff8d041c1A41C3bd89b97aE"],
5+
},
6+
}; // flagged as double counted since the tokens used on Ethereum to ming scUSD on Sonic remain on Ethereum used in various defi projects via the veda boringvault
7+
8+
import { addChainExports } from "../helper/getSupply";
9+
const adapter = addChainExports(chainContracts);
10+
export default adapter;

0 commit comments

Comments
 (0)