Skip to content

Commit

Permalink
updates testnet contract addresses (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
koshikraj authored Jan 21, 2022
1 parent 6da3c88 commit 416af86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safient/contracts",
"version": "0.1.11-alpha",
"version": "0.1.12-alpha",
"description": "JavaScript SDK to manage and interact with the safe claims on Safient protocol.",
"keywords": [
"Web3",
Expand Down Expand Up @@ -40,10 +40,10 @@
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "^15.6.1",
"chalk": "^2.4.2",
"prettier-plugin-solidity": "*",
"typedoc": "^0.22.4",
"typescript": "^4.2.4",
"chalk": "^2.4.2"
"typescript": "^4.2.4"
},
"publishConfig": {
"access": "public"
Expand All @@ -53,7 +53,7 @@
"@ethersproject/bignumber": "^5.2.0",
"@ethersproject/contracts": "^5.0.5",
"@ethersproject/logger": "^5.2.0",
"@ethersproject/providers": "^5.2.0",
"@ethersproject/providers": "^5.4.4",
"@ethersproject/units": "^5.2.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
Expand Down
4 changes: 2 additions & 2 deletions src/utils/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kovan": {
"chainId": 42,
"addresses": {
"AutoAppealableArbitrator": "0xf54D6b97749ECD28F9EbF836Ed9cE0C387a2f0A1",
"SafientMain": "0xefa7ECd3cd8c2bFe71E8790Da8ce3FeE945044A7"
"AutoAppealableArbitrator": "0x823E2b7623aD287819674548f43F8965F38B2626",
"SafientMain": "0x8C2FA3dE952f5A1c463af0Fb42a9A812D3Ffe9e3"
}
},
"ropsten": {
Expand Down

0 comments on commit 416af86

Please sign in to comment.