#!/usr/bin/env bash set -euxo pipefail BRANCH=$1 CHAIN=$2 DOMAIN=$3 if [[ ! -d ord ]]; then git clone https://github.com/ordinals/ord.git fi cd ord git fetch origin git checkout -B $BRANCH git reset --hard origin/$BRANCH COMMIT=$(git rev-parse --short HEAD) ./deploy/setup $CHAIN $DOMAIN $BRANCH $COMMIT
Inscription number 44,975,548
Genesis block 819,046
File type text
File size 312 b
Creation date Nov 29,2023 11:14 pm