Skip to content

Commit 29d1efd

Browse files
committed
fix: add new realm address
1 parent fac4167 commit 29d1efd

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,8 +1,8 @@
11
{
22
"coreAddress": "0x10759c35F8dE7E6172BB30e0B10312c1a295aC2F",
33
"coreStartBlock": 26278630,
4-
"realmAddress": "0xe81088003fe432769946A258F29Ae1F50c591F22",
5-
"realmStartBlock": 26278630,
4+
"realmAddress": "0x37D140074B2f771bEa7ef23288EB87064e45bF8D",
5+
"realmStartBlock": 26672392,
66
"fakeCardAddress": "0xE4E508dab5D7d98f4c06aB6D24bB225588036C9D",
77
"fakeCardStartBlock": 26286751,
88
"fakeGotchisAddress": "0xD0dCC1d1E22D490e5270631787E1866E773b16C7",

subgraph.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ dataSources:
185185
name: RealmDiamond
186186
network: "base-sepolia"
187187
source:
188-
address: "0xe81088003fe432769946A258F29Ae1F50c591F22"
188+
address: "0x37D140074B2f771bEa7ef23288EB87064e45bF8D"
189189
abi: RealmDiamond
190-
startBlock: 26278630
190+
startBlock: 26672392
191191
mapping:
192192
kind: ethereum/events
193193
apiVersion: 0.0.6

0 commit comments

Comments
 (0)