Skip to content

Commit

Permalink
Goerli-v3 (#6)
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
  • Loading branch information
sshmatrix authored Jul 16, 2023
1 parent 6eb69be commit 4f0b49f
Show file tree
Hide file tree
Showing 30 changed files with 1,002 additions and 430 deletions.
367 changes: 315 additions & 52 deletions abi/contract-abi-ccip2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/Help.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const StyledModal = styled.div`
background-size: 400% 400%;
width: auto;
max-width: 60%;
height: 120px;
height: 100px;
border-radius: 6px;
overflow-y: initial !important
display: flex;
Expand Down
18 changes: 16 additions & 2 deletions components/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ interface ListProps {
onItemClick: (value: string) => void;
}

const alphabets: string[] = [];
const alphabets: string[] = []; // List of all alphabets except 'x'
for (let i = 65; i <= 90; i++) {
if (String.fromCharCode(i).toLocaleLowerCase() !== 'x') {
if (String.fromCharCode(i).toLocaleLowerCase() !== 'x') { // Ignore 'x'
alphabets.push(String.fromCharCode(i).toLocaleLowerCase());
}
}
Expand Down Expand Up @@ -108,6 +108,20 @@ const List: React.FC<ListProps> = ({ label, items, onItemClick }) => {
{ char }
</span>
)}
{ ['x'].includes(char) &&
numbers.includes(item.name.charAt(index - 1)) &&
index === item.name.length - 1 && (
<span
style={{
fontFamily: 'Rajdhani',
letterSpacing: '0.3px',
fontWeight: '700',
fontSize: '24px'
}}
>
{ char }
</span>
)}
</span>
))}
<span
Expand Down
684 changes: 448 additions & 236 deletions components/Preview.tsx

Large diffs are not rendered by default.

Empty file removed out/.nojekyll
Empty file.
11 changes: 0 additions & 11 deletions out/404.html
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width"/><meta charSet="utf-8"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link rel="preload" href="/ccip2-eth-client/_next/static/css/5566afa56f05c900.css" as="style"/><link rel="stylesheet" href="/ccip2-eth-client/_next/static/css/5566afa56f05c900.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/ccip2-eth-client/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/ccip2-eth-client/_next/static/chunks/webpack-3031d2f8361e4d03.js" defer=""></script><script src="/ccip2-eth-client/_next/static/chunks/framework-45405dbdcddf505d.js" defer=""></script><script src="/ccip2-eth-client/_next/static/chunks/main-126f29af672be3d3.js" defer=""></script><script src="/ccip2-eth-client/_next/static/chunks/pages/_app-1b85e26539928a9a.js" defer=""></script><script src="/ccip2-eth-client/_next/static/chunks/pages/_error-d419484d69bbcf53.js" defer=""></script><script src="/ccip2-eth-client/_next/static/l85aEdyS92B2yLW_Q_y9T/_buildManifest.js" defer=""></script><script src="/ccip2-eth-client/_next/static/l85aEdyS92B2yLW_Q_y9T/_ssgManifest.js" defer=""></script><script src="/ccip2-eth-client/_next/static/l85aEdyS92B2yLW_Q_y9T/_middlewareManifest.js" defer=""></script></head><body><div id="__next"><div data-rk=""><style>[data-rk]{--rk-blurs-modalOverlay:;--rk-colors-accentColor:linear-gradient(112deg, rgba(190,95,65,1) 0%, rgba(191,41,36,1) 48%, rgba(203,111,0,1) 100%);--rk-colors-accentColorForeground:white;--rk-colors-actionButtonBorder:white;--rk-colors-actionButtonBorderMobile:white;--rk-colors-actionButtonSecondaryBackground:linear-gradient(112deg, rgba(198,127,105,1) 0%, rgba(230,136,133,1) 48%, rgba(254,232,206,1) 100%);--rk-colors-closeButton:black;--rk-colors-closeButtonBackground:linear-gradient(112deg, rgba(198,127,105,1) 0%, rgba(218,85,81,1) 48%, rgba(212,160,99,1) 100%);--rk-colors-connectButtonBackground:linear-gradient(112deg, rgba(190,95,65,1) 0%, rgba(191,41,36,1) 48%, rgba(203,111,0,1) 100%);--rk-colors-connectButtonBackgroundError:red;--rk-colors-connectButtonInnerBackground:linear-gradient(153deg, rgba(190,95,65,1) 0%, rgba(152,33,30,1) 48%, rgba(203,111,0,1) 100%);--rk-colors-connectButtonText:white;--rk-colors-connectButtonTextError:white;--rk-colors-connectionIndicator:white;--rk-colors-error:red;--rk-colors-generalBorder:rgb(255, 255, 255, 0.75);--rk-colors-generalBorderDim:rgb(255, 255, 255, 0.25);--rk-colors-menuItemBackground:linear-gradient(112deg, rgba(190,95,65,1) 0%, rgba(191,41,36,1) 48%, rgba(203,111,0,1) 100%);--rk-colors-modalBackdrop:none;--rk-colors-modalBackground:linear-gradient(42deg, rgba(125,90,78,1) 0%, rgba(97,53,38,1) 100%);--rk-colors-modalBorder:white;--rk-colors-modalText:white;--rk-colors-modalTextDim:rgb(255, 255, 255, 0.825);--rk-colors-modalTextSecondary:rgb(255, 255, 255, 0.825);--rk-colors-profileAction:rgb(0, 0, 0, 0.5);--rk-colors-profileActionHover:linear-gradient(112deg, rgba(190,95,65,1) 0%, rgba(191,41,36,1) 48%, rgba(203,111,0,1) 100%);--rk-colors-profileForeground:rgb(0, 0, 0, 0.5);--rk-colors-selectedOptionBorder:white;--rk-colors-standby:white;--rk-fonts-body:Spotnik;--rk-radii-actionButton:6px;--rk-radii-connectButton:6px;--rk-radii-menuButton:6px;--rk-radii-modal:6px;--rk-radii-modalMobile:6px;--rk-shadows-connectButton:;--rk-shadows-dialog:;--rk-shadows-profileDetailsAction:;--rk-shadows-selectedOption:;--rk-shadows-selectedWallet:;--rk-shadows-walletLogo:;}</style><div style="font-family:-apple-system, BlinkMacSystemFont, Roboto, &quot;Segoe UI&quot;, &quot;Fira Sans&quot;, Avenir, &quot;Helvetica Neue&quot;, &quot;Lucida Grande&quot;, sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>
body { margin: 0; color: #000; background: #fff; }
.next-error-h1 {
border-right: 1px solid rgba(0, 0, 0, .3);
}
@media (prefers-color-scheme: dark) {
body { color: #fff; background: #000; }
.next-error-h1 {
border-right: 1px solid rgba(255, 255, 255, .3);
}
}</style><h1 class="next-error-h1" style="display:inline-block;margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.</h2></div></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"l85aEdyS92B2yLW_Q_y9T","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
11 changes: 0 additions & 11 deletions out/404.html.html
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width"/><meta charSet="utf-8"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link rel="preload" href="/ccip2-eth-client/_next/static/css/5566afa56f05c900.css" as="style"/><link rel="stylesheet" href="/ccip2-eth-client/_next/static/css/5566afa56f05c900.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/ccip2-eth-client/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/ccip2-eth-client/_next/static/chunks/webpack-3031d2f8361e4d03.js" defer=""></script><script src="/ccip2-eth-client/_next/static/chunks/framework-45405dbdcddf505d.js" defer=""></script><script src="/ccip2-eth-client/_next/static/chunks/main-126f29af672be3d3.js" defer=""></script><script src="/ccip2-eth-client/_next/static/chunks/pages/_app-1b85e26539928a9a.js" defer=""></script><script src="/ccip2-eth-client/_next/static/chunks/pages/_error-d419484d69bbcf53.js" defer=""></script><script src="/ccip2-eth-client/_next/static/l85aEdyS92B2yLW_Q_y9T/_buildManifest.js" defer=""></script><script src="/ccip2-eth-client/_next/static/l85aEdyS92B2yLW_Q_y9T/_ssgManifest.js" defer=""></script><script src="/ccip2-eth-client/_next/static/l85aEdyS92B2yLW_Q_y9T/_middlewareManifest.js" defer=""></script></head><body><div id="__next"><div data-rk=""><style>[data-rk]{--rk-blurs-modalOverlay:;--rk-colors-accentColor:linear-gradient(112deg, rgba(190,95,65,1) 0%, rgba(191,41,36,1) 48%, rgba(203,111,0,1) 100%);--rk-colors-accentColorForeground:white;--rk-colors-actionButtonBorder:white;--rk-colors-actionButtonBorderMobile:white;--rk-colors-actionButtonSecondaryBackground:linear-gradient(112deg, rgba(198,127,105,1) 0%, rgba(230,136,133,1) 48%, rgba(254,232,206,1) 100%);--rk-colors-closeButton:black;--rk-colors-closeButtonBackground:linear-gradient(112deg, rgba(198,127,105,1) 0%, rgba(218,85,81,1) 48%, rgba(212,160,99,1) 100%);--rk-colors-connectButtonBackground:linear-gradient(112deg, rgba(190,95,65,1) 0%, rgba(191,41,36,1) 48%, rgba(203,111,0,1) 100%);--rk-colors-connectButtonBackgroundError:red;--rk-colors-connectButtonInnerBackground:linear-gradient(153deg, rgba(190,95,65,1) 0%, rgba(152,33,30,1) 48%, rgba(203,111,0,1) 100%);--rk-colors-connectButtonText:white;--rk-colors-connectButtonTextError:white;--rk-colors-connectionIndicator:white;--rk-colors-error:red;--rk-colors-generalBorder:rgb(255, 255, 255, 0.75);--rk-colors-generalBorderDim:rgb(255, 255, 255, 0.25);--rk-colors-menuItemBackground:linear-gradient(112deg, rgba(190,95,65,1) 0%, rgba(191,41,36,1) 48%, rgba(203,111,0,1) 100%);--rk-colors-modalBackdrop:none;--rk-colors-modalBackground:linear-gradient(42deg, rgba(125,90,78,1) 0%, rgba(97,53,38,1) 100%);--rk-colors-modalBorder:white;--rk-colors-modalText:white;--rk-colors-modalTextDim:rgb(255, 255, 255, 0.825);--rk-colors-modalTextSecondary:rgb(255, 255, 255, 0.825);--rk-colors-profileAction:rgb(0, 0, 0, 0.5);--rk-colors-profileActionHover:linear-gradient(112deg, rgba(190,95,65,1) 0%, rgba(191,41,36,1) 48%, rgba(203,111,0,1) 100%);--rk-colors-profileForeground:rgb(0, 0, 0, 0.5);--rk-colors-selectedOptionBorder:white;--rk-colors-standby:white;--rk-fonts-body:Spotnik;--rk-radii-actionButton:6px;--rk-radii-connectButton:6px;--rk-radii-menuButton:6px;--rk-radii-modal:6px;--rk-radii-modalMobile:6px;--rk-shadows-connectButton:;--rk-shadows-dialog:;--rk-shadows-profileDetailsAction:;--rk-shadows-selectedOption:;--rk-shadows-selectedWallet:;--rk-shadows-walletLogo:;}</style><div style="font-family:-apple-system, BlinkMacSystemFont, Roboto, &quot;Segoe UI&quot;, &quot;Fira Sans&quot;, Avenir, &quot;Helvetica Neue&quot;, &quot;Lucida Grande&quot;, sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>
body { margin: 0; color: #000; background: #fff; }
.next-error-h1 {
border-right: 1px solid rgba(0, 0, 0, .3);
}
@media (prefers-color-scheme: dark) {
body { color: #fff; background: #000; }
.next-error-h1 {
border-right: 1px solid rgba(255, 255, 255, .3);
}
}</style><h1 class="next-error-h1" style="display:inline-block;margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.</h2></div></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"l85aEdyS92B2yLW_Q_y9T","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
1 change: 1 addition & 0 deletions out/_next/static/-4bTu6IvJX_pSI2a7_BlZ/_buildManifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions out/_next/static/chunks/111-f92994f0c7219233.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion out/_next/static/chunks/1a48c3c1-ea9b1f3629fa0b1b.js

This file was deleted.

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

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion out/_next/static/chunks/48-46d0c9f1dea1343d.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/904-fdd6e649b1a1bbf8.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/main-126f29af672be3d3.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions out/_next/static/chunks/pages/_app-69b6ebce3980294a.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion out/_next/static/chunks/pages/_app-fdabfc47e9c48fe8.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/pages/account-08701c9c1881f1de.js

This file was deleted.

1 change: 1 addition & 0 deletions out/_next/static/chunks/pages/account-6baddd61248dbda1.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4f0b49f

Please sign in to comment.