Skip to content

Commit

Permalink
fix deps and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
xBalbinus committed Nov 12, 2024
1 parent 43834c1 commit 23ed373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
},
"dependencies": {
"@axelar-network/axelar-gmp-sdk-solidity": "3.3.0",
"@nomicfoundation/hardhat-foundry": "^1.0.2-dev.0",
"dotenv": "^16.0.3",
"envfile": "^6.18.0",
"qrcode": "^1.5.1",
Expand All @@ -28,7 +27,7 @@
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-foundry": "^1.1.2",
"@nomicfoundation/hardhat-foundry": "^1.0.2-dev.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.11",
"@typechain/ethers-v6": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const Footer = () => {
</div>
<span>·</span>
<div className="text-center">
<a href="https://t.me/joinchat/KByvmRe5wkR-8F_zz6AjpA" target="_blank" rel="noreferrer" className="link">
<a href="https://t.me/+iZ27z-ROkfUyOTA1" target="_blank" rel="noreferrer" className="link">
Support
</a>
</div>
Expand Down

0 comments on commit 23ed373

Please sign in to comment.