Skip to content

Commit 9e4f240

Browse files
authored
Merge pull request #8542 from mdewji-shakepay/add-shakepay-to-canadian-exchanges
Adds Shakepay as a Canadian exchange
2 parents c47a5b9 + 1b28270 commit 9e4f240

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
@@ -163,6 +163,7 @@ type ExchangeName =
163163
| "mtpelerin"
164164
| "okx"
165165
| "rain"
166+
| "shakepay"
166167
| "wazirx"
167168

168169
type WalletProviderName = "simplex" | "moonpay" | "wyre"
@@ -249,6 +250,7 @@ const EthExchanges = () => {
249250
mtpelerin
250251
okx
251252
rain
253+
shakepay
252254
simplex
253255
wazirx
254256
wyre
@@ -349,6 +351,9 @@ const EthExchanges = () => {
349351
rain: file(relativePath: { eq: "exchanges/rain.png" }) {
350352
...cardListImage
351353
}
354+
shakepay: file(relativePath: { eq: "exchanges/shakepay.png" }) {
355+
...cardListImage
356+
}
352357
squarelink: file(relativePath: { eq: "wallets/squarelink.png" }) {
353358
...cardListImage
354359
}
@@ -506,6 +511,12 @@ const EthExchanges = () => {
506511
image: data.rain,
507512
usaExceptions: [],
508513
},
514+
shakepay: {
515+
name: "Shakepay",
516+
url: "https://shakepay.com",
517+
image: data.shakepay,
518+
usaExceptions: [],
519+
},
509520
wazirx: {
510521
name: "WazirX",
511522
url: "https://wazirx.com/",

0 commit comments

Comments
 (0)