We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f09f5 commit 8fffaccCopy full SHA for 8fffacc
src/adapters/peggedAssets/a7a5/index.ts
@@ -0,0 +1,13 @@
1
+const pegType = "peggedRUB";
2
+const chainContracts = {
3
+ ethereum: {
4
+ issued: "0x6fA0BE17e4beA2fCfA22ef89BF8ac9aab0AB0fc9", pegType
5
+ },
6
+ tron: {
7
+ issued: "TLeVfrdym8RoJreJ23dAGyfJDygRtiWKBZ", pegType
8
9
+};
10
+
11
+import { addChainExports } from "../helper/getSupply";
12
+const adapter = addChainExports(chainContracts, undefined, { pegType });
13
+export default adapter;
0 commit comments