Skip to content

Commit

Permalink
Merge pull request #24 from axieinfinity/merge/release/v0.1.0-feature…
Browse files Browse the repository at this point in the history
…/lib-native-transfer

chore(`lib-native-transfer`): merge from `release/v0.1.0`
  • Loading branch information
TuDo1403 authored Dec 11, 2023
2 parents 98deb3b + d9060b4 commit 4101852
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# smart-contracts-core
# contract-libs

The collections of smart contracts that power the Axie Land Delegation.

Expand Down
7 changes: 0 additions & 7 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ ffi = true

# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options

remappings = [
'contract-libs/=src/',
'forge-std/=lib/forge-std/src/',
'ds-test/=lib/forge-std/lib/ds-test/src/',
'@openzeppelin/=lib/openzeppelin-contracts/',
]

solc = '0.8.23'
evm_version = 'istanbul'
use_literal_content = true
Expand Down
2 changes: 1 addition & 1 deletion lib/forge-std
2 changes: 1 addition & 1 deletion lib/openzeppelin-contracts
2 changes: 1 addition & 1 deletion test/transfers/LibNativeTransfer.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pragma solidity ^0.8.23;

import { Test } from "forge-std/Test.sol";
import { LibNativeTransfer } from "contract-libs/transfers/LibNativeTransfer.sol";
import { LibNativeTransfer } from "src/transfers/LibNativeTransfer.sol";

contract LibNativeTransferTest is Test {
function testFork_RevertWhen_TransferNativeToContractWithoutFallback_safeTransfer(
Expand Down

0 comments on commit 4101852

Please sign in to comment.