-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from tellor-io/nickEVM
Nick evm
- Loading branch information
Showing
160 changed files
with
1,535 additions
and
2,960,887 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Tellor EVM Contracts | ||
|
||
## Pieces | ||
|
||
|
||
### Data Bridge | ||
|
||
### Forking Contract Examples | ||
|
||
### Token Bridge | ||
|
||
### UsingTellor | ||
|
||
|
||
|
||
## Compiling Testing | ||
|
||
|
||
``` | ||
npx hardhat compile | ||
npx hardhat test | ||
``` |
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,15 +1,16 @@ | ||
// SPDX-License-Identifier: Apache-2.0 | ||
pragma solidity ^0.8.22; | ||
|
||
/// @dev bytes32 encoding of the string "checkpoint" | ||
bytes32 constant VALIDATOR_SET_HASH_DOMAIN_SEPARATOR = | ||
0x636865636b706f696e7400000000000000000000000000000000000000000000; | ||
|
||
/// @dev bytes32 encoding of the string "transactionBatch" | ||
bytes32 constant DATA_ROOT_TUPLE_ROOT_DOMAIN_SEPARATOR = | ||
0x7472616e73616374696f6e426174636800000000000000000000000000000000; | ||
|
||
/// @dev bytes32 encoding of the string "tellorNewReport" | ||
bytes32 constant NEW_REPORT_ATTESTATION_DOMAIN_SEPARATOR = | ||
0x74656c6c6f7243757272656e744174746573746174696f6e0000000000000000; | ||
|
||
/// @dev bytes32 encoding of the string "checkpoint" | ||
bytes32 constant VALIDATOR_SET_HASH_DOMAIN_SEPARATOR = | ||
0x636865636b706f696e7400000000000000000000000000000000000000000000; | ||
|
||
|
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
Oops, something went wrong.