Skip to content

Commit

Permalink
feat(bridges): rename AcrossV2 in Across (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasmoeller committed Aug 10, 2022
1 parent cd80b2a commit 5bd7e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bridges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const supportedBridges: Array<Bridge> = [
},
{
key: BridgeTool.across,
name: 'AcrossV2',
name: 'Across',
logoURI:
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/bridges/acrossv2.png',
bridgeUrl: 'https://across.to/',
Expand Down

0 comments on commit 5bd7e7a

Please sign in to comment.