We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecab4ff + 36700f0 commit 1e50627Copy full SHA for 1e50627
src/adapters/peggedAssets/last-usd/index.ts
@@ -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