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 8dd439b + de50c8b commit acfd18aCopy full SHA for acfd18a
src/adapters/peggedAssets/eurite/index.ts
@@ -0,0 +1,13 @@
1
+const pegType = "peggedEUR";
2
+const chainContracts = {
3
+ ethereum: {
4
+ issued: "0x9d1a7a3191102e9f900faa10540837ba84dcbae7", pegType
5
+ },
6
+ bsc: {
7
8
9
+};
10
+
11
+import { addChainExports } from "../helper/getSupply";
12
+const adapter = addChainExports(chainContracts);
13
+export default adapter;
0 commit comments