mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
contract address update
This commit is contained in:
parent
4d4f5670ce
commit
b3d229a543
@ -258,11 +258,11 @@ type Order @entity {
|
|||||||
# the fees will be updated from an event that will be created after (todo)
|
# the fees will be updated from an event that will be created after (todo)
|
||||||
publishingMarket: User
|
publishingMarket: User
|
||||||
publishingMarketToken: Token #
|
publishingMarketToken: Token #
|
||||||
publishingMarketAmmount: BigDecimal #call contract to get fee ammount
|
publishingMarketAmmount: BigDecimal #call contract to get fee amount
|
||||||
|
|
||||||
consumerMarket: User
|
consumerMarket: User
|
||||||
consumerMarketToken: Token #
|
consumerMarketToken: Token #
|
||||||
consumerMarketAmmount: BigDecimal #call contract to get fee ammount
|
consumerMarketAmmount: BigDecimal #call contract to get fee amount
|
||||||
|
|
||||||
createdTimestamp: Int!
|
createdTimestamp: Int!
|
||||||
tx: String!
|
tx: String!
|
||||||
@ -299,6 +299,10 @@ type FixedRateExchange @entity {
|
|||||||
owner: User!
|
owner: User!
|
||||||
datatoken: Token!
|
datatoken: Token!
|
||||||
baseToken: Token!
|
baseToken: Token!
|
||||||
|
"amount of datatokens available to be sold, this is relevant if the exchange is not able to mint"
|
||||||
|
datatokenBalance: BigDecimal!
|
||||||
|
"amount of basetokens available to be collected by the owner"
|
||||||
|
baseTokenBalance: BigDecimal!
|
||||||
price: BigDecimal!
|
price: BigDecimal!
|
||||||
active: Boolean!
|
active: Boolean!
|
||||||
"amount of total basetokens spent"
|
"amount of total basetokens spent"
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
import { log } from '@graphprotocol/graph-ts'
|
|
||||||
import {
|
import {
|
||||||
LOG_EXIT,
|
LOG_EXIT,
|
||||||
LOG_JOIN,
|
LOG_JOIN,
|
||||||
|
@ -8,7 +8,7 @@ dataSources:
|
|||||||
name: ERC721Factory
|
name: ERC721Factory
|
||||||
network: rinkeby
|
network: rinkeby
|
||||||
source:
|
source:
|
||||||
address: '0x65aCFbcf0576D5740d1a824afd1776E7D4034C3D'
|
address: '0xD9b5488363463E3689C1430030F5A17b427718E1'
|
||||||
abi: ERC721Factory
|
abi: ERC721Factory
|
||||||
startBlock: 10065057
|
startBlock: 10065057
|
||||||
mapping:
|
mapping:
|
||||||
@ -30,7 +30,7 @@ dataSources:
|
|||||||
name: FixedRateExchange
|
name: FixedRateExchange
|
||||||
network: rinkeby
|
network: rinkeby
|
||||||
source:
|
source:
|
||||||
address: '0x40F63Ec24aDc291d41F63fBA356Dd9983197c83a'
|
address: '0xdf29DA8FF979170eBfEd7133068dA247dc04CdC9'
|
||||||
abi: FixedRateExchange
|
abi: FixedRateExchange
|
||||||
startBlock: 10065057
|
startBlock: 10065057
|
||||||
mapping:
|
mapping:
|
||||||
@ -64,7 +64,7 @@ dataSources:
|
|||||||
name: Dispenser
|
name: Dispenser
|
||||||
network: rinkeby
|
network: rinkeby
|
||||||
source:
|
source:
|
||||||
address: '0x5b18fbac5aA81B4a0CAF993afb69b2ADfC3E8833'
|
address: '0x5FfDe8179E095803de22CBe1D405Eeef18406852'
|
||||||
abi: Dispenser
|
abi: Dispenser
|
||||||
startBlock: 10065057
|
startBlock: 10065057
|
||||||
mapping:
|
mapping:
|
||||||
@ -95,7 +95,7 @@ dataSources:
|
|||||||
name: FactoryRouter
|
name: FactoryRouter
|
||||||
network: rinkeby
|
network: rinkeby
|
||||||
source:
|
source:
|
||||||
address: '0x5a31C7e57D51fc0991C1315c66587e7a158c9c40'
|
address: '0x5De02B776106d0dC81d4335f58E29ECaE717e90A'
|
||||||
abi: FactoryRouter
|
abi: FactoryRouter
|
||||||
startBlock: 10065057
|
startBlock: 10065057
|
||||||
mapping:
|
mapping:
|
||||||
|
Loading…
Reference in New Issue
Block a user