1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

keep cname for existing deployments

This commit is contained in:
Bogdan Fazakas 2023-02-21 10:17:51 +02:00
parent bf7a0c3980
commit 9b69e28043

View File

@ -50,7 +50,7 @@ export const configHelperNetworks: Config[] = [
chainId: 1,
network: 'mainnet',
nodeUri: 'https://mainnet.infura.io/v3',
providerUri: 'https://v4-2.provider.mainnet.oceanprotocol.com',
providerUri: 'https://v4.provider.mainnet.oceanprotocol.com',
subgraphUri: 'https://v4.subgraph.mainnet.oceanprotocol.com',
explorerUri: 'https://etherscan.io',
startBlock: 11105459,
@ -94,7 +94,7 @@ export const configHelperNetworks: Config[] = [
chainId: 56,
network: 'bsc',
nodeUri: 'https://bsc-dataseed.binance.org',
providerUri: 'https://v4-2.provider.bsc.oceanprotocol.com',
providerUri: 'https://v4.provider.bsc.oceanprotocol.com',
subgraphUri: 'https://v4.subgraph.bsc.oceanprotocol.com',
explorerUri: 'https://bscscan.com/',
gasFeeMultiplier: 1.05
@ -104,7 +104,7 @@ export const configHelperNetworks: Config[] = [
chainId: 246,
network: 'energyweb',
nodeUri: 'https://rpc.energyweb.org',
providerUri: 'https://v4-2.provider.energyweb.oceanprotocol.com',
providerUri: 'https://v4.provider.energyweb.oceanprotocol.com',
subgraphUri: 'https://v4.subgraph.energyweb.oceanprotocol.com',
explorerUri: 'https://explorer.energyweb.org',
gasFeeMultiplier: 1.05
@ -114,7 +114,7 @@ export const configHelperNetworks: Config[] = [
chainId: 1285,
network: 'moonriver',
nodeUri: 'https://moonriver.api.onfinality.io/public',
providerUri: 'https://v4-2.provider.moonriver.oceanprotocol.com',
providerUri: 'https://v4.provider.moonriver.oceanprotocol.com',
subgraphUri: 'https://v4.subgraph.moonriver.oceanprotocol.com',
explorerUri: 'https://moonriver.moonscan.io/',
gasFeeMultiplier: 1.05