Skip to content

Commit ca839e5

Browse files
Merge pull request #714 from uwezukwechibuzor/yuzu-usd
Add yuzu usd adapter
2 parents d5fe3c0 + a2b59d1 commit ca839e5

File tree

1 file changed

+9
-0
lines changed
  • src/adapters/peggedAssets/yuzu-usd

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

Comments
 (0)