diff --git a/packages/docs-site/src/assets/content/docs/network-reference/proof-tier-config-mn.webp b/packages/docs-site/src/assets/content/docs/network-reference/proof-tier-config-mn.webp index 1200168191e..42b50901739 100644 Binary files a/packages/docs-site/src/assets/content/docs/network-reference/proof-tier-config-mn.webp and b/packages/docs-site/src/assets/content/docs/network-reference/proof-tier-config-mn.webp differ diff --git a/packages/docs-site/src/content/docs/network-reference/network-configuration.mdx b/packages/docs-site/src/content/docs/network-reference/network-configuration.mdx index cb9231207b2..afa5f8e0fdd 100644 --- a/packages/docs-site/src/content/docs/network-reference/network-configuration.mdx +++ b/packages/docs-site/src/content/docs/network-reference/network-configuration.mdx @@ -13,7 +13,7 @@ The cooldown window describes how long after the proof has been provided that th The proving window describes how long a prover has to provide a proof for a block after they have been assigned the block (i.e. a block has been proposed with them as the assigned prover). -You can find all the corresponding values below in the above link too! +You can find all the corresponding values below in the [deployed TierProviderBase contract](https://github.com/taikoxyz/taiko-mono/blob/main/packages/protocol/deployments/mainnet-contract-logs-L1.md#tier_router)! | Tier | Cooldown Window | Proving Window | Bond | | ----------------- | --------------- | -------------- | --------- | @@ -26,7 +26,7 @@ You can find all the corresponding values below in the above link too! ## Tier configuration (Mainnet) -You can view the full `MainnetTierRouter` tier configuration [here](https://etherscan.io/address/0x8f1C1D58C858e9a9eeCc587d7D51AECfd16b5542#code): +You can view the full `MainnetTierRouter` tier configuration [here](https://etherscan.io/address/0x394E30d83d020469a1F8b16E89D7fD5FdB1935b0#code): ![mainnet proof tiers](~/assets/content/docs/network-reference/proof-tier-config-mn.webp)