mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
Fix RPC url
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@orionprotocol/sdk",
|
||||
"version": "0.17.1",
|
||||
"version": "0.17.2",
|
||||
"description": "Orion Protocol SDK",
|
||||
"main": "./lib/esm/index.js",
|
||||
"module": "./lib/esm/index.js",
|
||||
|
||||
@@ -63,7 +63,7 @@ export default class Orion {
|
||||
env: envOrConfig,
|
||||
chainId,
|
||||
api: networkConfig.api,
|
||||
nodeJsonRpc: chainConfig.rpc,
|
||||
nodeJsonRpc: networkConfig?.rpc ?? chainConfig.rpc,
|
||||
services: {
|
||||
orionBlockchain: {
|
||||
http: networkConfig.api + networkConfig.services.blockchain.http,
|
||||
|
||||
Reference in New Issue
Block a user