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 8c0432c + 485bb10 commit fbb9c52Copy full SHA for fbb9c52
src/adapters/peggedAssets/cash/index.ts
@@ -0,0 +1,9 @@
1
+const chainContracts = {
2
+ solana: {
3
+ issued: ["CASHx9KJUStyftLFWGvEVf59SGeG9sh5FfcnZMVPCASH"],
4
+ },
5
+ };
6
+
7
+ import { addChainExports } from "../helper/getSupply";
8
+ const adapter = addChainExports(chainContracts);
9
+ export default adapter;
0 commit comments