Skip to content

Commit

Permalink
chore: fixed ignored file
Browse files Browse the repository at this point in the history
  • Loading branch information
jatZama committed Sep 25, 2024
1 parent af6d18d commit 5d1a807
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ typings/
.env
.env.test
gateway/.env.gateway
gateway/lib/PredeployAddress.sol

# parcel-bundler cache (https://parceljs.org/)
.cache
Expand Down
6 changes: 6 additions & 0 deletions gateway/lib/PredeployAddress.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause-Clear

pragma solidity ^0.8.24;

address constant GATEWAY_CONTRACT_PREDEPLOY_ADDRESS = 0xc8c9303Cd7F337fab769686B593B87DC3403E0ce;

0 comments on commit 5d1a807

Please sign in to comment.