mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
switch subgraph URL for typings generation
This commit is contained in:
parent
65045ba7b9
commit
470110894e
@ -2,7 +2,7 @@ module.exports = {
|
|||||||
client: {
|
client: {
|
||||||
service: {
|
service: {
|
||||||
name: 'ocean',
|
name: 'ocean',
|
||||||
url: 'https://subgraph.rinkeby.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph',
|
url: 'https://subgraph.polygon.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph',
|
||||||
// optional disable SSL validation check
|
// optional disable SSL validation check
|
||||||
skipSSLValidation: true
|
skipSSLValidation: true
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
overwrite: true
|
overwrite: true
|
||||||
schema: 'https://subgraph.rinkeby.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph'
|
schema: 'https://subgraph.polygon.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph'
|
||||||
documents:
|
documents:
|
||||||
- './src/utils/subgraph.ts'
|
- './src/utils/subgraph.ts'
|
||||||
- './src/components/pages/History/PoolShares.tsx'
|
- './src/components/pages/History/PoolShares.tsx'
|
||||||
|
@ -26,8 +26,8 @@ export function getDevelopmentConfig(): Partial<ConfigHelperConfig> {
|
|||||||
fixedRateExchangeAddress: contractAddresses.development?.FixedRateExchange,
|
fixedRateExchangeAddress: contractAddresses.development?.FixedRateExchange,
|
||||||
metadataContractAddress: contractAddresses.development?.Metadata,
|
metadataContractAddress: contractAddresses.development?.Metadata,
|
||||||
oceanTokenAddress: contractAddresses.development?.Ocean,
|
oceanTokenAddress: contractAddresses.development?.Ocean,
|
||||||
// There is no subgraph in barge so we hardcode the Rinkeby one for now
|
// There is no subgraph in barge so we hardcode the Polygon one for now
|
||||||
subgraphUri: 'https://subgraph.rinkeby.oceanprotocol.com'
|
subgraphUri: 'https://subgraph.polygon.oceanprotocol.com'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user