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.
1 parent e67a5f7 commit 6308647Copy full SHA for 6308647
src/adapters/peggedAssets/metronome-synth-usd/index.ts
@@ -2,6 +2,15 @@ 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";
0 commit comments