Variable AXELARSCAN_API_URLSConst

AXELARSCAN_API_URLS: {
    mainnet: "https://api.axelarscan.io";
    testnet: "https://testnet.api.axelarscan.io";
} = ...

Type declaration

  • Readonly mainnet: "https://api.axelarscan.io"
  • Readonly testnet: "https://testnet.api.axelarscan.io"

Generated using TypeDoc