change network to ropsten
This commit is contained in:
parent
d6aca7389d
commit
bb7406f78e
Binary file not shown.
|
@ -4,9 +4,9 @@ schema:
|
||||||
dataSources:
|
dataSources:
|
||||||
- kind: ethereum/contract
|
- kind: ethereum/contract
|
||||||
name: Contract
|
name: Contract
|
||||||
network: rinkeby
|
network: ropsten
|
||||||
source:
|
source:
|
||||||
address: "0x07E92635AF5e524C20B20F2770aE0E0Ef597eD07"
|
address: "0x2cEfae94eB05737827D245E9cb6c1ca3C2A0Fe52"
|
||||||
abi: Contract
|
abi: Contract
|
||||||
mapping:
|
mapping:
|
||||||
kind: ethereum/events
|
kind: ethereum/events
|
||||||
|
|
|
@ -4,9 +4,9 @@ schema:
|
||||||
dataSources:
|
dataSources:
|
||||||
- kind: ethereum/contract
|
- kind: ethereum/contract
|
||||||
name: Contract
|
name: Contract
|
||||||
network: rinkeby
|
network: ropsten
|
||||||
source:
|
source:
|
||||||
address: "0x07E92635AF5e524C20B20F2770aE0E0Ef597eD07"
|
address: "0x2cEfae94eB05737827D245E9cb6c1ca3C2A0Fe52"
|
||||||
abi: Contract
|
abi: Contract
|
||||||
mapping:
|
mapping:
|
||||||
kind: ethereum/events
|
kind: ethereum/events
|
||||||
|
|
Loading…
Reference in New Issue