Skip to content

Commit 1e50627

Browse files
Merge pull request #650 from uwezukwechibuzor/last-usd
Add Last USD USDXL adapter
2 parents ecab4ff + 36700f0 commit 1e50627

File tree

1 file changed

+9
-0
lines changed
  • src/adapters/peggedAssets/last-usd

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
const chainContracts = {
2+
hyperliquid: {
3+
issued: ["0xca79db4b49f608ef54a5cb813fbed3a6387bc645"],
4+
},
5+
};
6+
7+
import { addChainExports } from "../helper/getSupply";
8+
const adapter = addChainExports(chainContracts);
9+
export default adapter;

0 commit comments

Comments
 (0)