15 lines
227 B
Bash
15 lines
227 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -euo pipefail
|
||
|
|
||
|
# all actions should be idempotent
|
||
|
|
||
|
# create group
|
||
|
|
||
|
# register a bunch of tokens
|
||
|
|
||
|
# create a bunch of serum3 markets
|
||
|
|
||
|
# create a bunch of perp markets
|
||
|
|
||
|
# doc on how to find above metadata
|