-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
* 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
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
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, "Segoe UI", "Fira Sans", Avenir, "Helvetica Neue", "Lucida Grande", 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> | ||
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, "Segoe UI", "Fira Sans", Avenir, "Helvetica Neue", "Lucida Grande", 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> | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.