diff --git a/CHANGELOG.md b/CHANGELOG.md index 709b1a56d61..750d1b64614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ## 4.35.0 (staging) +- added: Add Bridgeless swap plugin - added: Spend Crypto button on Home scene to launch Bitrefill for gift card purchases - changed: Use rates server v3 endpoint diff --git a/src/actions/CategoriesActions.ts b/src/actions/CategoriesActions.ts index 77bb6743f8b..56b2f8b6cc8 100644 --- a/src/actions/CategoriesActions.ts +++ b/src/actions/CategoriesActions.ts @@ -697,6 +697,7 @@ export const pluginIdIcons: Record = { '0xgasless': EDGE_CONTENT_SERVER_URI + '/0xgasless.png', bitrefill: EDGE_CONTENT_SERVER_URI + '/bitrefill.png', bitsofgold: EDGE_CONTENT_SERVER_URI + '/bits-of-gold-logo.png', + bridgeless: EDGE_CONTENT_SERVER_URI + '/bridgeless.png', changenow: EDGE_CONTENT_SERVER_URI + '/changenow.png', changehero: EDGE_CONTENT_SERVER_URI + '/changehero.png', cosmosibc: EDGE_CONTENT_SERVER_URI + '/cosmosibc.png', diff --git a/src/components/services/ContactsLoader.ts b/src/components/services/ContactsLoader.ts index 19d47080e4d..0584e440100 100644 --- a/src/components/services/ContactsLoader.ts +++ b/src/components/services/ContactsLoader.ts @@ -27,6 +27,12 @@ const merchantPartners: GuiContact[] = [ hasThumbnail: true, thumbnailPath: 'bits-of-gold-logo.png' }, + { + givenName: 'Bridgeless', + familyName: '', + hasThumbnail: true, + thumbnailPath: 'bridgeless.png' + }, { givenName: 'Change NOW', familyName: '', diff --git a/src/util/corePlugins.ts b/src/util/corePlugins.ts index fb7d03c13e9..9b3e63d6641 100644 --- a/src/util/corePlugins.ts +++ b/src/util/corePlugins.ts @@ -97,6 +97,7 @@ export const swapPlugins = { swapuz: ENV.SWAPUZ_INIT, // Defi Swaps + bridgeless: true, rango: ENV.RANGO_INIT, spookySwap: false, mayaprotocol: ENV.MAYA_PROTOCOL_INIT,