Skip to content

Commit 8133d77

Browse files
authored
chore: add get bond curve info recipe (#548)
Mostly for deploy on mainnet, can be removed after that.
1 parent 51fc595 commit 8133d77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fork.just

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# Fork helper scripts
33
####
44

5+
# Gets bond curve info from CSAccounting
6+
get-curve-info id:
7+
cast call --rpc-url=$RPC_URL $(jq -r '.CSAccounting' ./artifacts/{{chain}}/deploy-{{chain}}.json) \
8+
'getCurveInfo' {{id}}
9+
510
vote-add-module:
611
just _impersonate-script SimulateVote --sig="addModule"
712

0 commit comments

Comments
 (0)