Skip to content

Commit 0c45709

Browse files
committed
fix: update contract address
1 parent 436c32f commit 0c45709

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/baseSepolia.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"coreAddress": "0xedb308770a3Fb62DE14c2E603E275bA1D0E5e5Cf",
3-
"coreStartBlock": 27198563,
2+
"coreAddress": "0x6Cff314D21244BB4a907A5D5E5305abE07eefAeC",
3+
"coreStartBlock": 27212107,
44
"realmAddress": "0x37D140074B2f771bEa7ef23288EB87064e45bF8D",
55
"realmStartBlock": 26672392,
66
"fakeCardAddress": "0xE4E508dab5D7d98f4c06aB6D24bB225588036C9D",

subgraph.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ dataSources:
1414
name: AavegotchiDiamond
1515
network: "base-sepolia"
1616
source:
17-
address: "0xedb308770a3Fb62DE14c2E603E275bA1D0E5e5Cf"
17+
address: "0x6Cff314D21244BB4a907A5D5E5305abE07eefAeC"
1818
abi: AavegotchiDiamond
19-
startBlock: 27198563
19+
startBlock: 27212107
2020
mapping:
2121
kind: ethereum/events
2222
apiVersion: 0.0.6

0 commit comments

Comments
 (0)