mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 14:40:38 +01:00
7 lines
325 B
Bash
Executable file
7 lines
325 B
Bash
Executable file
#!/usr/bin/env zsh
|
|
set -e
|
|
|
|
wget -O /mempool/public_html/mainnet/resources/assets.json https://raw.githubusercontent.com/mempool/asset_registry_db/master/index.json
|
|
wget -O /mempool/public_html/mainnet/resources/assets.minimal.json https://raw.githubusercontent.com/mempool/asset_registry_db/master/index.minimal.json
|
|
|
|
exit 0
|