-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: modify scripts for chiado support
- Loading branch information
1 parent
5e48103
commit 7970b6d
Showing
7 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
import { gnosis, mainnet, sepolia } from "viem/chains"; | ||
import { gnosis, mainnet, sepolia, gnosisChiado } from "viem/chains"; | ||
|
||
export const klerosAddress = { | ||
[mainnet.id]: "0x988b3A538b618C7A603e1c11Ab82Cd16dbE28069", | ||
[gnosis.id]: "0x9c1da9a04925bdfdedf0f6421bc7eea8305f9002", | ||
[sepolia.id]: "0x90992fb4E15ce0C59aEFfb376460Fda4Ee19C879", | ||
[gnosisChiado.id]: "0xD8798DfaE8194D6B4CD6e2Da6187ae4209d06f27", | ||
} as const; | ||
|
||
export const klerosStartBlock = { | ||
[mainnet.id]: 7303699n, | ||
[gnosis.id]: 16895601n, | ||
[sepolia.id]: 3635742n, | ||
[gnosisChiado.id]: 1165867n, | ||
} as const; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters