ordinalsbot
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -18,3 +18,3 @@ "use strict"; | ||
baseURL: environment === "live" | ||
? `https://api2.ordinalsbot.com` | ||
? `https://api.ordinalsbot.com` | ||
: `https://signet.ordinalsbot.com/api`, | ||
@@ -21,0 +21,0 @@ timeout: 30000, |
{ | ||
"name": "ordinalsbot", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Node.js library for OrdinalsBot API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -36,3 +36,3 @@ import axios, { AxiosInstance } from "axios"; | ||
environment === "live" | ||
? `https://api2.ordinalsbot.com` | ||
? `https://api.ordinalsbot.com` | ||
: `https://signet.ordinalsbot.com/api`, | ||
@@ -39,0 +39,0 @@ timeout: 30000, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41574