Skip to content

Commit

Permalink
chore: update agoric explorer config, update comment endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
nrsirapop committed Apr 30, 2024
1 parent 33f3560 commit d7caa40
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions config/chains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-"
Expand Down
6 changes: 3 additions & 3 deletions config/endpoints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
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.1",
"version": "0.0.2",
"description": "Axelarscan API",
"main": "index.js",
"scripts": {
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 @@ -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))
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 @@ -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))
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 @@ -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))
Expand Down

0 comments on commit d7caa40

Please sign in to comment.