@aarc-dev/core-viem
Advanced tools
Comparing version 0.1.21 to 0.1.22
@@ -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
217885