Skip to content

Commit

Permalink
Merge pull request #92 from gammaswap/upd-v1core1.1.21
Browse files Browse the repository at this point in the history
publish package
  • Loading branch information
0xDanr committed Jan 18, 2024
2 parents a2eaa1b + fb25795 commit b1ceee5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ const config: HardhatUserConfig = {
},
chainId: 421613,
},
arbitrumSepolia: {
url: `https://arb-sepolia.g.alchemy.com/v2/${process.env.ALCHEMY_ARBITRUM_SEPOLIA_API_KEY}`,
accounts: {
mnemonic: process.env.ARBITRUM_SEPOLIA_MNEMONIC || "",
},
chainId: 421614,
},
arbitrum: {
url: `https://arb-mainnet.g.alchemy.com/v2/${process.env.ALCHEMY_ARBITRUM_API_KEY}`,
accounts: {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gammaswap/v1-periphery",
"version": "1.1.13",
"version": "1.1.14",
"description": "Periphery contracts for the GammaSwap V1 protocol",
"homepage": "https://gammaswap.com",
"scripts": {
Expand Down Expand Up @@ -67,7 +67,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@gammaswap/v1-core": "^1.1.20",
"@gammaswap/v1-core": "^1.1.21",
"@openzeppelin/contracts": "^4.7.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -576,10 +576,10 @@
resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-2.0.0.tgz#f22824caff3ae506b18207bad4126dbc6ccdb6b8"
integrity sha512-JUFJad5lv7jxj926GPgymrWQxxjPYuJNiNjNMzqT+HiuP6Vl3dk5xzG+8sTX96np0ZAluvaMzPsjhHZ5rNuNQQ==

"@gammaswap/v1-core@^1.1.20":
version "1.1.20"
resolved "https://npm.pkg.github.com/download/@gammaswap/v1-core/1.1.20/70bc7df09404186a5bb993c5880550c537276a46#70bc7df09404186a5bb993c5880550c537276a46"
integrity sha512-Cb66rfz7e5vIM97g4e8iD01+G9maB+hrhyyu/j09m7tt5ZC8tjbhcIrbBpsKtXF5n1j8Crm7m8tyA2DirfulaA==
"@gammaswap/v1-core@^1.1.21":
version "1.1.21"
resolved "https://npm.pkg.github.com/download/@gammaswap/v1-core/1.1.21/8a06399f65cc4c2389a9e7861f38570de55cb358#8a06399f65cc4c2389a9e7861f38570de55cb358"
integrity sha512-X6EiAsAByRspjB/lGn3nRCe8n0TUfommjJzZCayoALsJou6NKqTKOgLFP74bHa8tG1bvItdDLk+KyJQ6Op4Z+g==
dependencies:
"@openzeppelin/contracts" "^4.7.0"

Expand Down

0 comments on commit b1ceee5

Please sign in to comment.