@rholabs/rho-sdk
Advanced tools
Comparing version 0.2.16 to 0.2.17
@@ -197,3 +197,3 @@ import { BrowserProvider, JsonRpcSigner, JsonRpcProvider, TransactionReceipt, Wallet, TransactionRequest } from "ethers"; | ||
export interface OraclePackagesParams { | ||
oraclePackages?: MarketOraclePackages[]; | ||
oraclePackages?: OraclePackage[]; | ||
} | ||
@@ -200,0 +200,0 @@ export interface PaginationParams { |
{ | ||
"name": "@rholabs/rho-sdk", | ||
"version": "0.2.16", | ||
"version": "0.2.17", | ||
"description": "Rho Protocol SDK", | ||
@@ -5,0 +5,0 @@ "source": "src/index.ts", |
@@ -15,3 +15,3 @@ import { RhoSDKConfig, RhoSDKParams } from './sdk-typings' | ||
quoterAddress: '0x7c67afB326BfE712b1B3EC06E555CDAf64Cc001b', | ||
rpcUrl: 'https://arbitrum-sepolia.blockpi.network/v1/rpc/public', | ||
rpcUrl: 'https://sepolia-rollup.arbitrum.io/rpc', | ||
oracleServiceUrl: ['https://testnet.roaracle.app', 'https://testnet-v2.roaracle.app'], | ||
@@ -24,3 +24,3 @@ } | ||
quoterAddress: '0xAe02aa198718c26e83a61bbE09BCC2ba34E4Ef5a', | ||
rpcUrl: 'https://arbitrum-sepolia.publicnode.com', | ||
rpcUrl: 'https://sepolia-rollup.arbitrum.io/rpc', | ||
oracleServiceUrl: ['https://v2.roaracle.dev', 'https://testnet.roaracle.app'], | ||
@@ -27,0 +27,0 @@ } |
import { BrowserProvider, JsonRpcSigner, JsonRpcProvider } from 'ethers' | ||
import { LiquidityOperation, MarketOraclePackages, RiskDirection } from './typings' | ||
import { LiquidityOperation, OraclePackage, RiskDirection } from './typings' | ||
@@ -27,3 +27,3 @@ export type RhoSDKNetwork = 'mainnet' | 'testnet' | 'devnet' | 'custom' | ||
export interface OraclePackagesParams { | ||
oraclePackages?: MarketOraclePackages[] | ||
oraclePackages?: OraclePackage[] | ||
} | ||
@@ -30,0 +30,0 @@ |
@@ -373,2 +373,4 @@ import * as dotenv from 'dotenv' | ||
await new Promise((resolve) => setTimeout(resolve, 5000)) | ||
const nonceAfter = await sdk.getNonce() | ||
@@ -375,0 +377,0 @@ expect(nonceAfter).toBeGreaterThan(nonce) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15425
5289738