Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Jul 21, 2023
1 parent b3522af commit 1efafc0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 50 deletions.
37 changes: 0 additions & 37 deletions contracts/ConnextBridgeableSuperTokenLogic.sol

This file was deleted.

2 changes: 0 additions & 2 deletions contracts/alternative-logic/BridgedSuperToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import { ISuperfluid } from "@superfluid-finance/ethereum-contracts/contracts/in
import { IConstantOutflowNFT } from "@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/IConstantOutflowNFT.sol";
import { IConstantInflowNFT } from "@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/IConstantInflowNFT.sol";

import { IConnextBridgedToken } from "../interfaces/IConnextBridgedToken.sol";

interface IMintBurn {
function mint(address to, uint256 amount) external;
function burn(address from, uint256 amount) external;
Expand Down
10 changes: 0 additions & 10 deletions contracts/interfaces/IConnextBridgedToken.sol

This file was deleted.

1 change: 0 additions & 1 deletion scripts/test-foundry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ function test_network() {
# get current metadata

host=$(echo "$metadata" | jq -r '.[] | select(.name == "'$network'").contractsV1.host')
seth=$(echo "$metadata" | jq -r '.[] | select(.name == "'$network'").nativeTokenWrapper')

# Print the host address
echo "Host: $host"
Expand Down

0 comments on commit 1efafc0

Please sign in to comment.