Skip to content

Commit

Permalink
install only prod dependencies in npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed May 3, 2022
1 parent d16a038 commit a95ddc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
exit 0
fi
npm ci
npm ci --production --only=prod
for i in $(echo $RUN_FILES | tr -d '"[]' | tr "," "\n")
do
Expand Down
2 changes: 1 addition & 1 deletion projects/mantradao.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const chainConfig = {
polygon: { staking: stakingAssetsPOLYGON, pool2: lpStakingAssetsPOLYGON, },
}

const comptroller = "0x606246e9EF6C70DCb6CEE42136cd06D127E2B7C7";
const comptroller = "0x606246e9EF6C70DCb6CEE42136cd06D127E2B7C7"
const zenETH = "0x4F905f75F5576228eD2D0EA508Fb0c32a0696090";
const zenETHEquivalent = "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2";

Expand Down

1 comment on commit a95ddc6

@BONDD0007
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bscan a nasıl gönderip token kurabiliriz

Please sign in to comment.