@axelarjs/core
Advanced tools
Comparing version 0.1.2 to 0.1.3
# @axelarjs/core | ||
## 0.1.3 | ||
### Patch Changes | ||
- add s3 links for testnet/mainnet | ||
## 0.1.2 | ||
@@ -4,0 +10,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AXELARSCAN_API_URLS = exports.COSMOS_GAS_RECEIVER_OPTIONS = exports.ENVIRONMENTS = void 0; | ||
exports.S3_API_URLS = exports.AXELARSCAN_API_URLS = exports.COSMOS_GAS_RECEIVER_OPTIONS = exports.ENVIRONMENTS = void 0; | ||
exports.ENVIRONMENTS = { | ||
@@ -16,1 +16,5 @@ testnet: "testnet", | ||
}; | ||
exports.S3_API_URLS = { | ||
testnet: "https://axelar-testnet.s3.us-east-2.amazonaws.com", | ||
mainnet: "https://axelar-mainnet.s3.us-east-2.amazonaws.com", | ||
}; |
{ | ||
"name": "@axelarjs/core", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Axelarjs Core", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -21,1 +21,8 @@ export const ENVIRONMENTS = { | ||
export type AxelarscanUrl = keyof typeof AXELARSCAN_API_URLS; | ||
export const S3_API_URLS = { | ||
testnet: "https://axelar-testnet.s3.us-east-2.amazonaws.com", | ||
mainnet: "https://axelar-mainnet.s3.us-east-2.amazonaws.com", | ||
} as const; | ||
export type S3Url = keyof typeof S3_API_URLS; |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
14137
50
1