Skip to content

Commit

Permalink
chore: update rpcs (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrsirapop authored Aug 12, 2024
1 parent 0954a34 commit 00c1b34
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 12 deletions.
17 changes: 11 additions & 6 deletions config/chains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axelarscan-api",
"version": "0.0.53",
"version": "0.0.54",
"description": "Axelarscan API",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion terraform/devnet-amplifier/variables.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion terraform/devnet-verifiers/variables.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion terraform/mainnet/variables.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion terraform/stagenet/variables.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion terraform/testnet/variables.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 00c1b34

Please sign in to comment.