From f95719bb71d1ddb84216443723ece83ffbb55a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Urban=20Vidovic=CC=8C?= Date: Sun, 3 Nov 2024 19:02:48 +0100 Subject: [PATCH] chore: update sentio for latest testnet contracts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Urban Vidovič --- apps/indexer-sentio/abis/fuel/market-abi.json | 2 +- apps/indexer-sentio/src/configs/envs/testnet.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/indexer-sentio/abis/fuel/market-abi.json b/apps/indexer-sentio/abis/fuel/market-abi.json index 3c1b94fc..d13c846c 100644 --- a/apps/indexer-sentio/abis/fuel/market-abi.json +++ b/apps/indexer-sentio/abis/fuel/market-abi.json @@ -3957,7 +3957,7 @@ { "name": "DEBUG_STEP", "concreteTypeId": "1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0", - "offset": 137504 + "offset": 137392 } ] } diff --git a/apps/indexer-sentio/src/configs/envs/testnet.ts b/apps/indexer-sentio/src/configs/envs/testnet.ts index 051b43a0..68a41cba 100644 --- a/apps/indexer-sentio/src/configs/envs/testnet.ts +++ b/apps/indexer-sentio/src/configs/envs/testnet.ts @@ -12,7 +12,7 @@ export function createTestnetConfig() { const markets: DeployedMarkets = { USDC: { marketAddress: - '0xa42a086b357cdb5ee3e7b981ea67768e38a5b6db4db35ca4dbab32ab60f48475', + '0x690a533331fed5062f80f6ff1851abd06c73188c95b663261bce5f0bcd9a5597', startBlock: BigInt(11380000), }, USDT: {