diff --git a/config/chains.yml b/config/chains.yml index 183f538a..b6b69c58 100644 --- a/config/chains.yml +++ b/config/chains.yml @@ -10,9 +10,11 @@ mainnet: maintainer_id: "ethereum" endpoints: rpc: - - "https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161" - - "https://1rpc.io/eth" - "https://rpc.ankr.com/eth" + - "https://cloudflare-eth.com" + - "https://ethereum.blockpi.network/v1/rpc/public" + - "https://1rpc.io/eth" + - "https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161" native_token: name: "Ethereum" symbol: "ETH" @@ -213,10 +215,11 @@ mainnet: maintainer_id: "arbitrum" endpoints: rpc: - - "https://arbitrum-mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161" - - "https://arbitrum.blockpi.network/v1/rpc/public" - "https://1rpc.io/arb" + - "https://arbitrum-one.public.blastapi.io" + - "https://arbitrum.blockpi.network/v1/rpc/public" - "https://rpc.ankr.com/arbitrum" + - "https://arbitrum-mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161" native_token: name: "Ethereum" symbol: "ETH" @@ -364,6 +367,8 @@ mainnet: no_recover: true endpoints: rpc: + - "https://filfox.info/rpc/v1" + - "https://api.chain.love/rpc/v1" - "https://filecoin.chainup.net/rpc/v1" - "https://rpc.ankr.com/filecoin" - "https://api.node.glif.io" @@ -2563,10 +2568,10 @@ testnet: no_recover: true endpoints: rpc: - - "https://rpc.ankr.com/filecoin_testnet" - - "https://api.calibration.node.glif.io/rpc/v1" - "https://filecoin-calibration.chainstacklabs.com/rpc/v1" - "https://filecoin-calibration.chainup.net/rpc/v1" + - "https://rpc.ankr.com/filecoin_testnet" + - "https://api.calibration.node.glif.io/rpc/v1" native_token: name: "Filecoin" symbol: "FIL" diff --git a/package.json b/package.json index cda5368e..c19fd5e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axelarscan-api", - "version": "0.0.53", + "version": "0.0.54", "description": "Axelarscan API", "main": "index.js", "scripts": { diff --git a/terraform/devnet-amplifier/variables.tf.example b/terraform/devnet-amplifier/variables.tf.example index 98dfe1c2..571db780 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.53" + default = "0.0.54" 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 f4694b9b..8f9950c8 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.53" + default = "0.0.54" 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 383f287f..e2fe2edb 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.53" + default = "0.0.54" 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 78b0e18c..730d6cc1 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.53" + default = "0.0.54" 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 25226c44..14f90020 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.53" + default = "0.0.54" 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))