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.1.21 to 0.1.22

6

dist/src/utils/Constants.d.ts

@@ -17,6 +17,6 @@ export declare const MIGRATE_BASE_URL = "https://migrator.aarc.xyz";

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/deposit-address";
export declare const POST_EXECUTION_SCHEDULE_TRANSACTION_ENDPOINT = "https://bridge-swap.staging.aarc.xyz/schedule-transaction";
export declare const POST_EXECUTION_SCHEDULE_TRANSACTION_STATUS_ENDPOINT = "https://bridge-swap.staging.aarc.xyz/request-status";
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://kado-integration--onramp-aarc.netlify.app/";

@@ -20,7 +20,7 @@ "use strict";

exports.CHAINS_SUPPORTED_ENDPOINT = `${exports.BRIDGE_SWAP_BASE_URL}/v3/supported-chains`;
exports.DEPOSIT_ADDRESS_ENDPOINT = `${exports.BRIDGE_SWAP_BASE_URL}/deposit-address`; //https://bridge-swap.staging.aarc.xyz/deposit-address
exports.POST_EXECUTION_SCHEDULE_TRANSACTION_ENDPOINT = `${exports.BRIDGE_SWAP_BASE_URL}/schedule-transaction`; //https://bridge-swap.staging.aarc.xyz/schedule-transaction
exports.POST_EXECUTION_SCHEDULE_TRANSACTION_STATUS_ENDPOINT = `${exports.BRIDGE_SWAP_BASE_URL}/request-status`; //https://bridge-swap.staging.aarc.xyz/request-status
exports.DEPOSIT_ADDRESS_ENDPOINT = `${exports.BRIDGE_SWAP_BASE_URL}/v3/deposit-address`; //https://bridge-swap.staging.aarc.xyz/deposit-address
exports.POST_EXECUTION_SCHEDULE_TRANSACTION_ENDPOINT = `${exports.BRIDGE_SWAP_BASE_URL}/v3/schedule-transaction`; //https://bridge-swap.staging.aarc.xyz/schedule-transaction
exports.POST_EXECUTION_SCHEDULE_TRANSACTION_STATUS_ENDPOINT = `${exports.BRIDGE_SWAP_BASE_URL}/v3/request-status`; //https://bridge-swap.staging.aarc.xyz/request-status
exports.PERMIT2_CONTRACT_ADDRESS = "0x000000000022D473030F116dDEE9F6B43aC78BA3";
exports.ONRAMP_BASE_URL = "https://kado-integration--onramp-aarc.netlify.app/";
//# sourceMappingURL=Constants.js.map
{
"name": "@aarc-dev/core-viem",
"version": "0.1.21",
"version": "0.1.22",
"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