diff --git a/.github/workflows/CI.yml b/.github/tmp/CI.yml similarity index 100% rename from .github/workflows/CI.yml rename to .github/tmp/CI.yml diff --git a/.gitignore b/.gitignore index 3e2e84b..efa1759 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build/ node_modules/ +.idea \ No newline at end of file diff --git a/README.md b/README.md index 5f3caf0..9e970ef 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Pancake Router +# Alium Router ### Bsc-Test diff --git a/package.json b/package.json index d4dd6e0..923aed4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "pancakeswap-peripheral", + "name": "aliumswap-peripheral", "version": "1.1.0-beta.0", "description": "🎚 Peripheral smart contracts for interacting with pancake", "engines": { @@ -8,7 +8,7 @@ "homepage": "https://pancakeswap.finance", "repository": { "type": "git", - "url": "https://github.com/pancakeswap/pancake-swap-periphery.git" + "url": "https://github.com/aliumswap/alium-swap-periphery.git" }, "files": [ "build",