2020-09-24 11:42:13 +02:00
|
|
|
#!/usr/bin/env zsh
|
|
|
|
set -e
|
|
|
|
|
2021-12-28 07:20:11 +01:00
|
|
|
wget -O /mempool/public_html/mainnet/resources/assets.json https://raw.githubusercontent.com/blockstream/asset_registry_db/master/index.json
|
|
|
|
wget -O /mempool/public_html/mainnet/resources/assets.minimal.json https://raw.githubusercontent.com/blockstream/asset_registry_db/master/index.minimal.json
|
|
|
|
|
|
|
|
wget -O /mempool/public_html/mainnet/resources/assets.json https://raw.githubusercontent.com/blockstream/asset_registry_testnet_db/master/index.json
|
|
|
|
wget -O /mempool/public_html/mainnet/resources/assets.minimal.json https://raw.githubusercontent.com/blockstream/asset_registry_testnet_db/master/index.minimal.json
|
2020-09-24 11:42:13 +02:00
|
|
|
|
|
|
|
exit 0
|