diff --git a/config/chains.yml b/config/chains.yml index 7d1e20b7..d4c34668 100644 --- a/config/chains.yml +++ b/config/chains.yml @@ -1197,12 +1197,12 @@ mainnet: color: "#bb2d40" explorer: name: "Agoric" - url: "https://atomscan.com/agoric" - icon: "/logos/explorers/mintscan.png" - block_path: "/blocks/{block}" - address_path: "/accounts/{address}" - contract_path: "/accounts/{address}" - transaction_path: "/transactions/{tx}" + url: "https://agoric.explorers.guru" + icon: "/logos/explorers/agoric.png" + block_path: "/block/{block}" + address_path: "/account/{address}" + contract_path: "/account/{address}" + transaction_path: "/transaction/{tx}" prefix_address: "agoric" prefix_chain_ids: - "agoric-" diff --git a/config/endpoints.yml b/config/endpoints.yml index 2c20b7a6..6091d626 100644 --- a/config/endpoints.yml +++ b/config/endpoints.yml @@ -5,7 +5,7 @@ mainnet: rpc: "http://rpc.axelarscan.io:80" # "http://ec2-18-218-242-252.us-east-2.compute.amazonaws.com:26657" lcd: "http://lcd.axelarscan.io:80" # "http://ec2-18-218-242-252.us-east-2.compute.amazonaws.com:1317" - api: "https://api.axelarscan.io/api" # "https://l4sytro3nf.execute-api.us-east-2.amazonaws.com" + api: "https://api.axelarscan.io/api" # "https://rbciot6683.execute-api.us-east-2.amazonaws.com" gmp_api: "https://api.axelarscan.io/gmp" # "https://zsg096v428.execute-api.us-east-2.amazonaws.com" token_transfer_api: "https://xo550w4a8b.execute-api.us-east-2.amazonaws.com" # "https://api.axelarscan.io/token" validator_api: "https://ww5e4qrad0.execute-api.us-east-2.amazonaws.com" # "https://api.axelarscan.io/validator" @@ -16,7 +16,7 @@ mainnet: testnet: rpc: "http://testnet.rpc.axelarscan.io:80" # "http://ec2-18-188-23-105.us-east-2.compute.amazonaws.com:26657" lcd: "http://testnet.lcd.axelarscan.io:80" # "http://ec2-18-188-23-105.us-east-2.compute.amazonaws.com:1317" - api: "https://testnet.api.axelarscan.io/api" # "https://egrqktt9ob.execute-api.us-east-2.amazonaws.com" + api: "https://testnet.api.axelarscan.io/api" # "https://86z9r9x0r9.execute-api.us-east-2.amazonaws.com" gmp_api: "https://testnet.api.axelarscan.io/gmp" # "https://drfti3v7x2.execute-api.us-east-2.amazonaws.com" token_transfer_api: "https://dl5bgfjozd.execute-api.us-east-2.amazonaws.com" # "https://testnet.api.axelarscan.io/token" validator_api: "https://762da1qejd.execute-api.us-east-2.amazonaws.com" # "https://testnet.api.axelarscan.io/validator" @@ -27,7 +27,7 @@ testnet: stagenet: rpc: "http://k8s-stagenet-axelarco-bcdb269e08-d3015352a090f6b0.elb.us-east-2.amazonaws.com:26657" lcd: "http://k8s-stagenet-axelarco-bcdb269e08-d3015352a090f6b0.elb.us-east-2.amazonaws.com:1317" - api: "https://stagenet.api.axelarscan.io/api" # "https://kkk2m8qdv0.execute-api.us-east-2.amazonaws.com" + api: "https://stagenet.api.axelarscan.io/api" # "https://v5uinwdgn2.execute-api.us-east-2.amazonaws.com" gmp_api: "https://stagenet.api.axelarscan.io/gmp" # "https://8mcrlxwctd.execute-api.us-east-2.amazonaws.com" token_transfer_api: "https://glhbed8wmg.execute-api.us-east-2.amazonaws.com" # "https://stagenet.api.axelarscan.io/token" validator_api: "https://g45hmsa0tg.execute-api.us-east-2.amazonaws.com" # "https://stagenet.api.axelarscan.io/validator" diff --git a/package.json b/package.json index 614096fd..990a246f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axelarscan-api", - "version": "0.0.1", + "version": "0.0.2", "description": "Axelarscan API", "main": "index.js", "scripts": { diff --git a/terraform/mainnet/variables.tf.example b/terraform/mainnet/variables.tf.example index d363a25e..7b789b90 100644 --- a/terraform/mainnet/variables.tf.example +++ b/terraform/mainnet/variables.tf.example @@ -50,7 +50,7 @@ variable "log_level" { variable "app_version" { description = "App version, same as docker image version" - default = "0.0.1" + default = "0.0.2" 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 266f2139..b9ad16ab 100644 --- a/terraform/stagenet/variables.tf.example +++ b/terraform/stagenet/variables.tf.example @@ -50,7 +50,7 @@ variable "log_level" { variable "app_version" { description = "App version, same as docker image version" - default = "0.0.1" + default = "0.0.2" 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 7187b9b6..9c6496cd 100644 --- a/terraform/testnet/variables.tf.example +++ b/terraform/testnet/variables.tf.example @@ -50,7 +50,7 @@ variable "log_level" { variable "app_version" { description = "App version, same as docker image version" - default = "0.0.1" + default = "0.0.2" 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))