@axelarjs/core
Advanced tools
Comparing version 0.0.0-snapshot.2897c97 to 0.0.0-snapshot.2bd8314
@@ -36,1 +36,11 @@ export declare const ENVIRONMENTS: { | ||
export type DepositAddressAPIUrl = keyof typeof DEPOSIT_ADDRESS_API_URLS; | ||
export declare const DEPOSIT_SERVICE_API_URLS: { | ||
readonly testnet: "https://deposit-service.testnet.axelar.dev"; | ||
readonly mainnet: "https://deposit-service.mainnet.axelar.dev"; | ||
}; | ||
export type DepositServiceAPIUrl = keyof typeof DEPOSIT_SERVICE_API_URLS; | ||
export declare const AXELAR_RPC_URLS: { | ||
readonly testnet: "https://rpc-axelar-testnet.imperator.co"; | ||
readonly mainnet: "https://rpc-axelar.imperator.co"; | ||
}; | ||
export type AxelarRPCUrl = keyof typeof AXELAR_RPC_URLS; |
"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", | ||
}; |
@@ -36,1 +36,11 @@ export declare const ENVIRONMENTS: { | ||
export type DepositAddressAPIUrl = keyof typeof DEPOSIT_ADDRESS_API_URLS; | ||
export declare const DEPOSIT_SERVICE_API_URLS: { | ||
readonly testnet: "https://deposit-service.testnet.axelar.dev"; | ||
readonly mainnet: "https://deposit-service.mainnet.axelar.dev"; | ||
}; | ||
export type DepositServiceAPIUrl = keyof typeof DEPOSIT_SERVICE_API_URLS; | ||
export declare const AXELAR_RPC_URLS: { | ||
readonly testnet: "https://rpc-axelar-testnet.imperator.co"; | ||
readonly mainnet: "https://rpc-axelar.imperator.co"; | ||
}; | ||
export type AxelarRPCUrl = keyof typeof AXELAR_RPC_URLS; |
@@ -29,1 +29,9 @@ export const ENVIRONMENTS = { | ||
}; | ||
export const DEPOSIT_SERVICE_API_URLS = { | ||
testnet: "https://deposit-service.testnet.axelar.dev", | ||
mainnet: "https://deposit-service.mainnet.axelar.dev", | ||
}; | ||
export const AXELAR_RPC_URLS = { | ||
testnet: "https://rpc-axelar-testnet.imperator.co", | ||
mainnet: "https://rpc-axelar.imperator.co", | ||
}; |
@@ -36,1 +36,11 @@ export declare const ENVIRONMENTS: { | ||
export type DepositAddressAPIUrl = keyof typeof DEPOSIT_ADDRESS_API_URLS; | ||
export declare const DEPOSIT_SERVICE_API_URLS: { | ||
readonly testnet: "https://deposit-service.testnet.axelar.dev"; | ||
readonly mainnet: "https://deposit-service.mainnet.axelar.dev"; | ||
}; | ||
export type DepositServiceAPIUrl = keyof typeof DEPOSIT_SERVICE_API_URLS; | ||
export declare const AXELAR_RPC_URLS: { | ||
readonly testnet: "https://rpc-axelar-testnet.imperator.co"; | ||
readonly mainnet: "https://rpc-axelar.imperator.co"; | ||
}; | ||
export type AxelarRPCUrl = keyof typeof AXELAR_RPC_URLS; |
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.2897c97", | ||
"version": "0.0.0-snapshot.2bd8314", | ||
"description": "Axelarjs Core", | ||
@@ -32,4 +32,4 @@ "publishConfig": { | ||
"rimraf": "^5.0.5", | ||
"typescript": "^5.2.2", | ||
"@axelarjs/config": "0.0.0-snapshot.2897c97" | ||
"typescript": "^5.3.3", | ||
"@axelarjs/config": "0.0.0-snapshot.2bd8314" | ||
}, | ||
@@ -36,0 +36,0 @@ "scripts": { |
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
0