Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release #488

Merged
merged 38 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
3fa98bd
feat: deployed mock tokens and vtokens
web3rover Jan 31, 2025
333600e
fix: revert script
web3rover Jan 31, 2025
90f81e1
feat: updating deployment files
web3rover Jan 31, 2025
d1e3568
feat: deployed on ethereum
web3rover Feb 4, 2025
53127f1
Merge branch 'feat/ven-3041' of github.com:VenusProtocol/isolated-poo…
web3rover Feb 4, 2025
26159b0
feat: updating deployment files
web3rover Feb 4, 2025
6af882c
fix: fixed yarn
web3rover Feb 4, 2025
a631acd
Merge branch 'feat/ven-3041' of github.com:VenusProtocol/isolated-poo…
web3rover Feb 4, 2025
887befc
fix: reverted yarn.lock
web3rover Feb 4, 2025
576ecd0
fix: fixed yarn
web3rover Feb 4, 2025
716bd53
Merge branch 'develop' into feat/ven-3041
chechu Feb 4, 2025
de507ba
feat: deploy pool lens & configure markets on unichain
GitGuru7 Feb 6, 2025
39da89c
feat: updating deployment files
GitGuru7 Feb 6, 2025
7e7f555
feat: add market deployments on unichain
GitGuru7 Feb 7, 2025
c1a98d8
Merge pull request #486 from VenusProtocol/main
chechu Feb 8, 2025
ead1d0e
feat: deployed on sepolia and ethereym
web3rover Feb 6, 2025
78b1ed7
feat: updating deployment files
web3rover Feb 6, 2025
39a572d
Merge pull request #475 from VenusProtocol/feat/ven-3041
web3rover Feb 9, 2025
c506242
chore(release): 4.1.0-dev.1 [skip ci]
toolsvenus Feb 9, 2025
6738296
Merge branch 'develop' into feat/uni-markets
chechu Feb 9, 2025
880bd6d
feat: updating deployment files
chechu Feb 9, 2025
7207fd1
feat: NTG deployment on unichain mainnet
GitGuru7 Feb 10, 2025
37edb27
feat: added a comment
GitGuru7 Feb 11, 2025
729b59a
Merge pull request #481 from VenusProtocol/feat/ven-3048
web3rover Feb 11, 2025
3adb4c8
chore(release): 4.1.0-dev.2 [skip ci]
toolsvenus Feb 11, 2025
f675856
feat: updating deployment files
chechu Feb 9, 2025
0f1f22f
feat: update config & redeploy contracts
GitGuru7 Feb 11, 2025
d0f946c
feat: updating deployment files
GitGuru7 Feb 11, 2025
65c3fb7
Merge pull request #482 from VenusProtocol/feat/uni-markets
chechu Feb 11, 2025
b3a9767
chore(release): 4.1.0-dev.3 [skip ci]
toolsvenus Feb 11, 2025
db47458
Merge branch 'develop' into feat/VEN-3066
chechu Feb 11, 2025
0d70a54
chore: update dependencies
chechu Feb 11, 2025
e81c07f
feat: updating deployment files
chechu Feb 11, 2025
c3955e5
revert: feat: added a comment
chechu Feb 11, 2025
b04ebb8
fix: redeploy NTG on unichainmainnet
kkirka Feb 11, 2025
3df2be1
feat: updating deployment files
kkirka Feb 11, 2025
e996624
Merge pull request #487 from VenusProtocol/feat/VEN-3066
chechu Feb 11, 2025
708abd9
chore(release): 4.1.0-dev.4 [skip ci]
toolsvenus Feb 11, 2025
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
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ DEPLOYER_PRIVATE_KEY=
#ARCHIVE_NODE_basesepolia=https://sepolia.base.org
#ARCHIVE_NODE_basemainnet=https://open-platform.nodereal.io/<YOUR_KEY_HERE>/base
#ARCHIVE_NODE_unichainsepolia=https://unichain-sepolia.g.alchemy.com/v2/<YOUR_KEY_HERE>
#ARCHIVE_NODE_unichainmainnet=https://unichain-mainnet.g.alchemy.com/v2/<YOUR_KEY_HERE>

# Uncomment the lines below if you want to deploy on mainnet using Frame Wallet
#ARCHIVE_NODE_ethereum=http://127.0.0.1:1248
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Export deployments
run: |
for NETWORK in bsctestnet bscmainnet ethereum sepolia opbnbtestnet opbnbmainnet arbitrumsepolia arbitrumone opsepolia opmainnet basesepolia basemainnet unichainsepolia; do
for NETWORK in bsctestnet bscmainnet ethereum sepolia opbnbtestnet opbnbmainnet arbitrumsepolia arbitrumone opsepolia opmainnet basesepolia basemainnet unichainsepolia unichainmainnet; do
EXPORT=true yarn hardhat export --network ${NETWORK} --export ./deployments/${NETWORK}.json
jq -M '{name, chainId, addresses: .contracts | map_values(.address)}' ./deployments/${NETWORK}.json > ./deployments/${NETWORK}_addresses.json
done
Expand Down
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
## [4.1.0-dev.4](https://github.com/VenusProtocol/isolated-pools/compare/v4.1.0-dev.3...v4.1.0-dev.4) (2025-02-11)


### Features

