File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -120,17 +120,17 @@ const getSymbol = (rawSymbol: string) => {
120
120
}
121
121
122
122
export const fetchAssets = ( ) => {
123
- return retry ( ( ) =>
124
- fetch ( "https://api.axelarscan.io/" , {
125
- method : "POST" ,
126
- headers : {
127
- "Content-Type" : "application/json" ,
128
- } ,
129
- body : JSON . stringify ( {
130
- method : "getAssets" ,
131
- } ) ,
132
- } ) . then ( ( res : any ) => res . json ( ) )
133
- ) ;
123
+ return retry ( ( ) =>
124
+ fetch ( "https://api.axelarscan.io/" , {
125
+ method : "POST" ,
126
+ headers : {
127
+ "Content-Type" : "application/json" ,
128
+ } ,
129
+ body : JSON . stringify ( {
130
+ method : "getAssets" ,
131
+ } ) ,
132
+ } ) . then ( ( res : any ) => res . json ( ) )
133
+ ) ;
134
134
}
135
135
136
136
export const isStablecoin = ( tokenAddress : string , chain : string ) => {
You can’t perform that action at this time.
0 commit comments