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 acfd18a + 6308647 commit 48efd30Copy full SHA for 48efd30
src/adapters/peggedAssets/metronome-synth-usd/index.ts
@@ -0,0 +1,18 @@
1
+const chainContracts = {
2
+ ethereum: {
3
+ issued: ["0xab5eb14c09d416f0ac63661e57edb7aecdb9befa"]
4
+ },
5
+ optimism: {
6
+ issued : "0x9dabae7274d28a45f0b65bf8ed201a5731492ca0",
7
8
+ base: {
9
+ issued: ["0x526728dbc96689597f85ae4cd716d4f7fccbae9d"],
10
11
+ plasma: {
12
+ issued: ["0x29ad7fe4516909b9e498b5a65339e54791293234"],
13
14
+};
15
+
16
+import { addChainExports } from "../helper/getSupply";
17
+const adapter = addChainExports(chainContracts);
18
+export default adapter;
0 commit comments