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 @@ -165,6 +165,7 @@ type ExchangeName =
165
165
| "mtpelerin"
166
166
| "okx"
167
167
| "rain"
168
+ | "shakepay"
168
169
| "wazirx"
169
170
170
171
type WalletProviderName = "simplex" | "moonpay" | "wyre"
@@ -253,6 +254,7 @@ const EthExchanges = () => {
253
254
mtpelerin
254
255
okx
255
256
rain
257
+ shakepay
256
258
simplex
257
259
wazirx
258
260
wyre
@@ -359,6 +361,9 @@ const EthExchanges = () => {
359
361
rain: file(relativePath: { eq: "exchanges/rain.png" }) {
360
362
...cardListImage
361
363
}
364
+ shakepay: file(relativePath: { eq: "exchanges/shakepay.png" }) {
365
+ ...cardListImage
366
+ }
362
367
squarelink: file(relativePath: { eq: "wallets/squarelink.png" }) {
363
368
...cardListImage
364
369
}
@@ -528,6 +533,12 @@ const EthExchanges = () => {
528
533
image : data . rain ,
529
534
usaExceptions : [ ] ,
530
535
} ,
536
+ shakepay : {
537
+ name : "Shakepay" ,
538
+ url : "https://shakepay.com" ,
539
+ image : data . shakepay ,
540
+ usaExceptions : [ ] ,
541
+ } ,
531
542
wazirx : {
532
543
name : "WazirX" ,
533
544
url : "https://wazirx.com/" ,
You can’t perform that action at this time.
0 commit comments