feat: added squidrouter to the bridges (#561)

* feat: added squidrouter to the bridges

* fix: copy update
This commit is contained in:
Linkie Link 2023-10-21 11:12:02 +02:00 committed by GitHub
parent 40c2e8039a
commit 70e27ea8fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -71,10 +71,10 @@ export default function WalletBridges() {
return (
<FullOverlayContent
title='Assets required'
title={`${currentChain.defaultCurrency?.coinDenom ?? 'Gas token'} required!`}
copy={`To get started, you'll need at least a small amount of ${
currentChain.defaultCurrency?.coinDenom ?? 'the current chains gas token'
} to cover transaction fees on Mars. Fund your account or bridge some in from another chain.`}
} to cover transaction fees on Mars. Fund your wallet or bridge some in from another chain.`}
button={{
className: 'w-full mt-4',
text: 'Connect different wallet',

View File

@ -14,4 +14,9 @@ export const BRIDGES: Bridge[] = [
url: 'https://satellite.money',
image: '/images/bridges/satellite.png',
},
{
name: 'Squidrouter',
url: 'https://app.squidrouter.com/',
image: '/images/bridges/squid.png',
},
]