Skip to content

Commit 9157a2d

Browse files
Merge pull request #649 from uwezukwechibuzor/kei-stablecoin
Add KEI stablecoin support on Hyperliquid
2 parents d85d379 + 70249e5 commit 9157a2d

File tree

1 file changed

+9
-0
lines changed
  • src/adapters/peggedAssets/kei-stablecoin

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: ["0xb5fe77d323d69eb352a02006ea8ecc38d882620c"],
4+
},
5+
};
6+
7+
import { addChainExports } from "../helper/getSupply";
8+
const adapter = addChainExports(chainContracts);
9+
export default adapter;

0 commit comments

Comments
 (0)