Skip to content

Commit

Permalink
ton image source fix
Browse files Browse the repository at this point in the history
  • Loading branch information
unixvb committed Dec 2, 2024
1 parent 2453094 commit 89fa33b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/contexts/swap-form/swap-form.context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const SwapFormContext = createContext<SwapFormContextValues>({
decimals: 9,
exchangeRate: '0',
usdExchangeRate: 0,
image: 'https://assets.dedust.io/images/ton.webp',
image: 'https://raw.githubusercontent.com/0xblackbot/rainbow-swap/refs/heads/main/public/external-assets/ton.png',
name: 'Toncoin',
symbol: 'TON',
verification: 'whitelist'
Expand Down
2 changes: 1 addition & 1 deletion src/data/assets-record.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const DEFAULT_ASSETS_RECORD: AssetsRecord = {
slug: 'TON',
symbol: 'TON',
name: 'Toncoin',
image: 'https://assets.dedust.io/images/ton.webp',
image: 'https://raw.githubusercontent.com/0xblackbot/rainbow-swap/refs/heads/main/public/external-assets/ton.png',
decimals: 9,
verification: 'whitelist',
exchangeRate: '0',
Expand Down

0 comments on commit 89fa33b

Please sign in to comment.