UNPKG

@fewcha/aptos

Version:
11 lines (8 loc) 447 B
// Copyright © Aptos Foundation // SPDX-License-Identifier: Apache-2.0 //:!:>section_1 export const NODE_URL = process.env.APTOS_NODE_URL || "https://fullnode.devnet.aptoslabs.com"; export const FAUCET_URL = process.env.APTOS_FAUCET_URL || "https://faucet.devnet.aptoslabs.com"; //<:!:section_1 export const aptosCoinStore = "0x1::coin::CoinStore<0x1::aptos_coin::AptosCoin>"; export const fungibleStore = "0x1::fungible_asset::FungibleStore";