Skip to content

Commit f8db5b5

Browse files
Merge pull request #485 from maslovsa/master
Add A7A5
2 parents 5c9aea9 + 8fffacc commit f8db5b5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
+13
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)