Skip to content

Commit 0c8a3fb

Browse files
committed
updated contract commit
1 parent 5fb631c commit 0c8a3fb

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# ZORA CC
22

3-
#### Kovan Address: [0x6b56295a2Da8E5daF740269a4073565B92a28cE5](https://kovan.etherscan.io/address/0x6b56295a2Da8E5daF740269a4073565B92a28cE5)
3+
#### Kovan Address: [0x35c25B5065FA95e85DE63e2aD016938031EE1062](https://kovan.etherscan.io/address/0x35c25B5065FA95e85DE63e2aD016938031EE1062)

Diff for: contracts/ZoraRating.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ contract ZoraRating is usingProvable {
2626
string memory _url =
2727
string(
2828
abi.encodePacked(
29-
"json(https://credit.zoracles.com/rating/",
29+
"json(https://zora.cc/rating/",
3030
toString(abi.encodePacked(walletAddress)),
3131
").result.rating"
3232
)

Diff for: contracts/artifacts/ZoraRating.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"type": "string"
1616
}
1717
],
18-
"name": "AddressRatingUdated",
18+
"name": "AddressRatingUpdated",
1919
"type": "event"
2020
},
2121
{
@@ -78,6 +78,19 @@
7878
"stateMutability": "nonpayable",
7979
"type": "function"
8080
},
81+
{
82+
"inputs": [
83+
{
84+
"internalType": "address",
85+
"name": "walletAddress",
86+
"type": "address"
87+
}
88+
],
89+
"name": "updateRating",
90+
"outputs": [],
91+
"stateMutability": "payable",
92+
"type": "function"
93+
},
8194
{
8295
"inputs": [
8396
{
@@ -115,18 +128,5 @@
115128
],
116129
"stateMutability": "view",
117130
"type": "function"
118-
},
119-
{
120-
"inputs": [
121-
{
122-
"internalType": "address",
123-
"name": "walletAddress",
124-
"type": "address"
125-
}
126-
],
127-
"name": "updateRating",
128-
"outputs": [],
129-
"stateMutability": "payable",
130-
"type": "function"
131131
}
132132
]

0 commit comments

Comments
 (0)