Skip to content

Commit

Permalink
chore: update stellar explorer (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrsirapop authored Nov 1, 2024
1 parent b1c4139 commit a1eb5b0
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
40 changes: 20 additions & 20 deletions config/chains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2086,12 +2086,12 @@ mainnet:
color: "#0f0f0f"
explorer:
name: "Stellar"
url: "https://lumenscan.io"
url: "https://stellar.expert/explorer/public"
icon: "/logos/explorers/stellar.png"
block_path: "/ledgers/{block}"
block_path: "/ledger/{block}"
address_path: "/account/{address}"
contract_path: "/assets/{address}"
transaction_path: "/txns/{tx}"
contract_path: "/contract/{address}"
transaction_path: "/tx/{tx}"



Expand Down Expand Up @@ -4128,12 +4128,12 @@ testnet:
color: "#0f0f0f"
explorer:
name: "Stellar"
url: "https://testnet.lumenscan.io"
url: "https://stellar.expert/explorer/testnet"
icon: "/logos/explorers/stellar.png"
block_path: "/ledgers/{block}"
block_path: "/ledger/{block}"
address_path: "/account/{address}"
contract_path: "/assets/{address}"
transaction_path: "/txns/{tx}"
contract_path: "/contract/{address}"
transaction_path: "/tx/{tx}"
sui:
chain_name: "sui"
multisig_prover:
Expand All @@ -4155,7 +4155,7 @@ testnet:
name: "Sui"
url: "https://suiscan.xyz/testnet"
icon: "/logos/explorers/sui.png"
block_path: "/block/{block}"
block_path: "/checkpoint/{block}"
address_path: "/account/{address}"
contract_path: "/account/{address}"
transaction_path: "/tx/{tx}"
Expand Down Expand Up @@ -5224,12 +5224,12 @@ devnet-amplifier:
color: "#0f0f0f"
explorer:
name: "Stellar"
url: "https://testnet.lumenscan.io"
url: "https://stellar.expert/explorer/testnet"
icon: "/logos/explorers/stellar.png"
block_path: "/ledgers/{block}"
block_path: "/ledger/{block}"
address_path: "/account/{address}"
contract_path: "/assets/{address}"
transaction_path: "/txns/{tx}"
contract_path: "/contract/{address}"
transaction_path: "/tx/{tx}"
stellar-test2:
chain_name: "stellar-test2"
multisig_prover:
Expand All @@ -5249,12 +5249,12 @@ devnet-amplifier:
color: "#0f0f0f"
explorer:
name: "Stellar"
url: "https://soroban.nownodes.io/testnet"
url: "https://stellar.expert/explorer/testnet"
icon: "/logos/explorers/stellar.png"
block_path: "/ledgers/{block}"
address_path: "/accounts/{address}"
contract_path: "/accounts/{address}"
transaction_path: "/transactions/{tx}"
block_path: "/ledger/{block}"
address_path: "/account/{address}"
contract_path: "/contract/{address}"
transaction_path: "/tx/{tx}"
sui-test:
chain_name: "sui-test"
multisig_prover:
Expand All @@ -5276,7 +5276,7 @@ devnet-amplifier:
name: "Sui"
url: "https://suiscan.xyz/testnet"
icon: "/logos/explorers/sui.png"
block_path: "/block/{block}"
block_path: "/checkpoint/{block}"
address_path: "/account/{address}"
contract_path: "/account/{address}"
transaction_path: "/tx/{tx}"
Expand All @@ -5301,7 +5301,7 @@ devnet-amplifier:
name: "Sui"
url: "https://suiscan.xyz/testnet"
icon: "/logos/explorers/sui.png"
block_path: "/block/{block}"
block_path: "/checkpoint/{block}"
address_path: "/account/{address}"
contract_path: "/account/{address}"
transaction_path: "/tx/{tx}"
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.107",
"version": "0.0.108",
"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.107"
default = "0.0.108"
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.107"
default = "0.0.108"
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.107"
default = "0.0.108"
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.107"
default = "0.0.108"
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.107"
default = "0.0.108"
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 a1eb5b0

Please sign in to comment.