@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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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://
|
|
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://
|
|
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