Skip to content

Commit

Permalink
feat: migrate 50% of base traffic to new tenderly sim endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Nov 8, 2024
1 parent 8c6c4c3 commit aeb4c07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ const jsonRpcProviders = {
QUICKNODE_324: process.env.QUICKNODE_324!,
ALCHEMY_324: process.env.ALCHEMY_324!,
// WorldChain,
QUICKNODE_480: process.env.QUICKNODE_480!,
QUICKNODE_480: 'young-yolo-morning,9f38732446ab3341ee9632d3567d4d6621cd6bd9',
// AstroChain Sepolia,
QUICKNODE_1301: process.env.QUICKNODE_1301!,
// unirpc - serves all chains
Expand Down
2 changes: 1 addition & 1 deletion lib/util/tenderlyNewEndpointRolloutPercent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const TENDERLY_NEW_ENDPOINT_ROLLOUT_PERCENT: { [chain in ChainId]: number
[ChainId.BNB]: 0,
[ChainId.AVALANCHE]: 0,
[ChainId.BASE_GOERLI]: 0,
[ChainId.BASE]: 10,
[ChainId.BASE]: 50,
[ChainId.ZORA]: 0,
[ChainId.ZORA_SEPOLIA]: 0,
[ChainId.ROOTSTOCK]: 0,
Expand Down

0 comments on commit aeb4c07

Please sign in to comment.