Skip to content

Commit

Permalink
sdk: update subgraph url and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed May 28, 2024
1 parent 7c9d91f commit deea01c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
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.33",
"version": "0.0.34",
"description": "The v1 Hop Protocol TypeScript SDK",
"author": "Authereum Labs, Inc.",
"license": "MIT",
Expand Down
6 changes: 4 additions & 2 deletions packages/sdk/src/chains/networks/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export const chains: Chains = {
'https://rpc.ankr.com/eth'
],
explorerUrls: ['https://etherscan.io'],
subgraphUrl: 'https://api.thegraph.com/subgraphs/name/hop-protocol/hop-mainnet',
// This is a placeholder subgraph URL. The API key will be removed
subgraphUrl: 'https://gateway-arbitrum.network.thegraph.com/api/99487c5cbef9975e23a0ba6bacf5ef15/subgraphs/id/E9ars1Dv5NR4n7h6zj1NE9HNKcN6PCFYc38duwXfruCN',
etherscanApiUrl: 'https://api.etherscan.io',
multicall: '0xcA11bde05977b3631167028862bE2a173976CA11',
txOverrides: {}
Expand All @@ -26,7 +27,8 @@ export const chains: Chains = {
'https://rpc.ankr.com/arbitrum'
],
explorerUrls: ['https://arbiscan.io'],
subgraphUrl: 'https://api.thegraph.com/subgraphs/name/hop-protocol/hop-arbitrum',
// This is a placeholder subgraph URL. The API key will be removed
subgraphUrl: 'https://gateway-arbitrum.network.thegraph.com/api/db2f8ed6991204cb18efb068454552d7/subgraphs/id/FBJtdRbCYDeQKbth5KTpqN3RXCRhGSg3bdiZVGUv7Vx4',
etherscanApiUrl: 'https://api.arbiscan.io',
multicall: '0xcA11bde05977b3631167028862bE2a173976CA11',
txOverrides: {}
Expand Down

0 comments on commit deea01c

Please sign in to comment.