We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5fe3c0 + a2b59d1 commit ca839e5Copy full SHA for ca839e5
src/adapters/peggedAssets/yuzu-usd/index.ts
@@ -0,0 +1,9 @@
1
+const chainContracts = {
2
+ plasma: {
3
+ issued: ["0x6695c0f8706c5ace3bdf8995073179cca47926dc"],
4
+ },
5
+ };
6
+
7
+ import { addChainExports } from "../helper/getSupply";
8
+ const adapter = addChainExports(chainContracts);
9
+ export default adapter;
0 commit comments