-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #228 from rsksmart/staging
Parse array values when interacting with contracts
- Loading branch information
Showing
3 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,26 @@ | ||
{ | ||
"name": "rsk-explorer", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"private": true, | ||
"description": "Rsk explorer client", | ||
"author": "emi <[email protected]>", | ||
"scripts": { | ||
"dev:mainnet": "env-cmd -f .env.mainnet npx vue-cli-service serve", | ||
"dev:testnet": "env-cmd -f .env.testnet npx vue-cli-service serve", | ||
"dev:staging": "env-cmd -f .env.staging npx vue-cli-service serve", | ||
"dev:local": "env-cmd -f .env.local npx vue-cli-service serve", | ||
"dev-with-tracking:mainnet": "env-cmd -f .env.mainnet npx vue-cli-service serve src/main.with.tracking.js", | ||
"dev-with-tracking:testnet": "env-cmd -f .env.testnet npx vue-cli-service serve src/main.with.tracking.js", | ||
"dev-with-tracking:staging": "env-cmd -f .env.staging npx vue-cli-service serve src/main.with.tracking.js", | ||
"dev-with-tracking:local": "env-cmd -f .env.local npx vue-cli-service serve src/main.with.tracking.js", | ||
"build:mainnet": "env-cmd -f .env.mainnet npx vue-cli-service build --modern", | ||
"build:testnet": "env-cmd -f .env.testnet npx vue-cli-service build --modern", | ||
"build:staging": "env-cmd -f .env.staging npx vue-cli-service build --modern", | ||
"build:local": "env-cmd -f .env.local npx vue-cli-service build --modern", | ||
"build-with-tracking:mainnet": "env-cmd -f .env.mainnet npx vue-cli-service build src/main.with.tracking.js --modern", | ||
"build-with-tracking:testnet": "env-cmd -f .env.testnet npx vue-cli-service build src/main.with.tracking.js --modern", | ||
"build-with-tracking:staging": "env-cmd -f .env.staging npx vue-cli-service build src/main.with.tracking.js --modern", | ||
"build-with-tracking:local": "env-cmd -f .env.local npx vue-cli-service build src/main.with.tracking.js --modern", | ||
"test:unit": "npx vue-cli-service test:unit", | ||
"test:e2e": "npx vue-cli-service test:e2e", | ||
"lint": "npx vue-cli-service lint", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters