Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@axelarjs/core

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axelarjs/core - npm Package Compare versions

Comparing version 0.0.0-snapshot.2897c97 to 0.0.0-snapshot.2bd8314

10

build/commonjs/index.d.ts

@@ -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

build/commonjs/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",
};

@@ -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;
"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",
};

6

package.json
{
"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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc