Skip to content

Commit

Permalink
support granada
Browse files Browse the repository at this point in the history
  • Loading branch information
KStasi committed Aug 17, 2021
1 parent 5e5329e commit 218aa5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"scripts": {
"clean": "rm -rf ./build",
"migrate": "yarn clean && truffle migrate",
"migrate-delphinet": "yarn clean && truffle migrate --network delphinet",
"migrate-delphinet-reset": "yarn clean && truffle migrate --network delphinet --reset",
"migrate-granadanet": "yarn clean && truffle migrate --network granadanet",
"migrate-granadanet-reset": "yarn clean && truffle migrate --network granadanet --reset",
"compile-dex": "node scripts/cli.js build-dex --no-json -o contracts",
"compile": "yarn clean && yarn compile-dex && truffle compile",
"start-sandbox": "ganache-cli --flavor tezos --seed alice --hardfork edo",
Expand Down
7 changes: 7 additions & 0 deletions truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ module.exports = {
secretKey: alice.sk,
type: "tezos",
},
granadanet: {
host: "https://granadanet.smartpy.io",
port: 443,
network_id: "*",
secretKey: alice.sk,
type: "tezos",
},
delphinet: {
host: "https://delphinet.smartpy.io",
port: 443,
Expand Down

0 comments on commit 218aa5d

Please sign in to comment.