mirror of
https://github.com/placeholder-soft/storytime.git
synced 2026-04-29 13:05:00 +08:00
9 lines
205 B
Bash
9 lines
205 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
export STORY_TIME_NFT_ADDRESS="0xcc8c78580574f9af04995ac822597ce4b5bb1e0193e1238e619516386029765b"
|
|
|
|
if [ -f .envrc.override ]; then
|
|
source_env .envrc.override
|
|
fi
|