File tree 4 files changed +24
-0
lines changed
src/adapters/peggedAssets
4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -319,5 +319,8 @@ export type ChainContracts = {
319
319
waves : {
320
320
bridgeOnETH : [ "0x0de7b091A21BD439bdB2DfbB63146D9cEa21Ea83" ] , // PepeTeam Bridge
321
321
} ,
322
+ starknet : {
323
+ bridgeOnETH : [ "0xbb3400F107804DFB482565FF1Ec8D8aE66747605" ] , // starknet Bridge
324
+ } ,
322
325
} ;
323
326
Original file line number Diff line number Diff line change @@ -1066,6 +1066,15 @@ const adapter: PeggedIssuanceAdapter = {
1066
1066
6
1067
1067
) ,
1068
1068
} ,
1069
+ starknet : {
1070
+ minted : async ( ) => ( { } ) ,
1071
+ unreleased : async ( ) => ( { } ) ,
1072
+ ethereum : supplyInEthereumBridge (
1073
+ chainContracts . ethereum . issued [ 0 ] ,
1074
+ chainContracts . starknet . bridgeOnETH [ 0 ] ,
1075
+ 6
1076
+ ) ,
1077
+ } ,
1069
1078
} ;
1070
1079
1071
1080
export default adapter ;
Original file line number Diff line number Diff line change @@ -336,5 +336,8 @@ export type ChainContracts = {
336
336
waves : {
337
337
bridgeOnETH : [ "0x0de7b091A21BD439bdB2DfbB63146D9cEa21Ea83" ] , // PepeTeam Bridge
338
338
} ,
339
+ starknet : {
340
+ bridgeOnETH : [ "0xF6080D9fbEEbcd44D89aFfBFd42F098cbFf92816" ] , // starknet bridge
341
+ }
339
342
} ;
340
343
Original file line number Diff line number Diff line change @@ -924,6 +924,15 @@ const adapter: PeggedIssuanceAdapter = {
924
924
solana : suiBridged ( "SOLANA" ) ,
925
925
arbitrum : suiBridged ( "ARBITRUM_BRIDGED" ) ,
926
926
} ,
927
+ starknet : {
928
+ minted : async ( ) => ( { } ) ,
929
+ unreleased : async ( ) => ( { } ) ,
930
+ ethereum : supplyInEthereumBridge (
931
+ chainContracts . ethereum . issued [ 0 ] ,
932
+ chainContracts . starknet . bridgeOnETH [ 0 ] ,
933
+ 6
934
+ ) ,
935
+ } ,
927
936
} ;
928
937
929
938
export default adapter ;
You can’t perform that action at this time.
0 commit comments