Skip to content

Commit

Permalink
typechain
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler committed Dec 13, 2023
1 parent 18bdb83 commit d6fe574
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion contracts/captcha/src/captcha.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"source": {
"hash": "0xc3e9367adefe6f9a6eade416c5cdf92aec41e19b7f0a0e341a8a07a1ae51e2af",
"hash": "0xbad91d0c90dc2e32488f195c0fa9bb86d26f4a0ab1ec89d3b0c0a52d2ef5d195",
"language": "ink! 4.3.0",
"compiler": "rustc 1.69.0",
"build_info": {
Expand Down
4 changes: 2 additions & 2 deletions contracts/captcha/src/contract-info/captcha.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/common/src/common.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"source": {
"hash": "0x5ca7b28762b19db333dfea1e595b6b66a62e4f6391397eadbaf030de190b3248",
"hash": "0x8cc4d2656e1525d4fd701a3f4fa908e40cb0c7971ec7c472f6300e5eaf22e60c",
"language": "ink! 4.3.0",
"compiler": "rustc 1.69.0",
"build_info": {
Expand Down
4 changes: 2 additions & 2 deletions contracts/common/src/contract-info/common.ts

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions contracts/proxy/src/contract-info/proxy.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/proxy/src/proxy.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"source": {
"hash": "0x6c943259434253b483113cea84f109257b388fcd8f572bd959abf53d8848a7d6",
"hash": "0xb4c3f18bb8ed518122ed32f0f18c08ab84aa76c5940406120d44c9cf121a98d9",
"language": "ink! 4.3.0",
"compiler": "rustc 1.69.0",
"build_info": {
Expand Down
4 changes: 2 additions & 2 deletions protocol/contracts/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ pub mod common {
/// Get the git commit id from when this contract was built
pub fn get_git_commit_id() -> [u8; 20] {
let env_git_commit_id: [u8; 20] = [
33, 211, 88, 210, 187, 41, 142, 34, 168, 204, 148, 205, 145, 111, 146, 196, 123,
14, 216, 168,
24, 189, 184, 56, 154, 103, 72, 177, 41, 227, 161, 172, 124, 123, 71, 74, 125, 205,
19, 10,
];
env_git_commit_id
}
Expand Down

0 comments on commit d6fe574

Please sign in to comment.