Skip to content

Commit 592191e

Browse files
Merge remote-tracking branch 'origin/main' into etherscan-verification
2 parents c12c494 + 83c8d39 commit 592191e

20 files changed

+11106
-48
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ node_modules/
33
artifacts/
44
build/
55
cache/
6-
deployments/
6+
deployments/*
7+
!deployments/mainnet/
78
export/
89
export.json
910

.openzeppelin/mainnet.json

Lines changed: 345 additions & 44 deletions
Large diffs are not rendered by default.

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.openzeppelin/
12
artifacts/
23
build/
34
cache/

contracts/staking/IApplication.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// ▐████▌ ▐████▌
1414
// ▐████▌ ▐████▌
1515

16-
pragma solidity 0.8.9;
16+
pragma solidity ^0.8.9;
1717

1818
/// @title Application interface for Threshold Network applications
1919
/// @notice Generic interface for an application. Application is an external

contracts/staking/IStaking.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// ▐████▌ ▐████▌
1414
// ▐████▌ ▐████▌
1515

16-
pragma solidity 0.8.9;
16+
pragma solidity ^0.8.9;
1717

1818
/// @title Interface of Threshold Network staking contract
1919
/// @notice The staking contract enables T owners to have their wallets offline

deployments/mainnet/.chainId

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1

deployments/mainnet/KeepStake.json

Lines changed: 287 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)