mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Added gen-x-testnet to ConfigHelper (#1741)
- See https://docs.genx.minimal-gaia-x.eu/docs/development/quick_start/
This commit is contained in:
parent
5062b6d2b7
commit
aa0905ed47
@ -125,6 +125,17 @@ export const configHelperNetworks: Config[] = [
|
|||||||
subgraphUri: 'https://v4.subgraph.moonriver.oceanprotocol.com',
|
subgraphUri: 'https://v4.subgraph.moonriver.oceanprotocol.com',
|
||||||
explorerUri: 'https://moonriver.moonscan.io/',
|
explorerUri: 'https://moonriver.moonscan.io/',
|
||||||
gasFeeMultiplier: 1.05
|
gasFeeMultiplier: 1.05
|
||||||
|
},
|
||||||
|
{
|
||||||
|
...configHelperNetworksBase,
|
||||||
|
chainId: 100,
|
||||||
|
network: 'gen-x-testnet',
|
||||||
|
nodeUri: 'https://rpc.genx.minimal-gaia-x.eu',
|
||||||
|
metadataCacheUri: 'https://aquarius.v4.delta-dao.com',
|
||||||
|
providerUri: 'https://provider.v4.genx.delta-dao.com',
|
||||||
|
subgraphUri: 'https://subgraph.v4.genx.minimal-gaia-x.eu',
|
||||||
|
explorerUri: 'https://explorer.genx.minimal-gaia-x.eu/',
|
||||||
|
gasFeeMultiplier: 1
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user