@@ -380,7 +380,7 @@ export const NetworkDropdown = ({ userAddress }: Props) => {
380380 < img
381381 src = {
382382 activeChain === undefined
383- ? "https://smartcontract.imgix .net/icons/alert.svg"
383+ ? "https://d2f70xi62kby8n.cloudfront .net/icons/alert.svg"
384384 : getChainIcon ( activeChain )
385385 }
386386 style = { { marginRight : "var(--space-2x)" } }
@@ -398,7 +398,7 @@ export const NetworkDropdown = ({ userAddress }: Props) => {
398398 < img
399399 src = {
400400 activeChain === undefined
401- ? "https://smartcontract.imgix .net/icons/alert.svg"
401+ ? "https://d2f70xi62kby8n.cloudfront .net/icons/alert.svg"
402402 : getChainIcon ( activeChain )
403403 }
404404 style = { { marginRight : "var(--space-2x)" , minHeight : "1.2em" , minWidth : "1.2em" } }
@@ -412,7 +412,7 @@ export const NetworkDropdown = ({ userAddress }: Props) => {
412412 </ span >
413413 </ >
414414 ) }
415- < img src = "https://smartcontract.imgix .net/icons/Caret2.svg" />
415+ < img src = "https://d2f70xi62kby8n.cloudfront .net/icons/Caret2.svg" />
416416 </ div >
417417 </ summary >
418418 < div className = { styles [ "dropdown-container" ] } >
@@ -431,7 +431,7 @@ export const NetworkDropdown = ({ userAddress }: Props) => {
431431 { supportedChainTitle }
432432 </ span >
433433 { supportedChainTitle === activeChainTitle && (
434- < img src = "https://smartcontract.imgix .net/icons/check_circle_bold.svg" />
434+ < img src = "https://d2f70xi62kby8n.cloudfront .net/icons/check_circle_bold.svg" />
435435 ) }
436436 </ button >
437437 </ li >
@@ -551,7 +551,7 @@ export const NetworkDropdown = ({ userAddress }: Props) => {
551551 < div className = { `paragraph-100 ${ styles . warningContent } ` } >
552552 < img
553553 className = { styles . warningIcon }
554- src = "https://smartcontract.imgix .net/icons/alert.svg"
554+ src = "https://d2f70xi62kby8n.cloudfront .net/icons/alert.svg"
555555 alt = ""
556556 aria-hidden = "true"
557557 />
0 commit comments