Skip to content

Commit 6308647

Browse files
add other chains on metronome synth usd adapter
1 parent e67a5f7 commit 6308647

File tree

1 file changed

+9
-0
lines changed
  • src/adapters/peggedAssets/metronome-synth-usd

1 file changed

+9
-0
lines changed

src/adapters/peggedAssets/metronome-synth-usd/index.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ const chainContracts = {
22
ethereum: {
33
issued: ["0xab5eb14c09d416f0ac63661e57edb7aecdb9befa"]
44
},
5+
optimism: {
6+
issued : "0x9dabae7274d28a45f0b65bf8ed201a5731492ca0",
7+
},
8+
base: {
9+
issued: ["0x526728dbc96689597f85ae4cd716d4f7fccbae9d"],
10+
},
11+
plasma: {
12+
issued: ["0x29ad7fe4516909b9e498b5a65339e54791293234"],
13+
},
514
};
615

716
import { addChainExports } from "../helper/getSupply";

0 commit comments

Comments
 (0)