diff --git a/README.md b/README.md index c09991d..1b053d6 100644 --- a/README.md +++ b/README.md @@ -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/\
+* chainlog.sky.money/checksum/\<0x6661dF610053aCA8Dd7058869111e07B5faB018D><\> ## Staging environment diff --git a/api.html b/api.html index d22fa6f..f668b9a 100644 --- a/api.html +++ b/api.html @@ -25,7 +25,7 @@
- const address = "0xda0ab1e0017debcd72be8599041a2aa3ba7e740f";
+ const address = "26eddf93a8b00fca6a12bb221cf6148605783a54";
const abi = [
"function list() external view returns (bytes32[])",
"function getAddress(bytes32) external view returns (address)"
diff --git a/index.ipfs.html b/index.ipfs.html
index 032620b..1db50f6 100644
--- a/index.ipfs.html
+++ b/index.ipfs.html
@@ -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");