Skip to content

Commit 83d9cc5

Browse files
committed
Adds Shakepay as a Canadian exchange
1 parent 50f4abf commit 83d9cc5

File tree

3 files changed

+251
-240
lines changed

3 files changed

+251
-240
lines changed

src/assets/exchanges/shakepay.png

37.4 KB
Loading

src/components/EthExchanges.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ type ExchangeName =
165165
| "mtpelerin"
166166
| "okx"
167167
| "rain"
168+
| "shakepay"
168169
| "wazirx"
169170

170171
type WalletProviderName = "simplex" | "moonpay" | "wyre"
@@ -253,6 +254,7 @@ const EthExchanges = () => {
253254
mtpelerin
254255
okx
255256
rain
257+
shakepay
256258
simplex
257259
wazirx
258260
wyre
@@ -359,6 +361,9 @@ const EthExchanges = () => {
359361
rain: file(relativePath: { eq: "exchanges/rain.png" }) {
360362
...cardListImage
361363
}
364+
shakepay: file(relativePath: { eq: "exchanges/shakepay.png" }) {
365+
...cardListImage
366+
}
362367
squarelink: file(relativePath: { eq: "wallets/squarelink.png" }) {
363368
...cardListImage
364369
}
@@ -528,6 +533,12 @@ const EthExchanges = () => {
528533
image: data.rain,
529534
usaExceptions: [],
530535
},
536+
shakepay: {
537+
name: "Shakepay",
538+
url: "https://shakepay.com",
539+
image: data.shakepay,
540+
usaExceptions: [],
541+
},
531542
wazirx: {
532543
name: "WazirX",
533544
url: "https://wazirx.com/",

0 commit comments

Comments
 (0)