Skip to content

Commit

Permalink
Mainnet v1 (#7)
Browse files Browse the repository at this point in the history
* auto-commit: gh-pages

* loading overlay

* auto-commit: gh-pages

* auto-commit: gh-pages

* auto-commit: gh-pages

* some finetuning

* some fixes for search results

* fixes for search functionality

* more fixes for search result caching

* search caching fixed

* auto-commit: gh-pages

* Txn 2 trigger fix

* Recordhash status fixes

* auto-commit: gh-pages

* auto-commit: gh-pages

* auto-commit: gh-pages

* auto-commit: gh-pages

* All major fixes; ready for merge

* Tuning

* Txn 1 & 2 workflows merged

* auto-commit: gh-pages

* Minor fixes

* 0x0x formatting fix

* Most fixes; only Signature Matching pending

* Most fixes in Record View

* S3(K1) implemented

* Timer Implemented

* Queue implementation

* Wallet switching enabled

* ModalState update

* S2 trigger fix

* auto-commit: gh-pages

* Full Send Goerli-v3

* auto-commit: gh-pages

* auto-commit: gh-pages

* auto-commit: gh-pages

* auto-commit: gh-pages

* auto-commit: gh-pages

* auto-commit: gh-pages

* auto-commit: gh-pages

* Mainnet Release
  • Loading branch information
sshmatrix authored Jul 23, 2023
1 parent 4f0b49f commit a47640f
Show file tree
Hide file tree
Showing 89 changed files with 3,003 additions and 349 deletions.
263 changes: 151 additions & 112 deletions abi/contract-abi-ccip2.json → abi/Contract-ABI-ccip2Goerli.json

Large diffs are not rendered by default.

724 changes: 724 additions & 0 deletions abi/Contract-ABI-ccip2Mainnet.json

Large diffs are not rendered by default.

863 changes: 863 additions & 0 deletions abi/Contract-ABI-ensPublicResolverMainnet.json

Large diffs are not rendered by default.

File renamed without changes.
1,013 changes: 1,013 additions & 0 deletions abi/Contract-ABI-ensUniversalResolverMainnet.json

Large diffs are not rendered by default.

Binary file modified assets/SF-Mono.woff2
Binary file not shown.
48 changes: 48 additions & 0 deletions components/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const List: React.FC<ListProps> = ({ label, items, onItemClick }) => {
>
<div
>
{/*
{item.name.split('').map((char, index) => (
<span key={index}>
{ !alphabets.includes(char) &&
Expand Down Expand Up @@ -108,6 +109,34 @@ const List: React.FC<ListProps> = ({ label, items, onItemClick }) => {
{ char }
</span>
)}
{ ['x'].includes(char) &&
numbers.includes(item.name.charAt(index - 1)) &&
alphabets.includes(item.name.charAt(index + 1)) && (
<span
style={{
fontFamily: 'Rajdhani',
letterSpacing: '0.3px',
fontWeight: '700',
fontSize: '26px'
}}
>
{ char }
</span>
)}
{ ['x'].includes(char) &&
alphabets.includes(item.name.charAt(index - 1)) &&
numbers.includes(item.name.charAt(index + 1)) && (
<span
style={{
fontFamily: 'Rajdhani',
letterSpacing: '0.3px',
fontWeight: '700',
fontSize: '26px'
}}
>
{ char }
</span>
)}
{ ['x'].includes(char) &&
numbers.includes(item.name.charAt(index - 1)) &&
index === item.name.length - 1 && (
Expand All @@ -124,6 +153,25 @@ const List: React.FC<ListProps> = ({ label, items, onItemClick }) => {
)}
</span>
))}
*/}
{item.name.split('').map((char, index) => (
<span
key={index}
style={{
fontFamily: 'SF Mono',
letterSpacing: '-0.5px',
fontWeight: '600',
fontSize: lang.arabic.includes(char) ||
lang.hindi.includes(char) ||
lang.persian.includes(char) ||
lang.chinese.includes(char) ||
lang.korean.includes(char)
? '24px' : '21px'
}}
>
{ char }
</span>
))}
<span
style={{
fontFamily: 'SF Mono',
Expand Down
97 changes: 58 additions & 39 deletions components/Preview.tsx

Large diffs are not rendered by default.

Empty file removed out/404.html
Empty file.
Empty file removed out/404.html.html
Empty file.
Binary file removed out/Bioliquid.woff2
Binary file not shown.
Binary file removed out/Rajdhani.woff2
Binary file not shown.
Binary file removed out/Roboto-Mono.woff2
Binary file not shown.
Binary file removed out/SF-Mono.woff2
Binary file not shown.
Binary file removed out/Spotnik.woff2
Binary file not shown.
1 change: 0 additions & 1 deletion out/_next/static/-4bTu6IvJX_pSI2a7_BlZ/_buildManifest.js

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/-4bTu6IvJX_pSI2a7_BlZ/_ssgManifest.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/111-f92994f0c7219233.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/119.8a93228e7a3e4b56.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/133.bc707cfb8b5dd824.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/158.39526411463ee3a4.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/27.0ccf3ad283231946.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/28.7d0eada5182128f3.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/331.4f5567b3d0f16606.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/370.e4db72219564c556.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/376.9019199b359d7bf8.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/473-9ee6be87a8a8a50b.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/514.8291dfebc2cd22a4.js

This file was deleted.

Loading

0 comments on commit a47640f

Please sign in to comment.