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