Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:hop-exchange/hop into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Jun 5, 2024
2 parents f37dca9 + 6ba14dc commit 4a170c0
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 77 deletions.
2 changes: 1 addition & 1 deletion ops/webhooks/webhook_postreceive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -o pipefail
payload=$(</dev/stdin)

# Define Github Constants
GITHUB_WORKFLOW_JOB_NAME="publish-docker ($DOCKER_IMAGE_NAME)"
GITHUB_WORKFLOW_JOB_NAME="Publish Docker ($DOCKER_IMAGE_NAME)"
GITHUB_WORKFLOW_JOB_STEP_NAME="Publish Docker Image (latest)"

# Extract branch and build status from payload
Expand Down
2 changes: 1 addition & 1 deletion packages/explorer-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hop-protocol/explorer-backend",
"version": "0.0.10",
"version": "0.0.11",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hop-node/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
23 changes: 9 additions & 14 deletions packages/sdk/src/chains/networks/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand All @@ -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: {}
Expand All @@ -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: {}
Expand All @@ -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: {
Expand All @@ -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
Expand All @@ -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: {}
Expand All @@ -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: {}
Expand All @@ -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: {}
Expand All @@ -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: {}
Expand Down
Loading

0 comments on commit 4a170c0

Please sign in to comment.