Skip to content
This repository was archived by the owner on Aug 12, 2023. It is now read-only.

Commit 2379516

Browse files
authored
Add matcha to relayer registry (#422)
1 parent c935c60 commit 2379516

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

src/relayers/__snapshots__/get-all-relayers.test.js.snap

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,17 @@ Object {
167167
"slug": "market-protocol-exchange",
168168
"url": "https://mpexchange.io/",
169169
},
170+
"matcha": Object {
171+
"feeRecipients": Array [
172+
"0x86003b044f70dac0abc80ac8957305b6370893ed",
173+
],
174+
"id": "matcha",
175+
"imageUrl": "https://resources.0xtracker.com/logos/matcha.png",
176+
"lookupId": 35,
177+
"name": "Matcha",
178+
"slug": "matcha",
179+
"url": "https://matcha.xyz",
180+
},
170181
"merchcoinsExchange": Object {
171182
"feeRecipients": Array [
172183
"0x584860fe460a16cd11e6fdebb2e77146d1835be8",

src/relayers/relayer-registry.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,4 +303,12 @@ module.exports = {
303303
feeRecipients: ['0x10aa8c82e3656170baae80d189b8b7dcea6865c9'],
304304
url: 'https://switchdex.ag',
305305
},
306+
matcha: {
307+
imageUrl: 'https://resources.0xtracker.com/logos/matcha.png',
308+
lookupId: 35,
309+
name: 'Matcha',
310+
slug: 'matcha',
311+
feeRecipients: ['0x86003b044f70dac0abc80ac8957305b6370893ed'],
312+
url: 'https://matcha.xyz',
313+
},
306314
};

0 commit comments

Comments
 (0)