File tree Expand file tree Collapse file tree 1 file changed +25
-4
lines changed
src/adapters/peggedAssets/frax-usd Expand file tree Collapse file tree 1 file changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ import { Balances } from "../peggedAsset.type";
1717 }
1818
1919const chainContracts = {
20- ethereum : {
21- issued : [ "0xcacd6fd266af91b8aed52accc382b4e165586e29" ] ,
22- } ,
20+ // ethereum: {
21+ // issued: ["0xcacd6fd266af91b8aed52accc382b4e165586e29"],
22+ // },
2323 fraxtal : {
2424 issued : [ "0xfc00000000000000000000000000000000000001" ] ,
2525 } ,
@@ -62,14 +62,35 @@ const chainContracts = {
6262 polygon_zkevm : {
6363 issued : "0x80eede496655fb9047dd39d9f418d5483ed600df" ,
6464 } ,
65+ base : {
66+ issued : "0xe5020A6d073a794B6E7f05678707dE47986Fb0b6" ,
67+ } ,
68+ katana : {
69+ issued : "0x80Eede496655FB9047dd39d9f418d5483ED600df" ,
70+ } ,
71+ solana : {
72+ issued : "GzX1ireZDU865FiMaKrdVB1H6AE8LAqWYCg6chrMrfBw" ,
73+ } ,
74+ linea : {
75+ issued : "0xC7346783f5e645aa998B106Ef9E7f499528673D8" ,
76+ } ,
77+ unichain : {
78+ issued : "0x80Eede496655FB9047dd39d9f418d5483ED600df" ,
79+ } ,
80+ plume_mainnet : {
81+ issued : "0x80Eede496655FB9047dd39d9f418d5483ED600df" ,
82+ } ,
6583} ;
6684
6785const adapter : PeggedIssuanceAdapter = {
6886 ...addChainExports ( chainContracts ) ,
6987
7088 move : {
7189 minted : moveSupply ,
72- }
90+ } ,
91+ solana : {
92+ minted : solanaMintedOrBridged ( [ chainContracts . solana . issued ] , "peggedUSD" ) ,
93+ } ,
7394} ;
7495
7596export default adapter ;
You can’t perform that action at this time.
0 commit comments