From 9918481ccef754fa8c118cbb34793e96bee59a32 Mon Sep 17 00:00:00 2001 From: Ashitaka Date: Fri, 5 Apr 2024 17:05:36 -0300 Subject: [PATCH 1/2] fix: sepolia keep3r address --- solidity/script/Deploy.s.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solidity/script/Deploy.s.sol b/solidity/script/Deploy.s.sol index 7245dc2..6dc3a5c 100644 --- a/solidity/script/Deploy.s.sol +++ b/solidity/script/Deploy.s.sol @@ -95,7 +95,7 @@ contract DeployEthereumSepolia is Deploy { // Chain specific setup gelatoAutomate = IAutomate(0x2A6C106ae13B558BB9E2Ec64Bd2f1f7BEFF3A5E0); - keep3rV2 = IKeep3rV2(0x12C471f8db6763e83cb20C5A41a91506f744b346); + keep3rV2 = IKeep3rV2(0xf171B63F97018ADff9Bb15F065c6B6CDA378d320); vm.createSelectFork(vm.envString('ETHEREUM_SEPOLIA_RPC')); } } From 8e4ae161d357673e5570d6284de4998efb903604 Mon Sep 17 00:00:00 2001 From: Ashitaka Date: Wed, 10 Apr 2024 13:24:02 -0300 Subject: [PATCH 2/2] feat: docs --- docs/src/content/intro/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/content/intro/index.md b/docs/src/content/intro/index.md index cafa961..c72d645 100644 --- a/docs/src/content/intro/index.md +++ b/docs/src/content/intro/index.md @@ -38,7 +38,6 @@ xKeeper is a fully modular framework, designed to be the backbone of future onch | Keep3rBondedRelay | `0x10Ddf0A7051e238311A1b858acA26C4115f1c3EF` | | XKeeperMetadata | `0x96f57C654f07dda2B7d65dD98150158Bd5d764db` | - **Ethereum Sepolia** | Contract Name | Contract Address | @@ -46,7 +45,7 @@ xKeeper is a fully modular framework, designed to be the backbone of future onch | AutomationVaultFactory | `0xa9C4c7295519C8aE3A69D6d84252de6948666bd4` | | GelatoRelay | `0xe012118BA9678ceB3B7104C9bD7cc6b8Cf0a90DC` | | OpenRelay | `0xc461d22DCDd8538E8025AAfA439B5BddA8C69B15` | -| Keep3rRelay | `0xB0CB8E6Fe8F655d46eE0910332C263ddB61FF9a0` | +| Keep3rRelay | `0x1bc8FC8D130666d8fC37fCA41F436fDC1F822c1E` | | Keep3rBondedRelay | `0xaDe1cE131609702FdDb68f6142fc1c74f80F4c5f` | | XKeeperMetadata | `0x96f57C654f07dda2B7d65dD98150158Bd5d764db` |