Skip to content

Commit 436c32f

Browse files
committed
fix: update diamond address
1 parent 65122f6 commit 436c32f

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": "0x10759c35F8dE7E6172BB30e0B10312c1a295aC2F",
3-
"coreStartBlock": 26278630,
2+
"coreAddress": "0xedb308770a3Fb62DE14c2E603E275bA1D0E5e5Cf",
3+
"coreStartBlock": 27198563,
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: "0x10759c35F8dE7E6172BB30e0B10312c1a295aC2F"
17+
address: "0xedb308770a3Fb62DE14c2E603E275bA1D0E5e5Cf"
1818
abi: AavegotchiDiamond
19-
startBlock: 26278630
19+
startBlock: 27198563
2020
mapping:
2121
kind: ethereum/events
2222
apiVersion: 0.0.6

0 commit comments

Comments
 (0)