feat: added squidrouter to the bridges (#561)
* feat: added squidrouter to the bridges * fix: copy update
This commit is contained in:
parent
40c2e8039a
commit
70e27ea8fa
BIN
public/images/bridges/squid.png
Normal file
BIN
public/images/bridges/squid.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
@ -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',
|
||||
|
@ -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',
|
||||
},
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user