Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subsquid #1280

Merged
merged 49 commits into from
Jun 13, 2024
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
2b80efd
Subsquid prod endpoint
Sociopacific Jan 19, 2024
1382928
Update wallet
Sociopacific Jan 22, 2024
0713b19
Use 1000 page size for subsquid
Sociopacific Jan 23, 2024
36d4544
Fix import
Sociopacific Jan 25, 2024
7bbf54e
Merge branch 'develop' into feature/subsquid
C4tWithShell Feb 7, 2024
d62946e
Merge branch 'develop' into feature/subsquid
Sociopacific Feb 28, 2024
a4c047b
Remove unnecessary imports
Sociopacific Feb 28, 2024
af6815b
Fix type
Sociopacific Feb 28, 2024
b73c11d
Merge branch 'develop' into feature/subsquid
f33r0 Feb 28, 2024
cae3815
Max count
Sociopacific Feb 29, 2024
f9097fb
Merge branch 'develop' into feature/subsquid
Sociopacific Mar 7, 2024
98b1ea3
Fix SubsquidPoolsQuery
Sociopacific Apr 19, 2024
e73aa91
Fix chart volume update for XOR (#1348)
Nikita-Polyakov Mar 14, 2024
3d1f05b
Fix Eth bridge tx replacement (#1350)
Nikita-Polyakov Mar 15, 2024
b025487
Update package.json (#1353)
stefashkaa Mar 21, 2024
062b967
Demeter fixes (#1355)
Nikita-Polyakov Mar 22, 2024
7573ede
Fix quote rpc (#1356)
stefashkaa Mar 22, 2024
cdd3777
Remove new stake page (#1343)
Sociopacific Mar 25, 2024
348ffef
Add swap last transactions widget (#1342)
Nikita-Polyakov Mar 25, 2024
bbab09d
Fix issues after PRs merge (#1360)
stefashkaa Mar 25, 2024
8efe637
[Sub Bridge] add ability to select substrate node (#1346)
Nikita-Polyakov Mar 26, 2024
0101bb2
Add skeleton to swap distribution widget (#1361)
Nikita-Polyakov Mar 26, 2024
114cc4e
Fix 1.32 issues (#1363)
stefashkaa Mar 28, 2024
0e04853
Add links to bridge transfer modal (#1362)
Nikita-Polyakov Mar 28, 2024
698d351
Improve bridge icons (#1364)
stefashkaa Mar 29, 2024
565ec47
Add orderbook research link (#1366)
stefashkaa Mar 29, 2024
79bd1f8
improve external links (#1367)
Nikita-Polyakov Mar 29, 2024
a1604f4
Improve bridge sora links (#1370)
Nikita-Polyakov Mar 29, 2024
c45b432
improve sora links & refactoring (#1371)
Nikita-Polyakov Apr 1, 2024
7adfa36
update network & xcm fees (#1373)
Nikita-Polyakov Apr 1, 2024
69f964a
Add ability to hide swap widgets (#1374)
Nikita-Polyakov Apr 2, 2024
830a166
update wallet 1.32.7 (#1376)
Nikita-Polyakov Apr 3, 2024
9aca1f1
Fix liberland adapter balance for custom tokens (#1378)
stefashkaa Apr 4, 2024
d59ca49
Reduce network icons svg size (#1380)
stefashkaa Apr 5, 2024
eada566
Improve bridge locked amount check (#1381)
Nikita-Polyakov Apr 5, 2024
270626d
Set Tokens as default tab for Explore page (#1383)
stefashkaa Apr 8, 2024
c12e5d9
Use PSWAP token instead of file-file-text-24 (#1384)
stefashkaa Apr 9, 2024
47bfa50
Fix default explore page (#1386)
stefashkaa Apr 9, 2024
13baf00
bump wallet (#1389)
RustemYuzlibaev Apr 17, 2024
460ff67
Merge branch 'develop' into feature/subsquid
Sociopacific Apr 19, 2024
2568213
Change SUBSQUID_ENDPOINT
Sociopacific Apr 19, 2024
543708d
Merge branch 'develop' into feature/subsquid
stefashkaa May 10, 2024
a60495f
Merge branch 'develop' into feature/subsquid
C4tWithShell May 22, 2024
04a274f
Merge branch 'develop' into feature/subsquid
stefashkaa May 23, 2024
783931b
Merge branch 'develop' into feature/subsquid
stefashkaa Jun 3, 2024
dfa9600
Merge branch 'develop' into feature/subsquid
stefashkaa Jun 5, 2024
249b628
Added subsquid queries
Sociopacific Jun 7, 2024
2336ed5
Test
Sociopacific Jun 7, 2024
7192677
Remove all filter
Sociopacific Jun 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add orderbook research link (#1366)
Co-authored-by: Stefan Popov <17688105+stefashkaa@users.noreply.github.com>
2 people authored and Sociopacific committed Apr 19, 2024
commit 565ec478d5bbce5bf366a057eb18567ce781c45f
7 changes: 6 additions & 1 deletion public/marketing.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
[
{
"title": "ORDERBOOK SURVEY",
"img": "/marketing/orderbook.png",
"link": "https://form.typeform.com/to/DMieGaJI"
},
{
"title": "GET SORA CARD",
"img": "/marketing/card.png",
"link": "/#/card"
"link": "https://soracard.com"
},
{
"title": "CONNECT WITH GOOGLE",
Binary file modified public/marketing/card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/marketing/google.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/marketing/orderbook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/marketing/synths.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions src/components/App/Header/AppMarketing.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div v-if="adsArray.length" class="marketing s-flex">
<span class="marketing-prev" @click="prev()">
<span class="marketing-prev" @click="prev">
<s-icon name="arrows-chevron-left-rounded-24" />
</span>
<transition-group tag="div" class="marketing-slider" :name="transitionName">
@@ -22,7 +22,7 @@
</div>
</template>
</transition-group>
<span class="marketing-next" @click="next()">
<span class="marketing-next" @click="next">
<s-icon name="arrows-chevron-right-rounded-24" />
</span>
</div>
@@ -138,12 +138,13 @@ $max-ad-width: 330px;
border-radius: var(--s-border-radius-medium);
background-repeat: no-repeat;
background-position: right 20px top;
background-size: contain;
background-color: var(--s-color-theme-accent); // by default
text-decoration: none;
color: var(--s-color-base-on-accent);
}
&-text {
flex: 3;
flex: 4;
align-self: center;
font-size: 18px;
font-weight: 700;