empty devnet setup
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
parent
095ad30ac4
commit
fbc7c5e9d5
|
@ -0,0 +1,15 @@
|
|||
#!/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
|
Loading…
Reference in New Issue