Skip to content
Draft
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
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@uniswap-v1-app/monorepo",
"name": "@blockhubdefi-stampit/monorepo",
"version": "1.0.0",
"keywords": [
"ethereum",
Expand All @@ -10,16 +10,16 @@
],
"private": true,
"scripts": {
"react-app:build": "yarn workspace @uniswap-v1-app/react-app build --max-old-space-size=12288",
"react-app:eject": "yarn workspace @uniswap-v1-app/react-app eject",
"react-app:start": "yarn workspace @uniswap-v1-app/react-app start",
"react-app:test": "yarn workspace @uniswap-v1-app/react-app test",
"react-app:build": "yarn workspace @blockhubdefi-stampit/react-app build --max-old-space-size=12288",
"react-app:eject": "yarn workspace @blockhubdefi-stampit/react-app eject",
"react-app:start": "yarn workspace @blockhubdefi-stampit/react-app start",
"react-app:test": "yarn workspace @blockhubdefi-stampit/react-app test",
"ship": "echo 'Sorry, this does not work yet'",
"build": "yarn workspace @uniswap-v1-app/react-app build --max-old-space-size=12288",
"build": "yarn workspace @blockhubdefi-stampit/react-app build --max-old-space-size=12288",
"chain": "cd packages/buidler && npx buidler node",
"node": "cd packages/buidler && npx buidler node",
"test": "cd packages/buidler && npx buidler test",
"start": "yarn workspace @uniswap-v1-app/react-app start",
"start": "yarn workspace @blockhubdefi-stampit/react-app start",
"compile": "cd packages/buidler && npx buidler compile",
"deploy": "cd packages/buidler && npx buidler run scripts/deploy.js && npx buidler run scripts/publish.js",
"watch": "cd packages/buidler && node scripts/watch.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## @uniswap-v1-app/contracts
## @blockhubdefi-stampit/contracts

A minimalist, opinionated structure for managing smart contract ABIs and addresses.<br/>

Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@uniswap-v1-app/contracts",
"name": "@blockhubdefi-stampit/contracts",
"version": "1.0.0",
"main": "./src/index.js"
}
2 changes: 1 addition & 1 deletion packages/react-app/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## @uniswap-v1-app/react-app
## @blockhubdefi-stampit/react-app

This package is a fork of the default template provided by [Create React App](https://github.com/facebook/create-react-app).

Expand Down
2 changes: 1 addition & 1 deletion packages/react-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@uniswap-v1-app/react-app",
"name": "@blockhubdefi-stampit/react-app",
"version": "1.0.0",
"homepage": ".",
"browserslist": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-app/src/hooks/ExchangePrice.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useState } from 'react';
import { usePoller } from ".";
import { ethers } from "ethers";
import { MAINNET_ID, addresses, abis } from "@uniswap-v1-app/contracts";
import { MAINNET_ID, addresses, abis } from "@blockhubdefi-stampit/contracts";

export default function useExchangePrice(mainnetProvider,pollTime) {

Expand Down
4,333 changes: 2,307 additions & 2,026 deletions yarn.lock

Large diffs are not rendered by default.