Skip to content

Releases: axelarnetwork/axelarscan-api

v0.0.82

25 Sep 06:31
71c6a66
Compare
Choose a tag to compare

What's Changed

  • improve how the API handles and updates IBC channels info
  • minimize the fields to be cached for the supported assets retrieved from the S3 config.

Full Changelog: v0.0.81...v0.0.82

v0.0.81

19 Sep 06:27
c721661
Compare
Choose a tag to compare

What's Changed

  • Supported the inclusion of TVL volume for custom contracts. It previously supports tracking the balance of gateway contracts for each asset.
  • Set up a separate config file for partners/team members to add custom contracts that need to be included on axelarscan's TVL page/API.

Changelog:

  • feat: add custom logic for TVL in #96
  • chore: update custom TVL in #101
  • chore: add more assets to custom contract in #102
  • chore: add hedera in #103
  • chore: add starknet-devnet-v1 in #104
  • chore: update hedera decimals in #105
  • chore: update decimals in #106
  • chore: osmosis use query instead of event in #107
  • chore: add solana-devnet in #108

v0.0.63

05 Sep 14:03
7de6bfd
Compare
Choose a tag to compare

What's Changed

  • chore: update mainnet lcds in #49
  • chore: deprecated terra-2 on testnet in #50
  • chore: update optimism rpcs in #51
  • chore: handle body that isn't JSON format (unknown source??) in #52
  • feat: add vm chains config for devnet-* in #53
  • chore: add warden testnet in #54
  • chore: add nillion testnet in #55
  • chore: add nillion testnet config in #56
  • chore: update haqq, migaloo, bitsong rpcs in #57
  • chore: deprecated mumbai, aurora in #58
  • chore: update description of the getTVL method in #59
  • feat: add saga mainnet in #60
  • feat: add service_registry address for devnet-verifiers & -amplifier in #61
  • chore: update lcd config in #62
  • chore: add devnet router address in #63
  • chore: override wrong id from s3 config in #64
  • chore: add lava chain in #65
  • feat: update native token on devnet in #66
  • feat: update stagenet url in #67
  • chore: update stagenet config in #68
  • chore: update description in #69
  • chore: update devnet contract addresses in #70
  • chore: set chain_id of each channel from client_state.chain_id in #71
  • feat: ordering escrow addresses by latest revision height in #72
  • feat: filter some channels out if axelar configs have channelId in #73
  • chore: update lava testnet explorer in #74
  • feat: set threshold for the diff value of escrow balance vs supply of each chain to 200k in #75
  • feat: update condition & threshold to alert in #76
  • feat: no escrow balance for secret, filter alert details with threshold in #77
  • chore: update value diff of escrow balance in #78
  • feat: update stagenet config in #79
  • chore: update stagenet config in #80
  • chore: update rpcs in #81
  • feat: add vm config testnet in #82
  • chore: update centrifuge chain name stagenet in #83
  • chore: add axelar multisig contract in #84
  • feat: hardcode to ignore alert on terra-2 in #85
  • chore: change name for evm chain that using as vm chain in #86
  • feat: add flow stagenet & testnet in #87
  • feat: update lcds in #88
  • chore: update lcds in #89
  • chore: add eth-sepolia, avalanche-fuji, optimism-sepolia in #90

v0.0.21

23 May 15:20
378e54b
Compare
Choose a tag to compare

What's Changed

  • chore: update TVL only when new supply can be get in #38
  • feat: add devnet-verifiers in #48

Full Changelog: v0.0.12...v0.0.21

v0.0.12

10 May 15:42
0ec669e
Compare
Choose a tag to compare
  • fix: total = gateway balance, total on cosmos = sum(escrow except secret-snip) #37
  • chore: update url for lockUnlock #36
  • chore: fix getCirculatingSupply #35
  • feat: TVL for ITS asset: use getTokenManagerBalance and getCirculatingSupply #34