Split graph-node stack to run independently (#541)

* Split graph-node stack to run independently

* Fix sushiswap subgraph config in fixturenet stack
This commit is contained in:
2023-09-26 17:31:00 +05:30
committed by GitHub
parent e56a910260
commit be519e9ca0
7 changed files with 206 additions and 33 deletions
@@ -17,8 +17,8 @@ module.exports = {
whitelistedTokenAddresses: [
'NATIVE_ADDRESS',
],
stableTokenAddresses: [
],
stableTokenAddresses: [],
nativePricePool: '0x0000000000000000000000000000000000000000',
minimumEthLocked: 1.5
}
}