1
0
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:
Yannick Meinberg 2023-09-05 08:48:28 +02:00 committed by GitHub
parent 5062b6d2b7
commit aa0905ed47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,6 +125,17 @@ export const configHelperNetworks: Config[] = [
subgraphUri: 'https://v4.subgraph.moonriver.oceanprotocol.com',
explorerUri: 'https://moonriver.moonscan.io/',
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
}
]