Skip to content

Commit

Permalink
updated policy ipfs links into registration and clearing meta ev
Browse files Browse the repository at this point in the history
  • Loading branch information
martillansky committed Sep 4, 2024
1 parent 7a3ec8f commit 56dfec7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ import { formatEther } from "ethers";
import { ethers } from "hardhat";
import { isTestnet, SUPPORTED_NETWORKS } from "./consts/chains/chains";

export const REGISTRATION_META_EVIDENCE = "/ipfs/QmadJhyPxhk5AYrdE6JMwhC7TpsA47YZwFP28VKkr1ffJF";
export const CLEARING_META_EVIDENCE = "/ipfs/QmRqKmjVk1FcCRcTnuZmMG6SZEBB9LkUJb7Z4SVhJGHEfw";
// Policy referred for deployments: /ipfs/QmTWdrNJ1KBsnNcMq5PeZQyvJfnwJexvDwnbLqZsVh2L21
export const REGISTRATION_META_EVIDENCE = "/ipfs/QmSRrYV3vg5q6CFpZDQgwSo6dPe81V5XBhST47G3aQYU5H";
export const CLEARING_META_EVIDENCE = "/ipfs/QmTCbojsdDDGvtGFmLj46QtfBbkNhMbgfu8VSmsx7TznSj";
export const POH_V1_Address = "0xC5E9dDebb09Cd64DfaCab4011A0D5cEDaf7c9BDb"; // PoH v1
export const NULL_Address = "0x";

Expand Down

0 comments on commit 56dfec7

Please sign in to comment.