Skip to content

Commit 416af86

Browse files
authored
updates testnet contract addresses (#29)
1 parent 6da3c88 commit 416af86

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@safient/contracts",
3-
"version": "0.1.11-alpha",
3+
"version": "0.1.12-alpha",
44
"description": "JavaScript SDK to manage and interact with the safe claims on Safient protocol.",
55
"keywords": [
66
"Web3",
@@ -40,10 +40,10 @@
4040
"devDependencies": {
4141
"@types/fs-extra": "^9.0.13",
4242
"@types/node": "^15.6.1",
43+
"chalk": "^2.4.2",
4344
"prettier-plugin-solidity": "*",
4445
"typedoc": "^0.22.4",
45-
"typescript": "^4.2.4",
46-
"chalk": "^2.4.2"
46+
"typescript": "^4.2.4"
4747
},
4848
"publishConfig": {
4949
"access": "public"
@@ -53,7 +53,7 @@
5353
"@ethersproject/bignumber": "^5.2.0",
5454
"@ethersproject/contracts": "^5.0.5",
5555
"@ethersproject/logger": "^5.2.0",
56-
"@ethersproject/providers": "^5.2.0",
56+
"@ethersproject/providers": "^5.4.4",
5757
"@ethersproject/units": "^5.2.0",
5858
"@nomiclabs/hardhat-ethers": "^2.0.2",
5959
"@nomiclabs/hardhat-waffle": "^2.0.1",

src/utils/networks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"kovan": {
2424
"chainId": 42,
2525
"addresses": {
26-
"AutoAppealableArbitrator": "0xf54D6b97749ECD28F9EbF836Ed9cE0C387a2f0A1",
27-
"SafientMain": "0xefa7ECd3cd8c2bFe71E8790Da8ce3FeE945044A7"
26+
"AutoAppealableArbitrator": "0x823E2b7623aD287819674548f43F8965F38B2626",
27+
"SafientMain": "0x8C2FA3dE952f5A1c463af0Fb42a9A812D3Ffe9e3"
2828
}
2929
},
3030
"ropsten": {

0 commit comments

Comments
 (0)