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

add sapphire (#1808)

Co-authored-by: Bogdan Fazakas <bogdan.fazakas@gmail.com>
This commit is contained in:
Alex Coseru 2024-05-09 16:17:29 +03:00 committed by GitHub
parent 0822c120fd
commit ea3f175efd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,6 +146,15 @@ export const configHelperNetworks: Config[] = [
subgraphUri: 'https://v4.subgraph.optimism-sepolia.oceanprotocol.com',
explorerUri: 'https://sepolia-optimism.etherscan.io/',
gasFeeMultiplier: 1.1
},
{
...configHelperNetworksBase,
chainId: 23294,
network: 'oasis_sapphire',
nodeUri: 'https://sapphire.oasis.io',
subgraphUri: 'https://v4.subgraph.sapphire-mainnet.oceanprotocol.com/',
explorerUri: 'https://explorer.oasis.io/mainnet/sapphire/',
gasFeeMultiplier: 1
}
]