We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c9aea9 + 8fffacc commit f8db5b5Copy full SHA for f8db5b5
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