Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions devnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ services:
restart: unless-stopped
ports:
- 9090:9090
volumes:
- ./explorer-backend.conf:/alephium-home/.alephium-explorer-backend/user.conf
security_opt:
- no-new-privileges:true
environment:
Expand Down
25 changes: 25 additions & 0 deletions devnet/explorer-backend.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
alephium {
market {
symbol-name {
"ALPH" = "alephium",

"USDC" = "usd-coin",
"USDCeth" = "usd-coin",
"USDCbsc" = "usd-coin",

"USDT" = "tether",
"USDTeth" = "tether",
"USDTbsc" = "tether",

"WBTC" = "wrapped-bitcoin",
"WETH" = "weth",
"DAI" = "dai",
"AYIN" = "ayin",
"ABX" = "alphbanx",
"APAD" = "alphpad"
"EX" = "elexium"
"ONION" = "myonion-fun"
}
}
}

1 change: 1 addition & 0 deletions mainnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ services:
# - "127.0.0.1:9974:5432"
# volumes:
# - alephium-explorer:/data/postgres
# - ./explorer-backend.conf:/alephium-home/.alephium-explorer-backend/user.conf
# restart: unless-stopped
# healthcheck:
# test: ["CMD", "pg_isready", "-q", "-d", "postgres", "-U", "postgres"]
Expand Down
24 changes: 24 additions & 0 deletions mainnet/explorer-backend.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
alephium {
market {
symbol-name {
"ALPH" = "alephium",

"USDC" = "usd-coin",
"USDCeth" = "usd-coin",
"USDCbsc" = "usd-coin",

"USDT" = "tether",
"USDTeth" = "tether",
"USDTbsc" = "tether",

"WBTC" = "wrapped-bitcoin",
"WETH" = "weth",
"DAI" = "dai",
"AYIN" = "ayin",
"ABX" = "alphbanx",
"APAD" = "alphpad"
"EX" = "elexium"
"ONION" = "myonion-fun"
}
}
}
1 change: 1 addition & 0 deletions testnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ services:
# - "127.0.0.1:9974:5432"
# volumes:
# - alephium-testnet-explorer:/data/postgres
# - ./explorer-backend.conf:/alephium-home/.alephium-explorer-backend/user.conf
# restart: unless-stopped
# healthcheck:
# test: ["CMD", "pg_isready", "-q", "-d", "postgres", "-U", "postgres"]
Expand Down
24 changes: 24 additions & 0 deletions testnet/explorer-backend.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
alephium {
market {
symbol-name {
"ALPH" = "alephium",

"USDC" = "usd-coin",
"USDCeth" = "usd-coin",
"USDCbsc" = "usd-coin",

"USDT" = "tether",
"USDTeth" = "tether",
"USDTbsc" = "tether",

"WBTC" = "wrapped-bitcoin",
"WETH" = "weth",
"DAI" = "dai",
"AYIN" = "ayin",
"ABX" = "alphbanx",
"APAD" = "alphpad"
"EX" = "elexium"
"ONION" = "myonion-fun"
}
}
}