-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63de182
commit 26c2e3b
Showing
3 changed files
with
460 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import web3 from "./web3"; | ||
import tokenABI from "./web3/dammy_abi"; | ||
|
||
const dammy_address = "0xdceaf1652a131F32a821468Dc03A92df0edd86Ea"; | ||
const dammy_abi = tokenABI; | ||
|
||
export default new web3.eth.Contract(dammy_abi, dammy_address); |
Oops, something went wrong.