Skip to content

Commit

Permalink
Fix contract account id
Browse files Browse the repository at this point in the history
Co-authored-by: Vlad Frolov <[email protected]>
  • Loading branch information
carina-akaia and frol authored Nov 9, 2023
1 parent f06825f commit 95e8a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"fmt:check": "prettier --check '**/*.{js,jsx,ts,tsx,json}'",
"build": "npm run fmt && node ./module/include.js",
"dev:testnet": "./scripts/dev.sh",
"dev:mainnet": "./scripts/dev.sh -a devhub.near -c devhub.near -n mainnet",
"dev:mainnet": "./scripts/dev.sh -a devhub.near -c devgovgigs.near -n mainnet",
"build:preview": "node ./scripts/build-preview.mjs",
"dev": "npm run dev:mainnet",
"test": "npx playwright test"
Expand Down

0 comments on commit 95e8a21

Please sign in to comment.