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 d85d379 + 70249e5 commit 9157a2dCopy full SHA for 9157a2d
src/adapters/peggedAssets/kei-stablecoin/index.ts
@@ -0,0 +1,9 @@
1
+const chainContracts = {
2
+ hyperliquid: {
3
+ issued: ["0xb5fe77d323d69eb352a02006ea8ecc38d882620c"],
4
+ },
5
+ };
6
+
7
+ import { addChainExports } from "../helper/getSupply";
8
+ const adapter = addChainExports(chainContracts);
9
+ export default adapter;
0 commit comments