File tree Expand file tree Collapse file tree 3 files changed +251
-240
lines changed Expand file tree Collapse file tree 3 files changed +251
-240
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ type ExchangeName =
163
163
| "mtpelerin"
164
164
| "okx"
165
165
| "rain"
166
+ | "shakepay"
166
167
| "wazirx"
167
168
168
169
type WalletProviderName = "simplex" | "moonpay" | "wyre"
@@ -249,6 +250,7 @@ const EthExchanges = () => {
249
250
mtpelerin
250
251
okx
251
252
rain
253
+ shakepay
252
254
simplex
253
255
wazirx
254
256
wyre
@@ -349,6 +351,9 @@ const EthExchanges = () => {
349
351
rain: file(relativePath: { eq: "exchanges/rain.png" }) {
350
352
...cardListImage
351
353
}
354
+ shakepay: file(relativePath: { eq: "exchanges/shakepay.png" }) {
355
+ ...cardListImage
356
+ }
352
357
squarelink: file(relativePath: { eq: "wallets/squarelink.png" }) {
353
358
...cardListImage
354
359
}
@@ -506,6 +511,12 @@ const EthExchanges = () => {
506
511
image : data . rain ,
507
512
usaExceptions : [ ] ,
508
513
} ,
514
+ shakepay : {
515
+ name : "Shakepay" ,
516
+ url : "https://shakepay.com" ,
517
+ image : data . shakepay ,
518
+ usaExceptions : [ ] ,
519
+ } ,
509
520
wazirx : {
510
521
name : "WazirX" ,
511
522
url : "https://wazirx.com/" ,
You can’t perform that action at this time.
0 commit comments