Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Added mumbai testnet to addres book, and helper to mint mumbai-DAI #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 6 additions & 0 deletions contracts/interfaces/IMintable.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// SPDX-License-Identifier: MIT
pragma solidity >=0.5.0;

interface IMintable {
function mint(address to, uint256 amount) external;
}
1 change: 1 addition & 0 deletions deployments/mumbai/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
80001
Loading