File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
src/adapters/peggedAssets/tether Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,8 @@ export const chainContracts: ChainContracts = {
202202 bridgedFromETH : [ "0x3c751Feb00364CA9e2d0105c40F0b423abf1DEE3" ] , // multichain
203203 } ,
204204 rsk : {
205- bridgedFromETH : [ "0xef213441a85df4d7acbdae0cf78004e1e486bb96" ] ,
205+ bridgedFromETH6Decimals : [ "0x779ded0c9e1022225f8e0630b35a9b54be713736" ] , // usdt0
206+ bridgedFromETH18Decimals : [ "0xef213441a85df4d7acbdae0cf78004e1e486bb96" ] , // usdt
206207 } ,
207208 reinetwork : {
208209 bridgedFromETH : [ "0x988a631Caf24E14Bb77EE0f5cA881e8B5dcfceC7" ] , // celer
Original file line number Diff line number Diff line change @@ -899,7 +899,13 @@ const adapter: PeggedIssuanceAdapter = {
899899 ethereum : bridgedSupply ( "theta" , 6 , chainContracts . theta . bridgedFromETH ) ,
900900 } ,
901901 rsk : {
902- ethereum : bridgedSupply ( "rsk" , 18 , chainContracts . rsk . bridgedFromETH ) ,
902+ ethereum : sumMultipleBalanceFunctions (
903+ [
904+ bridgedSupply ( "rsk" , 6 , chainContracts . rsk . bridgedFromETH6Decimals ) ,
905+ bridgedSupply ( "rsk" , 18 , chainContracts . rsk . bridgedFromETH18Decimals ) ,
906+ ] ,
907+ "peggedUSD"
908+ ) ,
903909 } ,
904910 reinetwork : {
905911 ethereum : reinetworkBridged ( chainContracts . reinetwork . bridgedFromETH [ 0 ] , 6 ) ,
You can’t perform that action at this time.
0 commit comments