Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ UI and API for MakerDAO’s chainlog contract

* [chainlog.sky.money](https://chainlog.sky.money)
* [chainlog.sky.money/api.html](https://chainlog.sky.money/api.html)
* chainlog.sky.money/checksum/\<address\>
* chainlog.sky.money/checksum/\<0x6661dF610053aCA8Dd7058869111e07B5faB018D><\>

## Staging environment

Expand Down
2 changes: 1 addition & 1 deletion api.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2>Code examples</h2>
</pre>
If you care about decentralization, however, <b>do not use this API</b>. Instead <a href="https://github.com/makerdao/chainlog-ui/blob/main/examples/ethers.js">query the blockchain directly</a>:
<pre>
const address = "0xda0ab1e0017debcd72be8599041a2aa3ba7e740f";
const address = "26eddf93a8b00fca6a12bb221cf6148605783a54";
const abi = [
"function list() external view returns (bytes32[])",
"function getAddress(bytes32) external view returns (address)"
Expand Down
3 changes: 1 addition & 2 deletions index.ipfs.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@

/* IPFS BLOCK

const CID = "";

"const CID = "0x6661dF610053aCA8Dd7058869111e07B5faB018D";
const ipfsDiv = document.createElement("div");
ipfsDiv.innerHTML = "IPFS CID: ";
const ipfsCID = document.createElement("a");
Expand Down