Skip to content

Commit

Permalink
Add tenderly spock URL
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgoth committed Apr 24, 2024
1 parent d08bcb5 commit 886da40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions modules/gql/gql.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const LOCAL_SPOCK_URL = 'http://localhost:3001/v1';
export const GOERLI_SPOCK_URL = 'https://pollingdb2-goerli-staging.makerdux.com/api/v1';
export const STAGING_MAINNET_SPOCK_URL = 'https://pollingdb2-mainnet-staging.makerdux.com/api/v1';
export const MAINNET_SPOCK_URL = 'https://pollingdb2-mainnet-prod.makerdux.com/api/v1';
export const TENDERLY_SPOCK_URL = 'https://pollingdb2-tenderly-staging.makerdux.com/api/v1';

export enum QueryFilterNames {
Active = 'active',
Expand Down
5 changes: 3 additions & 2 deletions modules/web3/constants/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import {
MAINNET_SPOCK_URL,
STAGING_MAINNET_SPOCK_URL,
GOERLI_SPOCK_URL,
LOCAL_SPOCK_URL
LOCAL_SPOCK_URL,
TENDERLY_SPOCK_URL
} from 'modules/gql/gql.constants';

export enum SupportedConnectors {
Expand Down Expand Up @@ -128,7 +129,7 @@ export const CHAIN_INFO: ChainInfo = {
type: 'normal',
network: SupportedNetworks.TENDERLY,
defaultRpc: NodeProviders.TENDERLY,
spockUrl: STAGING_MAINNET_SPOCK_URL,
spockUrl: TENDERLY_SPOCK_URL,
rpcs: {
[NodeProviders.TENDERLY]: `https://virtual.mainnet.rpc.tenderly.co/${config.TENDERLY_RPC_KEY}`
},
Expand Down

0 comments on commit 886da40

Please sign in to comment.