From e4d2f0f62ef3df31fa06cd05651ea49f34949980 Mon Sep 17 00:00:00 2001 From: Sirapop Date: Thu, 5 Sep 2024 11:40:06 +0700 Subject: [PATCH] feat: update lcds (#88) --- config/chains.yml | 13 ++++++++----- package.json | 2 +- terraform/devnet-amplifier/variables.tf.example | 2 +- terraform/devnet-verifiers/variables.tf.example | 2 +- terraform/mainnet/variables.tf.example | 2 +- terraform/stagenet/variables.tf.example | 2 +- terraform/testnet/variables.tf.example | 2 +- 7 files changed, 14 insertions(+), 11 deletions(-) diff --git a/config/chains.yml b/config/chains.yml index 8f91c4db..a8a7e0ab 100644 --- a/config/chains.yml +++ b/config/chains.yml @@ -602,12 +602,13 @@ mainnet: endpoints: lcd: - "https://lcd-cosmos.imperator.co" - - "https://lcd-cosmoshub.whispernode.com/" + - "https://lcd-cosmoshub.whispernode.com" - "https://api-cosmoshub-ia.cosmosia.notional.ventures" - "https://cosmos-api.polkachu.com" - "https://lcd.cosmos.dragonstake.io" timeout: lcd: 3000 + use_query: true native_token: name: "Cosmos" symbol: "ATOM" @@ -697,12 +698,13 @@ mainnet: chain_name: "injective" endpoints: lcd: - - "https://api-injective-ia.cosmosia.notional.ventures" - - "https://sentry.lcd.injective.network" - "https://injective-api.polkachu.com" + - "https://sentry.lcd.injective.network" + - "https://api-injective-ia.cosmosia.notional.ventures" - "https://public.lcd.injective.network" timeout: lcd: 3000 + use_query: true native_token: name: "Injective" symbol: "INJ" @@ -888,7 +890,7 @@ mainnet: chain_name: "stargaze" endpoints: lcd: - - "https://lcd-stargaze.imperator.co/" + - "https://lcd-stargaze.imperator.co" - "https://api-stargaze-ia.cosmosia.notional.ventures" - "https://stargaze-api.polkachu.com" - "https://api-stargaze.ezstaking.dev" @@ -987,7 +989,7 @@ mainnet: lcd: - "https://api-mainnet.blockchain.ki" - "https://lcd-kichain.imperator.co" - - "https://api-kichain-ia.cosmosia.notional.ventures/" + - "https://api-kichain-ia.cosmosia.notional.ventures" - "https://api.kichain.chaintools.tech" - "https://kichain-api.polkachu.com" timeout: @@ -2858,6 +2860,7 @@ testnet: - "https://rest.sentry-01.theta-testnet.polypore.xyz" timeout: lcd: 3000 + use_query: true native_token: name: "Cosmos" symbol: "ATOM" diff --git a/package.json b/package.json index 6f61f335..b05abdf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axelarscan-api", - "version": "0.0.60", + "version": "0.0.61", "description": "Axelarscan API", "main": "index.js", "scripts": { diff --git a/terraform/devnet-amplifier/variables.tf.example b/terraform/devnet-amplifier/variables.tf.example index 9c933913..253032f9 100644 --- a/terraform/devnet-amplifier/variables.tf.example +++ b/terraform/devnet-amplifier/variables.tf.example @@ -45,7 +45,7 @@ variable "log_level" { variable "app_version" { description = "App version, same as docker image version" - default = "0.0.60" + default = "0.0.61" validation { error_message = "Must be valid semantic version. $Major.$Minor.$Patch" condition = can(regex("^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", var.app_version)) diff --git a/terraform/devnet-verifiers/variables.tf.example b/terraform/devnet-verifiers/variables.tf.example index 5a60c96c..7f4612ab 100644 --- a/terraform/devnet-verifiers/variables.tf.example +++ b/terraform/devnet-verifiers/variables.tf.example @@ -45,7 +45,7 @@ variable "log_level" { variable "app_version" { description = "App version, same as docker image version" - default = "0.0.60" + default = "0.0.61" validation { error_message = "Must be valid semantic version. $Major.$Minor.$Patch" condition = can(regex("^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", var.app_version)) diff --git a/terraform/mainnet/variables.tf.example b/terraform/mainnet/variables.tf.example index 56ffa27d..7af082d8 100644 --- a/terraform/mainnet/variables.tf.example +++ b/terraform/mainnet/variables.tf.example @@ -45,7 +45,7 @@ variable "log_level" { variable "app_version" { description = "App version, same as docker image version" - default = "0.0.60" + default = "0.0.61" validation { error_message = "Must be valid semantic version. $Major.$Minor.$Patch" condition = can(regex("^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", var.app_version)) diff --git a/terraform/stagenet/variables.tf.example b/terraform/stagenet/variables.tf.example index c49667b9..4ec6dc7e 100644 --- a/terraform/stagenet/variables.tf.example +++ b/terraform/stagenet/variables.tf.example @@ -45,7 +45,7 @@ variable "log_level" { variable "app_version" { description = "App version, same as docker image version" - default = "0.0.60" + default = "0.0.61" validation { error_message = "Must be valid semantic version. $Major.$Minor.$Patch" condition = can(regex("^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", var.app_version)) diff --git a/terraform/testnet/variables.tf.example b/terraform/testnet/variables.tf.example index 68b60064..60715cb7 100644 --- a/terraform/testnet/variables.tf.example +++ b/terraform/testnet/variables.tf.example @@ -45,7 +45,7 @@ variable "log_level" { variable "app_version" { description = "App version, same as docker image version" - default = "0.0.60" + default = "0.0.61" validation { error_message = "Must be valid semantic version. $Major.$Minor.$Patch" condition = can(regex("^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", var.app_version))