Skip to content

Commit

Permalink
feat: migrate rest of L2s from tenderly API to tenderly node on 20% (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 authored Dec 11, 2024
1 parent 9d0fc74 commit 14a95db
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/util/tenderlyNewEndpointRolloutPercent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ export const TENDERLY_NEW_ENDPOINT_ROLLOUT_PERCENT: { [chain in ChainId]: number
[ChainId.MAINNET]: 100,
[ChainId.GOERLI]: 0,
[ChainId.SEPOLIA]: 0,
[ChainId.OPTIMISM]: 1,
[ChainId.OPTIMISM]: 20,
[ChainId.OPTIMISM_GOERLI]: 0,
[ChainId.OPTIMISM_SEPOLIA]: 0,
[ChainId.ARBITRUM_ONE]: 1,
[ChainId.ARBITRUM_ONE]: 20,
[ChainId.ARBITRUM_GOERLI]: 0,
[ChainId.ARBITRUM_SEPOLIA]: 0,
[ChainId.POLYGON]: 1,
[ChainId.POLYGON]: 20,
[ChainId.POLYGON_MUMBAI]: 0,
[ChainId.CELO]: 0,
[ChainId.CELO_ALFAJORES]: 0,
[ChainId.GNOSIS]: 0,
[ChainId.MOONBEAM]: 0,
[ChainId.BNB]: 0,
[ChainId.AVALANCHE]: 1,
[ChainId.AVALANCHE]: 20,
[ChainId.BASE_GOERLI]: 0,
[ChainId.BASE]: 100,
[ChainId.ZORA]: 0,
[ChainId.ZORA_SEPOLIA]: 0,
[ChainId.ROOTSTOCK]: 0,
[ChainId.BLAST]: 1,
[ChainId.BLAST]: 20,
[ChainId.ZKSYNC]: 0,
[ChainId.WORLDCHAIN]: 1,
[ChainId.WORLDCHAIN]: 20,
[ChainId.ASTROCHAIN_SEPOLIA]: 0,
}

0 comments on commit 14a95db

Please sign in to comment.