forked from cosmos/gravity-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "testnet-contracts",
"version": "1.1.0",
"description": "Dependencies and scripts for Peggy smart contracts",
"private": true,
"author": "Denali Marsh",
"license": "ISC",
"workspaces": [
"testnet-contracts"
],
"scripts": {
"develop": "yarn workspace testnet-contracts develop",
"migrate": "yarn workspace testnet-contracts migrate",
"peggy:abi": "yarn workspace testnet-contracts peggy:abi",
"peggy:address": "yarn workspace testnet-contracts peggy:address",
"peggy:setup": "yarn workspace testnet-contracts peggy:setup",
"peggy:lock": "yarn workspace testnet-contracts peggy:lock",
"peggy:check": "yarn workspace testnet-contracts peggy:check",
"peggy:process": "yarn workspace testnet-contracts peggy:process",
"peggy:addBridgeToken": "yarn workspace testnet-contracts peggy:addBridgeToken",
"token:address": "yarn workspace testnet-contracts token:address",
"token:mint": "yarn workspace testnet-contracts token:mint",
"token:approve": "yarn workspace testnet-contracts token:approve"
}
}