* NTG deployment on unichain mainnet ([7207fd1](https://github.com/VenusProtocol/isolated-pools/commit/7207fd10bb14d02eea033dade355b838e7b0a7e8))
* updating deployment files ([3df2be1](https://github.com/VenusProtocol/isolated-pools/commit/3df2be19d9628e5f9c856c973006763c5a699809))
* updating deployment files ([e81c07f](https://github.com/VenusProtocol/isolated-pools/commit/e81c07fc211a7113ce04071a8aea5b88cbd2d429))
* updating deployment files ([880bd6d](https://github.com/VenusProtocol/isolated-pools/commit/880bd6dda9063658c9de25f00375c0e56a50a5ae))


### Bug Fixes

* redeploy NTG on unichainmainnet ([b04ebb8](https://github.com/VenusProtocol/isolated-pools/commit/b04ebb8d48b6f26652aaed026f629512ff1235b9))

## [4.1.0-dev.3](https://github.com/VenusProtocol/isolated-pools/compare/v4.1.0-dev.2...v4.1.0-dev.3) (2025-02-11)


### Features

* add market deployments on unichain ([7e7f555](https://github.com/VenusProtocol/isolated-pools/commit/7e7f5551db23c91b9e246e8a7d9c700020f741bb))
* deploy pool lens & configure markets on unichain ([de507ba](https://github.com/VenusProtocol/isolated-pools/commit/de507baf707529707395a37b5d57ac675a938626))
* update config & redeploy contracts ([0f1f22f](https://github.com/VenusProtocol/isolated-pools/commit/0f1f22f77189c1788145231ff1da17b907cc2a72))
* updating deployment files ([d0f946c](https://github.com/VenusProtocol/isolated-pools/commit/d0f946c9f6e714f339c24065ded38daef878af15))
* updating deployment files ([f675856](https://github.com/VenusProtocol/isolated-pools/commit/f6758567ca8ff0462da9a43fe65235525b1b4ed1))
* updating deployment files ([39da89c](https://github.com/VenusProtocol/isolated-pools/commit/39da89cc12947708f5dba5784303a45616083571))

## [4.1.0-dev.2](https://github.com/VenusProtocol/isolated-pools/compare/v4.1.0-dev.1...v4.1.0-dev.2) (2025-02-11)


### Features

* deployed on sepolia and ethereym ([ead1d0e](https://github.com/VenusProtocol/isolated-pools/commit/ead1d0eb3936717dbde6236b3cdd76c78e7aa319))
* updating deployment files ([78b1ed7](https://github.com/VenusProtocol/isolated-pools/commit/78b1ed7e54302ef6dc91215e3d90074a5c7e8008))

## [4.1.0-dev.1](https://github.com/VenusProtocol/isolated-pools/compare/v4.0.0...v4.1.0-dev.1) (2025-02-09)


### Features

* deployed mock tokens and vtokens ([3fa98bd](https://github.com/VenusProtocol/isolated-pools/commit/3fa98bd1ea4eae6f9b846b631cf52178e439cf08))
* deployed on ethereum ([d1e3568](https://github.com/VenusProtocol/isolated-pools/commit/d1e3568abcea3a705f7fcd38566cc9237a4b62cd))
* updating deployment files ([26159b0](https://github.com/VenusProtocol/isolated-pools/commit/26159b0f08bb7ab0150feeaa8f4b7202b43bdf7e))
* updating deployment files ([90f81e1](https://github.com/VenusProtocol/isolated-pools/commit/90f81e1d96c0b23e7f63896563b3f921b1cacdc8))


### Bug Fixes

* fixed yarn ([576ecd0](https://github.com/VenusProtocol/isolated-pools/commit/576ecd09e058735c32b5d76d6446f99cd91972bc))
* fixed yarn ([6af882c](https://github.com/VenusProtocol/isolated-pools/commit/6af882c8570ce16bffba4ce368c5ac45404a7a4b))
* revert script ([333600e](https://github.com/VenusProtocol/isolated-pools/commit/333600eeb89779172941f60fd72c45e4f693126c))
* reverted yarn.lock ([887befc](https://github.com/VenusProtocol/isolated-pools/commit/887befc35b8add3a112abb79cac7e5cedba53bae))

## [4.0.0](https://github.com/VenusProtocol/isolated-pools/compare/v3.9.0...v4.0.0) (2025-02-07)


Expand Down
7 changes: 7 additions & 0 deletions deploy/018-native-token-gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { contracts as ilOpbnbTestnet } from "../deployments/opbnbtestnet.json";
import { contracts as ilOpMainnet } from "../deployments/opmainnet.json";
import { contracts as ilOpSepolia } from "../deployments/opsepolia.json";
import { contracts as ilSepolia } from "../deployments/sepolia.json";
import { contracts as ilUnichainMainnet } from "../deployments/unichainmainnet.json";
import { contracts as ilUnichainSepolia } from "../deployments/unichainsepolia.json";
import { contracts as ilZkMainnet } from "../deployments/zksyncmainnet.json";
import { contracts as ilZkSepolia } from "../deployments/zksyncsepolia.json";
Expand Down Expand Up @@ -131,6 +132,12 @@ const VWNativeInfo: { [key: string]: VTokenConfig[] } = {
address: ilUnichainSepolia.VToken_vWETH_Core.address,
},
],
unichainmainnet: [
{
name: "vWETH_Core",
address: ilUnichainMainnet.VToken_vWETH_Core.address,
},
],
};

const getVWNativeTokens = (networkName: string): VTokenConfig[] => {
Expand Down
Loading