From 3522f71445acd7a69223acee8bd52cb2278bd672 Mon Sep 17 00:00:00 2001 From: Shane Fontaine <9441295+shanefontaine@users.noreply.github.com> Date: Thu, 30 May 2024 09:17:39 -0700 Subject: [PATCH 1/4] eb: bump --- packages/explorer-backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/explorer-backend/package.json b/packages/explorer-backend/package.json index e3d8eb5898..733aab9b2e 100644 --- a/packages/explorer-backend/package.json +++ b/packages/explorer-backend/package.json @@ -1,6 +1,6 @@ { "name": "@hop-protocol/explorer-backend", - "version": "0.0.10", + "version": "0.0.11", "description": "", "main": "dist/index.js", "scripts": { From 28474cc37e2f31f4556050661442133a8e61a314 Mon Sep 17 00:00:00 2001 From: Shane Fontaine <9441295+shanefontaine@users.noreply.github.com> Date: Thu, 30 May 2024 10:49:23 -0700 Subject: [PATCH 2/4] sdk: add subgraph endpoints and bump --- packages/sdk/package.json | 2 +- packages/sdk/src/chains/networks/mainnet.ts | 23 ++-- pnpm-lock.yaml | 122 ++++++++++---------- 3 files changed, 73 insertions(+), 74 deletions(-) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index f76ebb6ee8..d174eb4092 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@hop-protocol/sdk", - "version": "0.0.34", + "version": "0.0.35", "description": "The v1 Hop Protocol TypeScript SDK", "author": "Authereum Labs, Inc.", "license": "MIT", diff --git a/packages/sdk/src/chains/networks/mainnet.ts b/packages/sdk/src/chains/networks/mainnet.ts index 4f2f501713..b37c633904 100644 --- a/packages/sdk/src/chains/networks/mainnet.ts +++ b/packages/sdk/src/chains/networks/mainnet.ts @@ -11,8 +11,7 @@ export const chains: Chains = { 'https://rpc.ankr.com/eth' ], explorerUrls: ['https://etherscan.io'], - // This is a placeholder subgraph URL. The API key will be removed - subgraphUrl: 'https://gateway-arbitrum.network.thegraph.com/api/99487c5cbef9975e23a0ba6bacf5ef15/subgraphs/id/E9ars1Dv5NR4n7h6zj1NE9HNKcN6PCFYc38duwXfruCN', + subgraphUrl: 'https://subgraph.hop.exchange/ethereum', etherscanApiUrl: 'https://api.etherscan.io', multicall: '0xcA11bde05977b3631167028862bE2a173976CA11', txOverrides: {} @@ -27,8 +26,7 @@ export const chains: Chains = { 'https://rpc.ankr.com/arbitrum' ], explorerUrls: ['https://arbiscan.io'], - // This is a placeholder subgraph URL. The API key will be removed - subgraphUrl: 'https://gateway-arbitrum.network.thegraph.com/api/db2f8ed6991204cb18efb068454552d7/subgraphs/id/FBJtdRbCYDeQKbth5KTpqN3RXCRhGSg3bdiZVGUv7Vx4', + subgraphUrl: 'https://subgraph.hop.exchange/arbitrum', etherscanApiUrl: 'https://api.arbiscan.io', multicall: '0xcA11bde05977b3631167028862bE2a173976CA11', txOverrides: {} @@ -43,8 +41,7 @@ export const chains: Chains = { 'https://mainnet.optimism.io' ], explorerUrls: ['https://optimistic.etherscan.io'], - // This is a placeholder subgraph URL. The API key will be removed - subgraphUrl: 'https://gateway-arbitrum.network.thegraph.com/api/7b8d7c8ccda8d3128cb383b5ec8e61a1/subgraphs/id/GUb7jdSZ3qAUxA7q4GSzVQKVLdGuePhh8UvQLLDGpPZK', + subgraphUrl: 'https://subgraph.hop.exchange/optimism', etherscanApiUrl: 'https://api-optimistic.etherscan.io', multicall: '0xcA11bde05977b3631167028862bE2a173976CA11', txOverrides: {} @@ -60,7 +57,7 @@ export const chains: Chains = { ], explorerUrls: ['https://gnosisscan.io'], // This is a placeholder subgraph URL. The API key will be removed - subgraphUrl: 'https://gateway-arbitrum.network.thegraph.com/api/da7eff85b91ed0e2f7c46653068050b3/subgraphs/id/GcYkjMbTYYbarjoY99kQJZEUAv1rxQPJiWPcZhBpYSC1', + subgraphUrl: 'https://subgraph.hop.exchange/gnosis', etherscanApiUrl: 'https://api.gnosisscan.io', multicall: '0xcA11bde05977b3631167028862bE2a173976CA11', txOverrides: { @@ -76,8 +73,7 @@ export const chains: Chains = { 'https://rpc.ankr.com/polygon' ], explorerUrls: ['https://polygonscan.com'], - // This is a placeholder subgraph URL. The API key will be removed - subgraphUrl: 'https://gateway-arbitrum.network.thegraph.com/api/22e2ed843249e40568457e147dd4eb0b/subgraphs/id/37p7BEvXpZ72URtNZtHHW7pTqzmqyT9XmxvKHj6DGJmy', + subgraphUrl: 'https://subgraph.hop.exchange/polygon', etherscanApiUrl: 'https://api.polygonscan.com', txOverrides: { // Not all Polygon nodes follow recommended 30 Gwei gasPrice @@ -94,7 +90,7 @@ export const chains: Chains = { publicRpcUrl: 'https://nova.arbitrum.io/rpc', fallbackPublicRpcUrls: [], explorerUrls: ['https://nova.arbiscan.io'], - subgraphUrl: 'https://nova.subgraph.hop.exchange/subgraphs/name/hop-protocol/hop-nova', + subgraphUrl: 'https://subgraph.hop.exchange/nova', etherscanApiUrl: 'https://api-nova.arbiscan.io', multicall: '0xcA11bde05977b3631167028862bE2a173976CA11', txOverrides: {} @@ -106,8 +102,7 @@ export const chains: Chains = { publicRpcUrl: 'https://mainnet.base.org', fallbackPublicRpcUrls: [], explorerUrls: ['https://basescan.org'], - // This is a placeholder subgraph URL. The API key will be removed - subgraphUrl: 'https://gateway-arbitrum.network.thegraph.com/api/a0b705b1b518cb9a649b8eb0fa484d6b/subgraphs/id/Be1kFUUP7S7JTyF2KUqpGVkWfFhhZgq69SpgWYDkD5px', + subgraphUrl: 'https://subgraph.hop.exchange/base', etherscanApiUrl: 'https://api.basescan.org', multicall: '0xca11bde05977b3631167028862be2a173976ca11', txOverrides: {} @@ -119,7 +114,7 @@ export const chains: Chains = { publicRpcUrl: 'https://rpc.linea.build', fallbackPublicRpcUrls: [], explorerUrls: ['https://lineascan.build/'], - subgraphUrl: 'https://linea.subgraph.hop.exchange/subgraphs/name/hop-protocol/hop-linea', + subgraphUrl: 'https://subgraph.hop.exchange/linea', etherscanApiUrl: 'https://api.lineascan.build', multicall: '0xcA11bde05977b3631167028862bE2a173976CA11', txOverrides: {} @@ -131,7 +126,7 @@ export const chains: Chains = { publicRpcUrl: 'https://zkevm-rpc.com', fallbackPublicRpcUrls: [], explorerUrls: ['https://zkevm.polygonscan.com/'], - subgraphUrl: 'https://polygonzk.subgraph.hop.exchange/subgraphs/name/hop-protocol/hop-polygonzk', + subgraphUrl: 'https://subgraph.hop.exchange/polygonzk', etherscanApiUrl: 'https://api-zkevm.polygonscan.com', multicall: '0xcA11bde05977b3631167028862bE2a173976CA11', txOverrides: {} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bd0ee8609c..9cad6cadeb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2700,8 +2700,8 @@ packages: '@types/react': optional: true - '@mui/core-downloads-tracker@5.15.18': - resolution: {integrity: sha512-/9pVk+Al8qxAjwFUADv4BRZgMpZM4m5E+2Q/20qhVPuIJWqKp4Ie4tGExac6zu93rgPTYVQGgu+1vjiT0E+cEw==} + '@mui/core-downloads-tracker@5.15.19': + resolution: {integrity: sha512-tCHSi/Tomez9ERynFhZRvFO6n9ATyrPs+2N80DMDzp6xDVirbBjEwhPcE+x7Lj+nwYw0SqFkOxyvMP0irnm55w==} '@mui/icons-material@5.11.0': resolution: {integrity: sha512-I2LaOKqO8a0xcLGtIozC9xoXjZAto5G5gh0FYUMAlbsIHNHIjn4Xrw9rvjY20vZonyiGrZNMAlAXYkY6JvhF6A==} @@ -3816,8 +3816,8 @@ packages: '@types/ethereum-block-by-date@1.4.1': resolution: {integrity: sha512-TNOlViB9QbX24aJCYgJmVjIPvKqtYWUrv6nuAOA7WMFMpwXOEfZ9y5bnCNw+yvlggByFAaS5A/URIkX75TxWgg==} - '@types/express-serve-static-core@4.19.1': - resolution: {integrity: sha512-ej0phymbFLoCB26dbbq5PGScsf2JAJ4IJHjG10LalgUV36XKTmA4GdA+PVllKvRk0sEKt64X8975qFnkSi0hqA==} + '@types/express-serve-static-core@4.19.2': + resolution: {integrity: sha512-dPSEQElyVJ97BuGduAqQjpBocZWAs0GR94z+ptL7JXQJeJdHw2WBG3EWdFrK36b8Q6j8P4cXOMhgUoi0IIfIsg==} '@types/express@4.17.13': resolution: {integrity: sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==} @@ -4223,14 +4223,14 @@ packages: peerDependencies: vite: ^4.2.0 || ^5.0.0 - '@walletconnect/core@2.13.0': - resolution: {integrity: sha512-blDuZxQenjeXcVJvHxPznTNl6c/2DO4VNrFnus+qHmO6OtT5lZRowdMtlCaCNb1q0OxzgrmBDcTOCbFcCpio/g==} + '@walletconnect/core@2.13.1': + resolution: {integrity: sha512-h0MSYKJu9i1VEs5koCTT7c5YeQ1Kj0ncTFiMqANbDnB1r3mBulXn+FKtZ2fCmf1j7KDpgluuUzpSs+sQfPcv4Q==} '@walletconnect/environment@1.0.1': resolution: {integrity: sha512-T426LLZtHj8e8rYnKfzsw1aG6+M0BT1ZxayMdv/p8yM0MU+eJDISqNY3/bccxRr4LrF9csq02Rhqt08Ibl0VRg==} - '@walletconnect/ethereum-provider@2.13.0': - resolution: {integrity: sha512-dnpW8mmLpWl1AZUYGYZpaAfGw1HFkL0WSlhk5xekx3IJJKn4pLacX2QeIOo0iNkzNQxZfux1AK4Grl1DvtzZEA==} + '@walletconnect/ethereum-provider@2.13.1': + resolution: {integrity: sha512-bHJVqb++GrrMGlapsbSvvIyBlwulMGZEx6N5xwAl6ImPVzbDN0g0XmibNkjzJXVsi/+/d0R/HmKS1WyJQSNx3w==} '@walletconnect/events@1.0.1': resolution: {integrity: sha512-NPTqaoi0oPBVNuLv7qPaJazmGHs5JGyO8eEAk5VGKmJzDR7AHzD4k6ilox5kxk1iwiOnFopBOOMLs86Oa76HpQ==} @@ -4282,20 +4282,20 @@ packages: '@walletconnect/safe-json@1.0.2': resolution: {integrity: sha512-Ogb7I27kZ3LPC3ibn8ldyUr5544t3/STow9+lzz7Sfo808YD7SBWk7SAsdBFlYgP2zDRy2hS3sKRcuSRM0OTmA==} - '@walletconnect/sign-client@2.13.0': - resolution: {integrity: sha512-En7KSvNUlQFx20IsYGsFgkNJ2lpvDvRsSFOT5PTdGskwCkUfOpB33SQJ6nCrN19gyoKPNvWg80Cy6MJI0TjNYA==} + '@walletconnect/sign-client@2.13.1': + resolution: {integrity: sha512-e+dcqcLsedB4ZjnePFM5Cy8oxu0dyz5iZfhfKH/MOrQV/hyhZ+hJwh4MmkO2QyEu2PERKs9o2Uc6x8RZdi0UAQ==} '@walletconnect/time@1.0.2': resolution: {integrity: sha512-uzdd9woDcJ1AaBZRhqy5rNC9laqWGErfc4dxA9a87mPdKOgWMD85mcFo9dIYIts/Jwocfwn07EC6EzclKubk/g==} - '@walletconnect/types@2.13.0': - resolution: {integrity: sha512-MWaVT0FkZwzYbD3tvk8F+2qpPlz1LUSWHuqbINUtMXnSzJtXN49Y99fR7FuBhNFtDalfuWsEK17GrNA+KnAsPQ==} + '@walletconnect/types@2.13.1': + resolution: {integrity: sha512-CIrdt66d38xdunGCy5peOOP17EQkCEGKweXc3+Gn/RWeSiRU35I7wjC/Bp4iWcgAQ6iBTZv4jGGST5XyrOp+Pg==} - '@walletconnect/universal-provider@2.13.0': - resolution: {integrity: sha512-B5QvO8pnk5Bqn4aIt0OukGEQn2Auk9VbHfhQb9cGwgmSCd1GlprX/Qblu4gyT5+TjHMb1Gz5UssUaZWTWbDhBg==} + '@walletconnect/universal-provider@2.13.1': + resolution: {integrity: sha512-A/6WysrvzXWtYD933PKjJlj7PGtOWdkwKeRDiD6JEVk5fQ+DQ1x0p5qcUhaa57r3S0p559YvRNvHFFjx+PpMqA==} - '@walletconnect/utils@2.13.0': - resolution: {integrity: sha512-q1eDCsRHj5iLe7fF8RroGoPZpdo2CYMZzQSrw1iqL+2+GOeqapxxuJ1vaJkmDUkwgklfB22ufqG6KQnz78sD4w==} + '@walletconnect/utils@2.13.1': + resolution: {integrity: sha512-EcooXXlqy5hk9hy/nK2wBF/qxe7HjH0K8ZHzjKkXRkwAE5pCvy0IGXIXWmUR9sw8LFJEqZyd8rZdWLKNUe8hqA==} '@walletconnect/window-getters@1.0.1': resolution: {integrity: sha512-vHp+HqzGxORPAN8gY03qnbTMnhqIwjeRJNOMOAzePRg4xVEEE2WvYsI9G2NMjOknA8hnuYbU3/hwLcKbjhc8+Q==} @@ -4904,8 +4904,8 @@ packages: camelize@1.0.1: resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==} - caniuse-lite@1.0.30001621: - resolution: {integrity: sha512-+NLXZiviFFKX0fk8Piwv3PfLPGtRqJeq2TiNoUff/qB5KJgwecJTvCXDpmlyP/eCI/GUEmp/h/y5j0yckiiZrA==} + caniuse-lite@1.0.30001625: + resolution: {integrity: sha512-4KE9N2gcRH+HQhpeiRZXd+1niLB/XNLAhSy4z7fI8EzcbcPoAqjNInxVHTiTwWfTIV4w096XG8OtCOCQQKPv3w==} caseless@0.12.0: resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==} @@ -5562,8 +5562,8 @@ packages: ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - electron-to-chromium@1.4.782: - resolution: {integrity: sha512-JUfU61e8tr+i5Y1FKXcKs+Xe+rJ+CEqm4cgv1kMihPE2EvYHmYyVr3Im/+1+Z5B29Be2EEGCZCwAc6Tazdl1Yg==} + electron-to-chromium@1.4.786: + resolution: {integrity: sha512-i/A2UB0sxYViMN0M2zIotQFRIOt1jLuVXudACHBDiJ5gGuAUzf/crZxwlBTdA0O52Hy4CNtTzS7AKRAacs/08Q==} elliptic@6.5.4: resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==} @@ -6325,13 +6325,16 @@ packages: glob@7.2.0: resolution: {integrity: sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==} + deprecated: Glob versions prior to v9 are no longer supported glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported glob@8.1.0: resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} engines: {node: '>=12'} + deprecated: Glob versions prior to v9 are no longer supported global@4.4.0: resolution: {integrity: sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==} @@ -7319,8 +7322,8 @@ packages: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} engines: {node: '>= 0.8.0'} - libphonenumber-js@1.11.1: - resolution: {integrity: sha512-Wze1LPwcnzvcKGcRHFGFECTaLzxOtujwpf924difr5zniyYv1C2PiW0419qDR7m8lKDxsImu5mwxFuXhXpjmvw==} + libphonenumber-js@1.11.2: + resolution: {integrity: sha512-V9mGLlaXN1WETzqQvSu6qf6XVAr3nFuJvWsHcuzCCCo6xUKawwSxOPTpan5CGOSKTn5w/bQuCZcLPJkyysgC3w==} lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} @@ -7964,8 +7967,8 @@ packages: node-abi@2.30.1: resolution: {integrity: sha512-/2D0wOQPgaUWzVSVgRMx+trKJRC2UG4SUc4oCJoXx9Uxjtp0Vy3/kt7zcbxHF8+Z/pK3UloLWzBISg72brfy1w==} - node-abi@3.62.0: - resolution: {integrity: sha512-CPMcGa+y33xuL1E0TcNIu4YyaZCxnnvkVaEXrsosR3FxN+fV8xvb7Mzpb7IgKler10qeMkE6+Dp8qJhpzdq35g==} + node-abi@3.63.0: + resolution: {integrity: sha512-vAszCsOUrUxjGAmdnM/pq7gUgie0IRteCQMX6d4A534fQCR93EJU5qgzBvU6EkFfK27s0T3HEV3BOyJIr7OMYw==} engines: {node: '>=10'} node-addon-api@2.0.2: @@ -8948,6 +8951,7 @@ packages: rimraf@2.7.1: resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} + deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true rimraf@3.0.2: @@ -13877,7 +13881,7 @@ snapshots: optionalDependencies: '@types/react': 18.2.73 - '@mui/core-downloads-tracker@5.15.18': {} + '@mui/core-downloads-tracker@5.15.19': {} '@mui/icons-material@5.11.0(@mui/material@5.11.8(@emotion/react@11.10.5(@babel/core@7.24.6)(@types/react@18.2.73)(react@18.2.0))(@emotion/styled@11.11.0(@emotion/react@11.10.5(@babel/core@7.24.6)(@types/react@18.2.73)(react@18.2.0))(@types/react@18.2.73)(react@18.2.0))(@types/react@18.2.73)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.73)(react@18.2.0)': dependencies: @@ -13964,7 +13968,7 @@ snapshots: dependencies: '@babel/runtime': 7.24.6 '@mui/base': 5.0.0-alpha.117(@types/react@18.2.73)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@mui/core-downloads-tracker': 5.15.18 + '@mui/core-downloads-tracker': 5.15.19 '@mui/system': 5.15.6(@emotion/react@11.10.5(@babel/core@7.24.6)(@types/react@18.2.73)(react@18.2.0))(@emotion/styled@11.11.0(@emotion/react@11.10.5(@babel/core@7.24.6)(@types/react@18.2.73)(react@18.2.0))(@types/react@18.2.73)(react@18.2.0))(@types/react@18.2.73)(react@18.2.0) '@mui/types': 7.2.14(@types/react@18.2.73) '@mui/utils': 5.15.14(@types/react@18.2.73)(react@18.2.0) @@ -13985,7 +13989,7 @@ snapshots: dependencies: '@babel/runtime': 7.24.6 '@mui/base': 5.0.0-beta.33(@types/react@18.2.73)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@mui/core-downloads-tracker': 5.15.18 + '@mui/core-downloads-tracker': 5.15.19 '@mui/system': 5.15.6(@emotion/react@11.10.5(@babel/core@7.24.6)(@types/react@18.2.73)(react@18.2.0))(@emotion/styled@11.11.0(@emotion/react@11.10.5(@babel/core@7.24.6)(@types/react@18.2.73)(react@18.2.0))(@types/react@18.2.73)(react@18.2.0))(@types/react@18.2.73)(react@18.2.0) '@mui/types': 7.2.14(@types/react@18.2.73) '@mui/utils': 5.15.14(@types/react@18.2.73)(react@18.2.0) @@ -14006,7 +14010,7 @@ snapshots: dependencies: '@babel/runtime': 7.24.6 '@mui/base': 5.0.0-beta.33(@types/react@18.2.73)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@mui/core-downloads-tracker': 5.15.18 + '@mui/core-downloads-tracker': 5.15.19 '@mui/system': 5.15.6(@emotion/react@11.5.0(@babel/core@7.24.6)(@types/react@18.2.73)(react@18.2.0))(@emotion/styled@11.11.0(@emotion/react@11.5.0(@babel/core@7.24.6)(@types/react@18.2.73)(react@18.2.0))(@types/react@18.2.73)(react@18.2.0))(@types/react@18.2.73)(react@18.2.0) '@mui/types': 7.2.14(@types/react@18.2.73) '@mui/utils': 5.15.14(@types/react@18.2.73)(react@18.2.0) @@ -15147,7 +15151,7 @@ snapshots: - supports-color - utf-8-validate - '@types/express-serve-static-core@4.19.1': + '@types/express-serve-static-core@4.19.2': dependencies: '@types/node': 20.12.7 '@types/qs': 6.9.11 @@ -15157,7 +15161,7 @@ snapshots: '@types/express@4.17.13': dependencies: '@types/body-parser': 1.19.5 - '@types/express-serve-static-core': 4.19.1 + '@types/express-serve-static-core': 4.19.2 '@types/qs': 6.9.11 '@types/serve-static': 1.15.7 @@ -15657,7 +15661,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@walletconnect/core@2.13.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)': + '@walletconnect/core@2.13.1(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)': dependencies: '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-provider': 1.0.14 @@ -15670,8 +15674,8 @@ snapshots: '@walletconnect/relay-auth': 1.0.4 '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.13.0 - '@walletconnect/utils': 2.13.0 + '@walletconnect/types': 2.13.1 + '@walletconnect/utils': 2.13.1 events: 3.3.0 isomorphic-unfetch: 3.1.0(encoding@0.1.13) lodash.isequal: 4.5.0 @@ -15699,17 +15703,17 @@ snapshots: dependencies: tslib: 1.14.1 - '@walletconnect/ethereum-provider@2.13.0(@types/react@18.2.73)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.2.0)(utf-8-validate@5.0.10)': + '@walletconnect/ethereum-provider@2.13.1(@types/react@18.2.73)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.2.0)(utf-8-validate@5.0.10)': dependencies: '@walletconnect/jsonrpc-http-connection': 1.0.8(encoding@0.1.13) '@walletconnect/jsonrpc-provider': 1.0.14 '@walletconnect/jsonrpc-types': 1.0.4 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/modal': 2.6.2(@types/react@18.2.73)(react@18.2.0) - '@walletconnect/sign-client': 2.13.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) - '@walletconnect/types': 2.13.0 - '@walletconnect/universal-provider': 2.13.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) - '@walletconnect/utils': 2.13.0 + '@walletconnect/sign-client': 2.13.1(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + '@walletconnect/types': 2.13.1 + '@walletconnect/universal-provider': 2.13.1(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + '@walletconnect/utils': 2.13.1 events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -15846,16 +15850,16 @@ snapshots: dependencies: tslib: 1.14.1 - '@walletconnect/sign-client@2.13.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)': + '@walletconnect/sign-client@2.13.1(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)': dependencies: - '@walletconnect/core': 2.13.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + '@walletconnect/core': 2.13.1(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/logger': 2.1.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.13.0 - '@walletconnect/utils': 2.13.0 + '@walletconnect/types': 2.13.1 + '@walletconnect/utils': 2.13.1 events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -15880,7 +15884,7 @@ snapshots: dependencies: tslib: 1.14.1 - '@walletconnect/types@2.13.0': + '@walletconnect/types@2.13.1': dependencies: '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.2 @@ -15904,16 +15908,16 @@ snapshots: - ioredis - uWebSockets.js - '@walletconnect/universal-provider@2.13.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)': + '@walletconnect/universal-provider@2.13.1(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)': dependencies: '@walletconnect/jsonrpc-http-connection': 1.0.8(encoding@0.1.13) '@walletconnect/jsonrpc-provider': 1.0.14 '@walletconnect/jsonrpc-types': 1.0.4 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/logger': 2.1.2 - '@walletconnect/sign-client': 2.13.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) - '@walletconnect/types': 2.13.0 - '@walletconnect/utils': 2.13.0 + '@walletconnect/sign-client': 2.13.1(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + '@walletconnect/types': 2.13.1 + '@walletconnect/utils': 2.13.1 events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -15934,7 +15938,7 @@ snapshots: - uWebSockets.js - utf-8-validate - '@walletconnect/utils@2.13.0': + '@walletconnect/utils@2.13.1': dependencies: '@stablelib/chacha20poly1305': 1.0.1 '@stablelib/hkdf': 1.0.1 @@ -15944,7 +15948,7 @@ snapshots: '@walletconnect/relay-api': 1.0.10 '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.13.0 + '@walletconnect/types': 2.13.1 '@walletconnect/window-getters': 1.0.1 '@walletconnect/window-metadata': 1.0.1 detect-browser: 5.3.0 @@ -16078,7 +16082,7 @@ snapshots: '@web3-react/walletconnect-v2@8.5.1(@types/react@18.2.73)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.2.0)(utf-8-validate@5.0.10)': dependencies: - '@walletconnect/ethereum-provider': 2.13.0(@types/react@18.2.73)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.2.0)(utf-8-validate@5.0.10) + '@walletconnect/ethereum-provider': 2.13.1(@types/react@18.2.73)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.2.0)(utf-8-validate@5.0.10) '@walletconnect/modal': 2.6.2(@types/react@18.2.73)(react@18.2.0) '@web3-react/types': 8.2.3(@types/react@18.2.73)(react@18.2.0) eventemitter3: 4.0.7 @@ -16700,8 +16704,8 @@ snapshots: browserslist@4.23.0: dependencies: - caniuse-lite: 1.0.30001621 - electron-to-chromium: 1.4.782 + caniuse-lite: 1.0.30001625 + electron-to-chromium: 1.4.786 node-releases: 2.0.14 update-browserslist-db: 1.0.16(browserslist@4.23.0) @@ -16811,7 +16815,7 @@ snapshots: camelize@1.0.1: {} - caniuse-lite@1.0.30001621: {} + caniuse-lite@1.0.30001625: {} caseless@0.12.0: {} @@ -16923,7 +16927,7 @@ snapshots: class-validator@0.14.1: dependencies: '@types/validator': 13.11.10 - libphonenumber-js: 1.11.1 + libphonenumber-js: 1.11.2 validator: 13.12.0 classic-level@1.4.1: @@ -17487,7 +17491,7 @@ snapshots: ee-first@1.1.1: {} - electron-to-chromium@1.4.782: {} + electron-to-chromium@1.4.786: {} elliptic@6.5.4: dependencies: @@ -20146,7 +20150,7 @@ snapshots: prelude-ls: 1.2.1 type-check: 0.4.0 - libphonenumber-js@1.11.1: {} + libphonenumber-js@1.11.2: {} lines-and-columns@1.2.4: {} @@ -21018,7 +21022,7 @@ snapshots: '@next/env': 14.1.1 '@swc/helpers': 0.5.2 busboy: 1.6.0 - caniuse-lite: 1.0.30001621 + caniuse-lite: 1.0.30001625 graceful-fs: 4.2.11 postcss: 8.4.31 react: 18.2.0 @@ -21049,7 +21053,7 @@ snapshots: semver: 5.7.2 optional: true - node-abi@3.62.0: + node-abi@3.63.0: dependencies: semver: 7.6.2 @@ -21641,7 +21645,7 @@ snapshots: minimist: 1.2.8 mkdirp-classic: 0.5.3 napi-build-utils: 1.0.2 - node-abi: 3.62.0 + node-abi: 3.63.0 pump: 3.0.0 rc: 1.2.8 simple-get: 4.0.1 From f8dbc4d8b892f329e7fff7698c5fc452942d3a9b Mon Sep 17 00:00:00 2001 From: Shane Fontaine <9441295+shanefontaine@users.noreply.github.com> Date: Thu, 30 May 2024 10:50:58 -0700 Subject: [PATCH 3/4] hn: bump --- packages/hop-node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hop-node/package.json b/packages/hop-node/package.json index 867b413fb4..dc6c727fc6 100644 --- a/packages/hop-node/package.json +++ b/packages/hop-node/package.json @@ -1,6 +1,6 @@ { "name": "@hop-protocol/hop-node", - "version": "0.0.17", + "version": "0.0.18", "description": "The V1 Hop Node for Hop Protocol", "author": "Authereum Labs, Inc.", "license": "MIT", From 6ba14dcc5ad4d3544fbe6676909d2eea617ac9fc Mon Sep 17 00:00:00 2001 From: Shane Fontaine <9441295+shanefontaine@users.noreply.github.com> Date: Thu, 30 May 2024 11:01:48 -0700 Subject: [PATCH 4/4] ops: updated webhook --- ops/webhooks/webhook_postreceive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/webhooks/webhook_postreceive.sh b/ops/webhooks/webhook_postreceive.sh index 91e4f762d4..accaab15f4 100755 --- a/ops/webhooks/webhook_postreceive.sh +++ b/ops/webhooks/webhook_postreceive.sh @@ -10,7 +10,7 @@ set -o pipefail payload=$(