New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aarc-dev/core-viem

Package Overview
Dependencies
Maintainers
0
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aarc-dev/core-viem - npm Package Compare versions

Comparing version 0.0.36 to 0.0.37

22

dist/src/utils/Constants.d.ts
export declare const MIGRATE_BASE_URL = "https://migrator.aarc.xyz";
export declare const BRIDGE_SWAP_BASE_URL = "https://bridge-swap.aarc.xyz";
export declare const BRIDGE_SWAP_BASE_URL = "https://bridge-swap.staging.aarc.xyz";
export declare const BALANCES_ENDPOINT = "https://migrator.aarc.xyz/migrator/balances";

@@ -10,13 +10,13 @@ export declare const GENERATE_NON_GASLESS_CALL_DATA_ENDPOINT = "https://migrator.aarc.xyz/migrate/non-gasless-calldata";

export declare const TRX_STATUS_ENDPOINT = "https://migrator.aarc.xyz/migrator/tx/status";
export declare const GENERATE_DEPOSIT_CALL_DATA_ENDPOINT = "https://bridge-swap.aarc.xyz/deposit-calldata";
export declare const GENERATE_CHECKOUT_CALL_DATA_ENDPOINT = "https://bridge-swap.aarc.xyz/checkout-contract-calldata";
export declare const MULTI_CHAIN_BALANCES_ENDPOINT = "https://bridge-swap.aarc.xyz/v3/balances";
export declare const TOKEN_PRICE_ENDPOINT = "https://bridge-swap.aarc.xyz/token-price";
export declare const IS_TOKEN_SUPPORTED_ENDPOINT = "https://bridge-swap.aarc.xyz/v3/token-supported";
export declare const TOKENS_SUPPORTED_ENDPOINT = "https://bridge-swap.aarc.xyz/v3/supported-tokens";
export declare const CHAINS_SUPPORTED_ENDPOINT = "https://bridge-swap.aarc.xyz/v3/supported-chains";
export declare const DEPOSIT_ADDRESS_ENDPOINT = "https://bridge-swap.aarc.xyz/v3/deposit-address";
export declare const POST_EXECUTION_SCHEDULE_TRANSACTION_ENDPOINT = "https://bridge-swap.aarc.xyz/v3/schedule-transaction";
export declare const POST_EXECUTION_SCHEDULE_TRANSACTION_STATUS_ENDPOINT = "https://bridge-swap.aarc.xyz/v3/request-status";
export declare const GENERATE_DEPOSIT_CALL_DATA_ENDPOINT = "https://bridge-swap.staging.aarc.xyz/deposit-calldata";
export declare const GENERATE_CHECKOUT_CALL_DATA_ENDPOINT = "https://bridge-swap.staging.aarc.xyz/checkout-contract-calldata";
export declare const MULTI_CHAIN_BALANCES_ENDPOINT = "https://bridge-swap.staging.aarc.xyz/v3/balances";
export declare const TOKEN_PRICE_ENDPOINT = "https://bridge-swap.staging.aarc.xyz/token-price";
export declare const IS_TOKEN_SUPPORTED_ENDPOINT = "https://bridge-swap.staging.aarc.xyz/v3/token-supported";
export declare const TOKENS_SUPPORTED_ENDPOINT = "https://bridge-swap.staging.aarc.xyz/v3/supported-tokens";
export declare const CHAINS_SUPPORTED_ENDPOINT = "https://bridge-swap.staging.aarc.xyz/v3/supported-chains";
export declare const DEPOSIT_ADDRESS_ENDPOINT = "https://bridge-swap.staging.aarc.xyz/v3/deposit-address";
export declare const POST_EXECUTION_SCHEDULE_TRANSACTION_ENDPOINT = "https://bridge-swap.staging.aarc.xyz/v3/schedule-transaction";
export declare const POST_EXECUTION_SCHEDULE_TRANSACTION_STATUS_ENDPOINT = "https://bridge-swap.staging.aarc.xyz/v3/request-status";
export declare const PERMIT2_CONTRACT_ADDRESS = "0x000000000022D473030F116dDEE9F6B43aC78BA3";
export declare const ONRAMP_BASE_URL = "https://onramp-v3.aarc.xyz/";

@@ -5,3 +5,3 @@ "use strict";

exports.MIGRATE_BASE_URL = "https://migrator.aarc.xyz";
exports.BRIDGE_SWAP_BASE_URL = "https://bridge-swap.aarc.xyz";
exports.BRIDGE_SWAP_BASE_URL = "https://bridge-swap.staging.aarc.xyz";
exports.BALANCES_ENDPOINT = `${exports.MIGRATE_BASE_URL}/migrator/balances`;

@@ -8,0 +8,0 @@ exports.GENERATE_NON_GASLESS_CALL_DATA_ENDPOINT = `${exports.MIGRATE_BASE_URL}/migrate/non-gasless-calldata`;

{
"name": "@aarc-dev/core-viem",
"version": "0.0.36",
"version": "0.0.37",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/src/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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