Skip to content

Commit 4a7edeb

Browse files
committed
Enable Fantom to Sonic bridge
1 parent 6698a8a commit 4a7edeb

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- added: Add eCash.
66
- added: Thorchain TCY stake and unstake
7+
- added: Add Fantom to Sonic bridge
78
- added: Toast notifications for PIN changes.
89
- added: Scam warning to camera access request modal
910
- changed: Auto launch QR scanner for multi-out payments if previously used

src/actions/CategoriesActions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ export const pluginIdIcons: Record<string, string> = {
569569
changehero: EDGE_CONTENT_SERVER_URI + '/changehero.png',
570570
cosmosibc: EDGE_CONTENT_SERVER_URI + '/cosmosibc.png',
571571
exolix: EDGE_CONTENT_SERVER_URI + '/exolix-logo.png',
572+
fantomsonicupgrade: EDGE_CONTENT_SERVER_URI + '/fantomsonicupgrade.png',
572573
godex: EDGE_CONTENT_SERVER_URI + '/godex.png',
573574
letsexchange: EDGE_CONTENT_SERVER_URI + '/letsexchange-logo.png',
574575
lifi: EDGE_CONTENT_SERVER_URI + '/lifi.png',

src/components/services/ContactsLoader.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,18 @@ const merchantPartners = [
101101
familyName: '',
102102
recordID: ''
103103
},
104+
{
105+
givenName: 'Fantom/Sonic Bridge',
106+
hasThumbnail: true,
107+
thumbnailPath: 'fantomsonicupgrade.png',
108+
emailAddresses: [],
109+
postalAddresses: [],
110+
middleName: '',
111+
company: '',
112+
jobTitle: '',
113+
familyName: '',
114+
recordID: ''
115+
},
104116
{
105117
givenName: 'EOS Network',
106118
hasThumbnail: true,

src/util/corePlugins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export const swapPlugins = {
107107
'0xgasless': ENV['0XGASLESS_INIT'],
108108

109109
cosmosibc: true,
110+
fantomsonicupgrade: true,
110111
transfer: true
111112
}
112113

0 commit comments

Comments
 (0)