diff options
author | Aaron Buchwald <[email protected]> | 2020-12-15 17:30:03 -0500 |
---|---|---|
committer | Aaron Buchwald <[email protected]> | 2020-12-15 17:30:03 -0500 |
commit | cc2a13f91f95bd377f5c3efb86ebbcc7096f6d97 (patch) | |
tree | 141d6f6a5a6f1d73ea934f2923ec439f6ca1ef69 /contracts | |
parent | b892b31f7f9bc9a63eb9774e7fbe0b5cd82891ae (diff) |
Set chain rules based on block times for mainnet/fuji
Diffstat (limited to 'contracts')
-rw-r--r-- | contracts/arc20.sol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contracts/arc20.sol b/contracts/arc20.sol index a7fc997..d1af6a3 100644 --- a/contracts/arc20.sol +++ b/contracts/arc20.sol @@ -2,7 +2,7 @@ pragma solidity >=0.6.0 <0.8.0; -import {NativeAssets} from "./NativeAssets.sol"; +import {NativeAssets} from "./nativeAssets.sol"; contract ARC20 { |