@gvnrdao/dh-sdk 0.0.290 → 0.0.291

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -34918,7 +34918,7 @@ function getSepoliaConfig() {
34918
34918
  function getMainnetConfig() {
34919
34919
  return {
34920
34920
  mode: "service",
34921
- serviceEndpoint: "https://emerald.gvnr.xyz",
34921
+ serviceEndpoint: "https://ops.gvnr.xyz",
34922
34922
  chainId: 1,
34923
34923
  name: "mainnet",
34924
34924
  rpcUrls: ["https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"],
package/dist/index.mjs CHANGED
@@ -34924,7 +34924,7 @@ function getSepoliaConfig() {
34924
34924
  function getMainnetConfig() {
34925
34925
  return {
34926
34926
  mode: "service",
34927
- serviceEndpoint: "https://emerald.gvnr.xyz",
34927
+ serviceEndpoint: "https://ops.gvnr.xyz",
34928
34928
  chainId: 1,
34929
34929
  name: "mainnet",
34930
34930
  rpcUrls: ["https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gvnrdao/dh-sdk",
3
- "version": "0.0.290",
3
+ "version": "0.0.291",
4
4
  "description": "TypeScript SDK for Diamond Hands Protocol - Bitcoin-backed lending with LIT Protocol PKPs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",