https://github.com/e00dan/immutable-proxy-demo
https://github.com/e00dan/immutable-proxy-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/e00dan/immutable-proxy-demo
- Owner: e00dan
- Created: 2022-09-30T12:02:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T12:02:48.000Z (over 3 years ago)
- Last Synced: 2025-01-25T23:45:36.002Z (over 1 year ago)
- Language: Solidity
- Size: 104 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Create Immutable proxy to Godwoken Testnet:
```
yarn
yarn build
yarn hardhat run --network godwoken scripts/deploy/addressProvider.ts
```
Example output from Godwoken Testnet:
```
➜ ✗ yarn hardhat run --network godwoken scripts/deploy/addressProvider.ts
...
"lendingPoolImplementation" deployed to 0xfD373C524601F405b4403fDA0CBd947C9c82Af3F
"addressesProvider" deployed to 0xeAC53aC47Fd20500AAd301a6f8071d2e2E5aD917
Lending pool PROXY address: 0xb34030df3686f08603792443696A2675a0dACF21
✨ Done in 11.29s.
```