Skip to content

Commit fbb9c52

Browse files
Merge pull request #626 from nazihkalo/master
add new cash adapter for pegged assets
2 parents 8c0432c + 485bb10 commit fbb9c52

File tree

1 file changed

+9
-0
lines changed

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+
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

Comments
 (0)