Skip to content

Commit

Permalink
Merge pull request safe-global#135 from gnosis/update-transaction-ser…
Browse files Browse the repository at this point in the history
…vice-endpoint

Update Transaction Service endpoint in Safe Service Client tests
  • Loading branch information
germartinez authored Jan 5, 2022
2 parents b6bfb71 + bef7efd commit 02ed60f
Show file tree
Hide file tree
Showing 4 changed files with 267 additions and 199 deletions.
12 changes: 6 additions & 6 deletions packages/safe-core-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,24 @@
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.4",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.13",
"@types/node": "^17.0.8",
"@types/semver": "^7.3.9",
"@types/yargs": "^16.0.1",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.1.1",
"dotenv": "^10.0.0",
"eslint": "^8.4.1",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.2",
"hardhat": "^2.8.0",
"hardhat-deploy": "^0.9.14",
"hardhat-deploy": "^0.9.24",
"husky": "^7.0.4",
"lint-staged": "^12.1.2",
"lint-staged": "^12.1.5",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"prettier": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/safe-service-client/e2e/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const config = {
BASE_URL: 'https://safe-transaction.staging.gnosisdev.com',
BASE_URL: 'https://safe-transaction.rinkeby.gnosis.io',
JSON_RPC: `https://rinkeby.infura.io/v3/${process.env.INFURA_KEY}`
}

Expand Down
26 changes: 13 additions & 13 deletions packages/safe-service-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@
],
"homepage": "https://github.com/gnosis/safe-core-sdk#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@types/chai": "^4.2.22",
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.4",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.6",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@types/node": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"eslint": "^7.32.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"hardhat": "^2.3.3",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"mocha": "^9.1.1",
"prettier": "^2.4.1",
"hardhat": "^2.8.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.5",
"mocha": "^9.1.3",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"ts-generator": "^0.1.1",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"lint-staged": {
"src/**/!(*test).ts": [
Expand Down
Loading

0 comments on commit 02ed60f

Please sign in to comment.