@axelarjs/core
Advanced tools
Comparing version 0.0.0-snapshot.4d5c855 to 0.0.0-snapshot.553d9bc
10
index.js
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DEPOSIT_ADDRESS_API_URLS = exports.AXELAR_CONFIG_API_URLS = exports.GMP_API_URLS = exports.AXELARSCAN_UI_URLS = exports.AXELARSCAN_API_URLS = exports.COSMOS_GAS_RECEIVER_OPTIONS = exports.ENVIRONMENTS = void 0; | ||
exports.AXELAR_RPC_URLS = exports.DEPOSIT_SERVICE_API_URLS = exports.DEPOSIT_ADDRESS_API_URLS = exports.AXELAR_CONFIG_API_URLS = exports.GMP_API_URLS = exports.AXELARSCAN_UI_URLS = exports.AXELARSCAN_API_URLS = exports.COSMOS_GAS_RECEIVER_OPTIONS = exports.ENVIRONMENTS = void 0; | ||
exports.ENVIRONMENTS = { | ||
@@ -32,1 +32,9 @@ testnet: "testnet", | ||
}; | ||
exports.DEPOSIT_SERVICE_API_URLS = { | ||
testnet: "https://deposit-service.testnet.axelar.dev", | ||
mainnet: "https://deposit-service.mainnet.axelar.dev", | ||
}; | ||
exports.AXELAR_RPC_URLS = { | ||
testnet: "https://rpc-axelar-testnet.imperator.co", | ||
mainnet: "https://rpc-axelar.imperator.co", | ||
}; |
{ | ||
"name": "@axelarjs/core", | ||
"version": "0.0.0-snapshot.4d5c855", | ||
"version": "0.0.0-snapshot.553d9bc", | ||
"description": "Axelarjs Core", | ||
@@ -12,3 +12,17 @@ "publishConfig": { | ||
}, | ||
"main": "index.js", | ||
"files": [ | ||
"./build", | ||
"./index.js", | ||
"./index.d.ts" | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./build/module/index.js", | ||
"require": "./build/commonjs/index.js" | ||
}, | ||
"./*": { | ||
"import": "./build/module/*.js", | ||
"require": "./build/commonjs/*.js" | ||
} | ||
}, | ||
"keywords": [], | ||
@@ -18,4 +32,5 @@ "author": "", | ||
"devDependencies": { | ||
"typescript": "^5.2.2", | ||
"@axelarjs/config": "0.0.0-snapshot.4d5c855" | ||
"rimraf": "^5.0.5", | ||
"typescript": "^5.3.3", | ||
"@axelarjs/config": "0.0.0-snapshot.553d9bc" | ||
}, | ||
@@ -25,4 +40,6 @@ "scripts": { | ||
"clean": "./scripts/clean.sh", | ||
"compile": "tsc --noEmit" | ||
"compile": "tsc --noEmit", | ||
"lint": "eslint src --ext .ts", | ||
"lint:fix": "eslint src --ext .ts --fix" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
23024
251
3
9
1