Skip to content

Commit

Permalink
sdk: update base subgraph url and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed May 22, 2024
1 parent 240dc88 commit ead6b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.11",
"version": "0.0.12",
"description": "The v1 Hop Protocol TypeScript SDK",
"author": "Authereum Labs, Inc.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/src/chains/networks/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const chains: Chains = {
publicRpcUrl: 'https://mainnet.base.org',
fallbackPublicRpcUrls: [],
explorerUrls: ['https://basescan.org'],
subgraphUrl: 'https://api.thegraph.com/subgraphs/name/hop-protocol/hop-base',
subgraphUrl: 'https://gateway-arbitrum.network.thegraph.com/api/8746007881f545ae41f5f0f632254737/subgraphs/id/Be1kFUUP7S7JTyF2KUqpGVkWfFhhZgq69SpgWYDkD5px',
etherscanApiUrl: 'https://api.basescan.org',
multicall: '0xca11bde05977b3631167028862be2a173976ca11',
txOverrides: {}
Expand Down

0 comments on commit ead6b70

Please sign in to comment.