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:
parent
0822c120fd
commit
ea3f175efd
@ -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
|
||||
}
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user