Skip to content

Commit

Permalink
feat: stargate logo (#75)
Browse files Browse the repository at this point in the history
* feat: stargate logo

* feat: added legacy BridgeTool support for stargate
  • Loading branch information
H3xept committed Jun 22, 2022
1 parent ca587ce commit 710c9f2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,5 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

.DS_Store
Binary file removed src/assets/.DS_Store
Binary file not shown.
Binary file added src/assets/icons/bridges/stargate.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/bridges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export enum BridgeTool {
optimism = 'optimism',
across = 'across',
portal = 'portal',
stargate = 'stargate',
}

export interface Bridge {
Expand Down Expand Up @@ -162,6 +163,16 @@ export const supportedBridges: Array<Bridge> = [
supportUrl: 'https://discord.com/invite/wormholecrypto',
docsUrl: 'https://docs.wormholenetwork.com/wormhole/',
},
{
key: BridgeTool.stargate,
name: 'Stargate',
logoURI:
'https://raw.githubusercontent.com/lifinance/types/5685c638772f533edad80fcb210b4bb89e30a50f/src/assets/icons/bridges/stargate.png',
bridgeUrl: 'https://stargate.finance/',
discordUrl: 'https://discord.com/invite/TyjeQ45',
supportUrl: 'https://discord.com/invite/TyjeQ45',
docsUrl: 'https://stargateprotocol.gitbook.io/stargate/',
},
// {
// key: BridgeTool.,
// name: '',
Expand Down

0 comments on commit 710c9f2

Please sign in to comment.