Skip to content

Commit

Permalink
chore: update sentio for latest testnet contracts
Browse files Browse the repository at this point in the history
Signed-off-by: Urban Vidovič <[email protected]>
  • Loading branch information
pseudobun committed Nov 3, 2024
1 parent 37e084d commit f95719b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/indexer-sentio/abis/fuel/market-abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3957,7 +3957,7 @@
{
"name": "DEBUG_STEP",
"concreteTypeId": "1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0",
"offset": 137504
"offset": 137392
}
]
}
2 changes: 1 addition & 1 deletion apps/indexer-sentio/src/configs/envs/testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function createTestnetConfig() {
const markets: DeployedMarkets = {
USDC: {
marketAddress:
'0xa42a086b357cdb5ee3e7b981ea67768e38a5b6db4db35ca4dbab32ab60f48475',
'0x690a533331fed5062f80f6ff1851abd06c73188c95b663261bce5f0bcd9a5597',
startBlock: BigInt(11380000),
},
USDT: {
Expand Down

0 comments on commit f95719b

Please sign in to comment.