From 2136439be1938992e3fb4cc78bba9a2959faf297 Mon Sep 17 00:00:00 2001 From: Derrek <80121818+derrekcoleman@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:45:04 -0600 Subject: [PATCH 1/6] Adds Gateway contracts and interlinks with relevant doc pages Change tBTC label to Light Relay Co-authored-by: Greg Hill Typo: extra word --- docs/docs/build/contracts/index.md | 79 +++++++++++++++--------------- 1 file changed, 39 insertions(+), 40 deletions(-) diff --git a/docs/docs/build/contracts/index.md b/docs/docs/build/contracts/index.md index c888430a..61fb8e0e 100644 --- a/docs/docs/build/contracts/index.md +++ b/docs/docs/build/contracts/index.md @@ -2,27 +2,15 @@ ## Mainnets -### Ethereum (L1) +### BOB Core Contracts (L2) -- SystemConfig: [0xaa0A1EfD35d6578ea6B5704dbc2c40B36A55B590](https://etherscan.io/address/0xaa0A1EfD35d6578ea6B5704dbc2c40B36A55B590) -- SystemConfigProxy: [0xACB886b75D76d1c8d9248cFdDfA09b70C71c5393](https://etherscan.io/address/0xACB886b75D76d1c8d9248cFdDfA09b70C71c5393) -- L2OutputOracleProxy: [0xdDa53E23f8a32640b04D7256e651C1db98dB11C1](https://etherscan.io/address/0xdDa53E23f8a32640b04D7256e651C1db98dB11C1) -- OptimismPortal: [0x994e3B01D130944a3E67BFd3B8Fc73069b959FEc](https://etherscan.io/address/0x994e3B01D130944a3E67BFd3B8Fc73069b959FEc) -- OptimismMintableERC20FactoryProxy: [0x5557408ab14013ce9Dbb300dE0D87D386BB09cb6](https://etherscan.io/address/0x5557408ab14013ce9Dbb300dE0D87D386BB09cb6) -- L1StandardBridgeProxy: [0x3F6cE1b36e5120BBc59D0cFe8A5aC8b6464ac1f7](https://etherscan.io/address/0x3F6cE1b36e5120BBc59D0cFe8A5aC8b6464ac1f7) -- L2OutputOracle: [0x59191bD38EBA4a642C9FEc308dc188731b229822](https://etherscan.io/address/0x59191bD38EBA4a642C9FEc308dc188731b229822) -- L1CrossDomainMessengerProxy: [0xE3d981643b806FB8030CDB677D6E60892E547EdA](https://etherscan.io/address/0xE3d981643b806FB8030CDB677D6E60892E547EdA) -- AddressManager: [0xF2dc77c697e892542cC53336178a78Bb313DFDC7](https://etherscan.io/address/0xF2dc77c697e892542cC53336178a78Bb313DFDC7) -- L1CrossDomainMessenger: [0x237853621998a33Fa5B9B820592F4c6f4c158c12](https://etherscan.io/address/0x237853621998a33Fa5B9B820592F4c6f4c158c12) -- ProxyAdmin: [0x0d9f416260598313Be6FDf6B010f2FbC34957Cd0](https://etherscan.io/address/0x0d9f416260598313Be6FDf6B010f2FbC34957Cd0) -- L1ERC721BridgeProxy: [0x5fF93263D5181b2A826f8c51d54BC0da2d20D50a](https://etherscan.io/address/0x5fF93263D5181b2A826f8c51d54BC0da2d20D50a) -- OptimismPortalProxy: [0x8AdeE124447435fE03e3CD24dF3f4cAE32E65a3E](https://etherscan.io/address/0x8AdeE124447435fE03e3CD24dF3f4cAE32E65a3E) -- OptimismMintableERC20Factory: [0x0640c9377a4fAC00225097EACbB0295f4D5fbd76](https://etherscan.io/address/0x0640c9377a4fAC00225097EACbB0295f4D5fbd76) -- L1StandardBridge: [0xEEAfA156A5dd3811Ee0D9F91db57A77eA53A8d31](https://etherscan.io/address/0xEEAfA156A5dd3811Ee0D9F91db57A77eA53A8d31) -- L1ERC721Bridge: [0xA67fc05D295d2Be6bC4cBfad4f880c1c58734212](https://etherscan.io/address/0xA67fc05D295d2Be6bC4cBfad4f880c1c58734212) +- [Light Relay](/docs/build/bob-sdk/relay): [`0x9fe7ef727da3d79e0308ff43f31ea1d077ee9f41`](https://explorer.gobob.xyz/address/0x9fe7ef727da3d79e0308ff43f31ea1d077ee9f41) +- [Gateway](/docs/build/bob-sdk/gateway): [`0xcc2c1d45A3ECeEdec364a6B9e537AE97Fa20bEa7`](https://explorer.gobob.xyz/address/0xcc2c1d45A3ECeEdec364a6B9e537AE97Fa20bEa7) +- [Gateway](/docs/build/bob-sdk/gateway) Registry: [`0xAE6770a207E86FaE3b191564FA55ce7Bfee0Dde9`](https://explorer.gobob.xyz/address/0xAE6770a207E86FaE3b191564FA55ce7Bfee0Dde9) ### BOB Mainnet (L2) +- Multicall3: [`0xcA11bde05977b3631167028862bE2a173976CA11`](https://explorer.gobob.xyz/address/0xcA11bde05977b3631167028862bE2a173976CA11) - WETH9: [`0x4200000000000000000000000000000000000006`](https://explorer.gobob.xyz/address/0x4200000000000000000000000000000000000006) - L2CrossDomainMessenger: [`0x4200000000000000000000000000000000000007`](https://explorer.gobob.xyz/address/0x4200000000000000000000000000000000000007) - L2StandardBridge: [`0x4200000000000000000000000000000000000010`](https://explorer.gobob.xyz/address/0x4200000000000000000000000000000000000010) @@ -39,15 +27,44 @@ - EAS: [`0x4200000000000000000000000000000000000021`](https://explorer.gobob.xyz/address/0x4200000000000000000000000000000000000021) - EASSchemaRegistry: [`0x4200000000000000000000000000000000000020`](https://explorer.gobob.xyz/address/0x4200000000000000000000000000000000000020) -### Multicall3 (L2) +### Ethereum (L1) -- Multicall3: [`0xcA11bde05977b3631167028862bE2a173976CA11`](https://explorer.gobob.xyz/address/0xcA11bde05977b3631167028862bE2a173976CA11) +- SystemConfig: [`0xaa0A1EfD35d6578ea6B5704dbc2c40B36A55B590`](https://etherscan.io/address/0xaa0A1EfD35d6578ea6B5704dbc2c40B36A55B590) +- SystemConfigProxy: [`0xACB886b75D76d1c8d9248cFdDfA09b70C71c5393`](https://etherscan.io/address/0xACB886b75D76d1c8d9248cFdDfA09b70C71c5393) +- L2OutputOracleProxy: [`0xdDa53E23f8a32640b04D7256e651C1db98dB11C1`](https://etherscan.io/address/0xdDa53E23f8a32640b04D7256e651C1db98dB11C1) +- OptimismPortal: [`0x994e3B01D130944a3E67BFd3B8Fc73069b959FEc`](https://etherscan.io/address/0x994e3B01D130944a3E67BFd3B8Fc73069b959FEc) +- OptimismMintableERC20FactoryProxy: [`0x5557408ab14013ce9Dbb300dE0D87D386BB09cb6`](https://etherscan.io/address/0x5557408ab14013ce9Dbb300dE0D87D386BB09cb6) +- L1StandardBridgeProxy: [`0x3F6cE1b36e5120BBc59D0cFe8A5aC8b6464ac1f7`](https://etherscan.io/address/0x3F6cE1b36e5120BBc59D0cFe8A5aC8b6464ac1f7) +- L2OutputOracle: [`0x59191bD38EBA4a642C9FEc308dc188731b229822`](https://etherscan.io/address/0x59191bD38EBA4a642C9FEc308dc188731b229822) +- L1CrossDomainMessengerProxy: [`0xE3d981643b806FB8030CDB677D6E60892E547EdA`](https://etherscan.io/address/0xE3d981643b806FB8030CDB677D6E60892E547EdA) +- AddressManager: [`0xF2dc77c697e892542cC53336178a78Bb313DFDC7`](https://etherscan.io/address/0xF2dc77c697e892542cC53336178a78Bb313DFDC7) +- L1CrossDomainMessenger: [`0x237853621998a33Fa5B9B820592F4c6f4c158c12`](https://etherscan.io/address/0x237853621998a33Fa5B9B820592F4c6f4c158c12) +- ProxyAdmin: [`0x0d9f416260598313Be6FDf6B010f2FbC34957Cd0`](https://etherscan.io/address/0x0d9f416260598313Be6FDf6B010f2FbC34957Cd0) +- L1ERC721BridgeProxy: [`0x5fF93263D5181b2A826f8c51d54BC0da2d20D50a`](https://etherscan.io/address/0x5fF93263D5181b2A826f8c51d54BC0da2d20D50a) +- OptimismPortalProxy: [`0x8AdeE124447435fE03e3CD24dF3f4cAE32E65a3E`](https://etherscan.io/address/0x8AdeE124447435fE03e3CD24dF3f4cAE32E65a3E) +- OptimismMintableERC20Factory: [`0x0640c9377a4fAC00225097EACbB0295f4D5fbd76`](https://etherscan.io/address/0x0640c9377a4fAC00225097EACbB0295f4D5fbd76) +- L1StandardBridge: [`0xEEAfA156A5dd3811Ee0D9F91db57A77eA53A8d31`](https://etherscan.io/address/0xEEAfA156A5dd3811Ee0D9F91db57A77eA53A8d31) +- L1ERC721Bridge: [`0xA67fc05D295d2Be6bC4cBfad4f880c1c58734212`](https://etherscan.io/address/0xA67fc05D295d2Be6bC4cBfad4f880c1c58734212) -### BOB Core Contracts (L2) +## Testnets -- tBTC Relay: [`0x9fe7ef727da3d79e0308ff43f31ea1d077ee9f41`](https://explorer.gobob.xyz/address/0x9fe7ef727da3d79e0308ff43f31ea1d077ee9f41) +### BOB Sepolia (L2) -## Testnets +- WETH9: [`0x4200000000000000000000000000000000000006`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000006) +- L2CrossDomainMessenger: [`0x4200000000000000000000000000000000000007`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000007) +- L2StandardBridge: [`0x4200000000000000000000000000000000000010`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000010) +- SequencerFeeVault: [`0x4200000000000000000000000000000000000011`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000011) +- OptimismMintableERC20Factory: [`0x4200000000000000000000000000000000000012`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000012) +- GasPriceOracle: [`0x420000000000000000000000000000000000000F`](https://bob-sepolia.explorer.gobob.xyz/address/0x420000000000000000000000000000000000000F) +- L1Block: [`0x4200000000000000000000000000000000000015`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000015) +- L2ToL1MessagePasser: [`0x4200000000000000000000000000000000000016`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000016) +- L2ERC721Bridge: [`0x4200000000000000000000000000000000000014`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000014) +- OptimismMintableERC721Factory: [`0x4200000000000000000000000000000000000017`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000017) +- ProxyAdmin: [`0x4200000000000000000000000000000000000018`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000018) +- BaseFeeVault: [`0x4200000000000000000000000000000000000019`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000019) +- L1FeeVault: [`0x420000000000000000000000000000000000001a`](https://bob-sepolia.explorer.gobob.xyz/address/0x420000000000000000000000000000000000001a) +- EAS: [`0x4200000000000000000000000000000000000021`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000021) +- EASSchemaRegistry: [`0x4200000000000000000000000000000000000020`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000020) ### Ethereum Sepolia (L1) @@ -83,21 +100,3 @@ - SystemConfig: [`0xF0CC656eC1a7fE4ed5AfCBAe1516e1309D48a38C`](https://sepolia.etherscan.io/address/0xF0CC656eC1a7fE4ed5AfCBAe1516e1309D48a38C) - SystemConfigProxy: [`0x3974436Fa4BB4Deb5A04ace51A704B10FF5A1f25`](https://sepolia.etherscan.io/address/0x3974436Fa4BB4Deb5A04ace51A704B10FF5A1f25) - SystemOwnerSafe: [`0xD3cAf746F8464686730F70cA33C3083B7796B0E0`](https://sepolia.etherscan.io/address/0xD3cAf746F8464686730F70cA33C3083B7796B0E0) - -### BOB Sepolia (L2) - -- WETH9: [`0x4200000000000000000000000000000000000006`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000006) -- L2CrossDomainMessenger: [`0x4200000000000000000000000000000000000007`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000007) -- L2StandardBridge: [`0x4200000000000000000000000000000000000010`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000010) -- SequencerFeeVault: [`0x4200000000000000000000000000000000000011`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000011) -- OptimismMintableERC20Factory: [`0x4200000000000000000000000000000000000012`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000012) -- GasPriceOracle: [`0x420000000000000000000000000000000000000F`](https://bob-sepolia.explorer.gobob.xyz/address/0x420000000000000000000000000000000000000F) -- L1Block: [`0x4200000000000000000000000000000000000015`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000015) -- L2ToL1MessagePasser: [`0x4200000000000000000000000000000000000016`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000016) -- L2ERC721Bridge: [`0x4200000000000000000000000000000000000014`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000014) -- OptimismMintableERC721Factory: [`0x4200000000000000000000000000000000000017`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000017) -- ProxyAdmin: [`0x4200000000000000000000000000000000000018`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000018) -- BaseFeeVault: [`0x4200000000000000000000000000000000000019`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000019) -- L1FeeVault: [`0x420000000000000000000000000000000000001a`](https://bob-sepolia.explorer.gobob.xyz/address/0x420000000000000000000000000000000000001a) -- EAS: [`0x4200000000000000000000000000000000000021`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000021) -- EASSchemaRegistry: [`0x4200000000000000000000000000000000000020`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000020) From 5e383e3cb7165b16412493e3cfa358bec062303b Mon Sep 17 00:00:00 2001 From: Derrek <80121818+derrekcoleman@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:56:54 -0700 Subject: [PATCH 2/6] Add Registry contracts TODO: Add BOB Sepolia LightRelay.sol address to Sepolia section --- docs/docs/learn/reference/contracts/index.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/docs/learn/reference/contracts/index.md b/docs/docs/learn/reference/contracts/index.md index 61fb8e0e..fc692002 100644 --- a/docs/docs/learn/reference/contracts/index.md +++ b/docs/docs/learn/reference/contracts/index.md @@ -6,7 +6,8 @@ - [Light Relay](/docs/build/bob-sdk/relay): [`0x9fe7ef727da3d79e0308ff43f31ea1d077ee9f41`](https://explorer.gobob.xyz/address/0x9fe7ef727da3d79e0308ff43f31ea1d077ee9f41) - [Gateway](/docs/build/bob-sdk/gateway): [`0xcc2c1d45A3ECeEdec364a6B9e537AE97Fa20bEa7`](https://explorer.gobob.xyz/address/0xcc2c1d45A3ECeEdec364a6B9e537AE97Fa20bEa7) -- [Gateway](/docs/build/bob-sdk/gateway) Registry: [`0xAE6770a207E86FaE3b191564FA55ce7Bfee0Dde9`](https://explorer.gobob.xyz/address/0xAE6770a207E86FaE3b191564FA55ce7Bfee0Dde9) +- GatewayRegistry V2: [`0x37f330e667208633e1da1cf601d01f0ef8484306`](https://explorer.gobob.xyz/address/0x37f330e667208633e1da1cf601d01f0ef8484306) +- GatewayRegistry V3: [`0xAE6770a207E86FaE3b191564FA55ce7Bfee0Dde9`](https://explorer.gobob.xyz/address/0xAE6770a207E86FaE3b191564FA55ce7Bfee0Dde9) ### BOB Mainnet (L2) @@ -48,6 +49,14 @@ ## Testnets +### BOB Sepolia Core Contracts (L2) + + + + +- GatewayRegistry V2: [`0x345f46fdd0adad44ba8e2a65ce6a7ba879f3404e`](https://bob-sepolia.explorer.gobob.xyz/address/0x345f46fdd0adad44ba8e2a65ce6a7ba879f3404e) +- GatewayRegistry V3: [`0xfDFed82309b14b7e3EDfc768Bb5EBF80dDcaFb3A`](https://bob-sepolia.explorer.gobob.xyz/address/0xfDFed82309b14b7e3EDfc768Bb5EBF80dDcaFb3A) + ### BOB Sepolia (L2) - WETH9: [`0x4200000000000000000000000000000000000006`](https://bob-sepolia.explorer.gobob.xyz/address/0x4200000000000000000000000000000000000006) From 2c075fd5082922a85a9c1578b22d2abf097887ed Mon Sep 17 00:00:00 2001 From: Derrek <80121818+derrekcoleman@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:05:52 -0700 Subject: [PATCH 3/6] Fix links for build --- docs/docs/learn/reference/contracts/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/learn/reference/contracts/index.md b/docs/docs/learn/reference/contracts/index.md index fc692002..2952bde6 100644 --- a/docs/docs/learn/reference/contracts/index.md +++ b/docs/docs/learn/reference/contracts/index.md @@ -4,8 +4,8 @@ ### BOB Core Contracts (L2) -- [Light Relay](/docs/build/bob-sdk/relay): [`0x9fe7ef727da3d79e0308ff43f31ea1d077ee9f41`](https://explorer.gobob.xyz/address/0x9fe7ef727da3d79e0308ff43f31ea1d077ee9f41) -- [Gateway](/docs/build/bob-sdk/gateway): [`0xcc2c1d45A3ECeEdec364a6B9e537AE97Fa20bEa7`](https://explorer.gobob.xyz/address/0xcc2c1d45A3ECeEdec364a6B9e537AE97Fa20bEa7) +- [Light Relay](/learn/builder-guides/relay): [`0x9fe7ef727da3d79e0308ff43f31ea1d077ee9f41`](https://explorer.gobob.xyz/address/0x9fe7ef727da3d79e0308ff43f31ea1d077ee9f41) +- [Gateway](/learn/builder-guides/relay): [`0xcc2c1d45A3ECeEdec364a6B9e537AE97Fa20bEa7`](https://explorer.gobob.xyz/address/0xcc2c1d45A3ECeEdec364a6B9e537AE97Fa20bEa7) - GatewayRegistry V2: [`0x37f330e667208633e1da1cf601d01f0ef8484306`](https://explorer.gobob.xyz/address/0x37f330e667208633e1da1cf601d01f0ef8484306) - GatewayRegistry V3: [`0xAE6770a207E86FaE3b191564FA55ce7Bfee0Dde9`](https://explorer.gobob.xyz/address/0xAE6770a207E86FaE3b191564FA55ce7Bfee0Dde9) @@ -52,7 +52,7 @@ ### BOB Sepolia Core Contracts (L2) - + - GatewayRegistry V2: [`0x345f46fdd0adad44ba8e2a65ce6a7ba879f3404e`](https://bob-sepolia.explorer.gobob.xyz/address/0x345f46fdd0adad44ba8e2a65ce6a7ba879f3404e) - GatewayRegistry V3: [`0xfDFed82309b14b7e3EDfc768Bb5EBF80dDcaFb3A`](https://bob-sepolia.explorer.gobob.xyz/address/0xfDFed82309b14b7e3EDfc768Bb5EBF80dDcaFb3A) From 62dff073adc4785516fbeaaf4b61f1b74aa6d141 Mon Sep 17 00:00:00 2001 From: Derrek <80121818+derrekcoleman@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:46:02 -0700 Subject: [PATCH 4/6] Remove link to (particular deployment of) Gateway --- docs/docs/learn/reference/contracts/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/learn/reference/contracts/index.md b/docs/docs/learn/reference/contracts/index.md index 2952bde6..ecb0a035 100644 --- a/docs/docs/learn/reference/contracts/index.md +++ b/docs/docs/learn/reference/contracts/index.md @@ -5,7 +5,6 @@ ### BOB Core Contracts (L2) - [Light Relay](/learn/builder-guides/relay): [`0x9fe7ef727da3d79e0308ff43f31ea1d077ee9f41`](https://explorer.gobob.xyz/address/0x9fe7ef727da3d79e0308ff43f31ea1d077ee9f41) -- [Gateway](/learn/builder-guides/relay): [`0xcc2c1d45A3ECeEdec364a6B9e537AE97Fa20bEa7`](https://explorer.gobob.xyz/address/0xcc2c1d45A3ECeEdec364a6B9e537AE97Fa20bEa7) - GatewayRegistry V2: [`0x37f330e667208633e1da1cf601d01f0ef8484306`](https://explorer.gobob.xyz/address/0x37f330e667208633e1da1cf601d01f0ef8484306) - GatewayRegistry V3: [`0xAE6770a207E86FaE3b191564FA55ce7Bfee0Dde9`](https://explorer.gobob.xyz/address/0xAE6770a207E86FaE3b191564FA55ce7Bfee0Dde9) From b70ed94240fd343dafcbda446be10ed91f6aeb44 Mon Sep 17 00:00:00 2001 From: Derrek <80121818+derrekcoleman@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:52:48 -0700 Subject: [PATCH 5/6] Add TestLightRelay contract --- docs/docs/learn/reference/contracts/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/learn/reference/contracts/index.md b/docs/docs/learn/reference/contracts/index.md index ecb0a035..86b850fc 100644 --- a/docs/docs/learn/reference/contracts/index.md +++ b/docs/docs/learn/reference/contracts/index.md @@ -52,7 +52,7 @@ - +- [TestLightRelay](/learn/builder-guides/relay): [`0x377d6993b848013991e3d8b3028db74ec6fdf03a`](https://bob-sepolia.explorer.gobob.xyz/address/0x377d6993b848013991e3d8b3028db74ec6fdf03a) - GatewayRegistry V2: [`0x345f46fdd0adad44ba8e2a65ce6a7ba879f3404e`](https://bob-sepolia.explorer.gobob.xyz/address/0x345f46fdd0adad44ba8e2a65ce6a7ba879f3404e) - GatewayRegistry V3: [`0xfDFed82309b14b7e3EDfc768Bb5EBF80dDcaFb3A`](https://bob-sepolia.explorer.gobob.xyz/address/0xfDFed82309b14b7e3EDfc768Bb5EBF80dDcaFb3A) From 21fa28c99f82c69fa3d2f7a9ba7c5610b31c4972 Mon Sep 17 00:00:00 2001 From: Derrek <80121818+derrekcoleman@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:53:28 -0700 Subject: [PATCH 6/6] Delete TODO comment --- docs/docs/learn/reference/contracts/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/docs/learn/reference/contracts/index.md b/docs/docs/learn/reference/contracts/index.md index 86b850fc..2729876f 100644 --- a/docs/docs/learn/reference/contracts/index.md +++ b/docs/docs/learn/reference/contracts/index.md @@ -50,8 +50,6 @@ ### BOB Sepolia Core Contracts (L2) - - - [TestLightRelay](/learn/builder-guides/relay): [`0x377d6993b848013991e3d8b3028db74ec6fdf03a`](https://bob-sepolia.explorer.gobob.xyz/address/0x377d6993b848013991e3d8b3028db74ec6fdf03a) - GatewayRegistry V2: [`0x345f46fdd0adad44ba8e2a65ce6a7ba879f3404e`](https://bob-sepolia.explorer.gobob.xyz/address/0x345f46fdd0adad44ba8e2a65ce6a7ba879f3404e) - GatewayRegistry V3: [`0xfDFed82309b14b7e3EDfc768Bb5EBF80dDcaFb3A`](https://bob-sepolia.explorer.gobob.xyz/address/0xfDFed82309b14b7e3EDfc768Bb5EBF80dDcaFb3A)