Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-monitor-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
export TXM_DB_PATH=/home/monitor_service/txm.sqlite
export RPCS_TO_MONITOR=https://rpc.testnet.happy.tech/http,http://148.113.212.211:8545
export RPC_MONITOR_INTERVAL=1000
export SLACK_WEBHOOK_URL=https://hooks.slack.com/services/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
export SLACK_WEBHOOK_URL=${{ secrets.MONITOR_SERVICE_SLACK_WEBHOOK_URL }}
export LOG_COLORS=true
export LOG_TIMESTAMPS=true
export SUBMITTERS_TO_MONITOR=https://submitter-staging.happy.tech,https://submitter.happy.tech
Expand Down
4 changes: 0 additions & 4 deletions contracts/src/test/boop/Utils.sol
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ contract BoopTestUtils is Test {
return abi.encodeCall(MockERC20.mint, (mintTokenTo, amount));
}

function getETHTransferCallData(address transferTo, uint256 amount) public pure returns (bytes memory) {
return abi.encodeWithSignature("transfer(address, uint256)", transferTo, amount);
}

function getMockRevertCallData() public pure returns (bytes memory) {
return abi.encodeCall(MockRevert.intentionalRevert, ());
}
Expand Down
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name = "happychain"
# top level environment
[vars]
NODE_VERSION="23.9.0"
BUN_VERSION="1.2.4"
BUN_VERSION="1.2.18"