diff --git a/packages/katana/components/WETHTokenAmountInput.tsx b/packages/katana/components/WETHTokenAmountInput.tsx index ed9057a..1f9ec89 100644 --- a/packages/katana/components/WETHTokenAmountInput.tsx +++ b/packages/katana/components/WETHTokenAmountInput.tsx @@ -169,7 +169,7 @@ export function WETHTokenAmountInput(props: TWETHTokenAmountInputProps): ReactEl 'border-regularText/15 bg-regularText/5 relative flex !h-16 items-center gap-x-1 rounded-lg border px-4 py-3' }> 'border-regularText/15 bg-regularText/5 col-span-3 flex cursor-alias items-center justify-start overflow-hidden rounded-xl border p-3' }> 'border-regularText/15 bg-regularText/5 flex w-full items-center rounded-xl border px-2.5 py-2' }> void}):
'border-regularText/15 bg-regularText/5 col-span-2 flex cursor-alias items-center justify-start overflow-hidden rounded-xl border p-3' }> 'border-regularText/15 bg-regularText/5 flex w-full items-center rounded-xl border px-2.5 py-2' }> ( }>
+ tokenLists={['https://raw.githubusercontent.com/yearn/tokenLists/main/lists/yearn-min.json']}> diff --git a/packages/lib/contexts/WithTokenList.tsx b/packages/lib/contexts/WithTokenList.tsx index 0ab58b8..6a001d9 100755 --- a/packages/lib/contexts/WithTokenList.tsx +++ b/packages/lib/contexts/WithTokenList.tsx @@ -76,8 +76,8 @@ type TTokenListProviderProps = { export const WithTokenList = ({ children, lists = [ - 'https://raw.githubusercontent.com/SmolDapp/tokenLists/main/lists/etherscan.json', - 'https://raw.githubusercontent.com/SmolDapp/tokenLists/main/lists/tokenlistooor.json' + 'https://raw.githubusercontent.com/yearn/tokenLists/main/lists/etherscan.json', + 'https://raw.githubusercontent.com/yearn/tokenLists/main/lists/tokenlistooor.json' ] }: TTokenListProviderProps): ReactElement => { const {chainID} = useWeb3(); diff --git a/packages/lib/contexts/usePopularTokens.tsx b/packages/lib/contexts/usePopularTokens.tsx index 94f1699..b808556 100644 --- a/packages/lib/contexts/usePopularTokens.tsx +++ b/packages/lib/contexts/usePopularTokens.tsx @@ -23,7 +23,7 @@ const defaultProps: TPopularTokensProps = { onChangeListsURI: () => {}, listTokens: () => [] }; -const POPULAR_LIST_URI = 'https://raw.githubusercontent.com/smoldapp/tokenLists/main/lists/popular.json'; +const POPULAR_LIST_URI = 'https://raw.githubusercontent.com/yearn/tokenLists/main/lists/popular.json'; const PopularTokensContext = createContext(defaultProps); export const WithPopularTokens = ({children}: {children: ReactElement}): ReactElement => { const {chainID} = useWeb3(); diff --git a/packages/lib/next.config.js b/packages/lib/next.config.js index f5672d7..3848bf7 100644 --- a/packages/lib/next.config.js +++ b/packages/lib/next.config.js @@ -25,7 +25,7 @@ module.exports = withPlausibleProxy({ }, { protocol: 'https', - hostname: 'assets.smold.app' + hostname: 'token-assets-one.vercel.app' }, { protocol: 'https', @@ -131,7 +131,7 @@ module.exports = withPlausibleProxy({ WALLETCONNECT_PROJECT_URL: 'https://yearn.space', WALLETCONNECT_PROJECT_ICON: 'https://yearn.space/favicons/ms-icon-310x310.png', SHOULD_USE_FORKNET: process.env.SHOULD_USE_FORKNET === 'false', - SMOL_ASSETS_URL: 'https://assets.smold.app/api', + SMOL_ASSETS_URL: 'https://token-assets-one.vercel.app/api', PLAUSIBLE_DOMAIN: 'yearn.space', YDAEMON_BASE_URI: process.env.YDAEMON_BASE_URI || 'https://ydaemon.yearn.fi' } diff --git a/packages/lib/public/tokens/manualTokens.json b/packages/lib/public/tokens/manualTokens.json index 8f98b09..2f78775 100644 --- a/packages/lib/public/tokens/manualTokens.json +++ b/packages/lib/public/tokens/manualTokens.json @@ -14,7 +14,7 @@ "address": "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a", "name": "Agora USD", "symbol": "AUSD", - "logoURI": "https://assets.smold.app/api/token/1/0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a/logo-128.png", + "logoURI": "https://token-assets-one.vercel.app/api/token/1/0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a/logo-128.png", "chainId": 747474, "decimals": 6 }