Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jérémy James Toussaint <[email protected]>
  • Loading branch information
gfournieriExec and jeremyjams authored Oct 4, 2024
1 parent a2814b1 commit 763f501
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ on:
push:
branches:
- feature/*
- bugfix/*
- develop
- release/*
- hotfix/*
- main

jobs:
Expand Down
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# iexec-voucher-contracts
iExec Voucher contracts

[![codecov](https://codecov.io/github/iExecBlockchainComputing/iexec-voucher-contracts/graph/badge.svg)](https://codecov.io/github/iExecBlockchainComputing/iexec-voucher-contracts)

Expand Down Expand Up @@ -41,21 +41,6 @@ With appropriate deployer key:
```
npx hardhat deploy --network bellecour
```
- Logs
```
Deploying all contracts related to voucher..
ChainId: 134
Using upgrader address: 0xA0C07ad0257522211c6359EC8A4EB5d21A4A1A14
Using manager address: 0xA0C1939182b454911b78f9b087D5444d7d0E82E3
Using minter address: 0xA0C26578F762a06c14A8153F87D0EAA2fBd036af
Using PoCo address: 0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f
Factory: 0xfAC000a12dA42B871c0AaD5F25391aAe62958Db1
Salt: 0x0000000000000000000000000000000000000000000000000000000000000000
VoucherImpl: 0xf59b25A6149f1DA76470A6300aEc420540127E62
VoucherUpgradeableBeacon: 0xFC43930c7bFb6499A692fcFC7199Ea5E68a3d9F8
VoucherHubImpl: 0x7b5947B5e49eB2F17f35f55cB48C2a3637F7c80F
VoucherHubERC1967Proxy: 0x3137B6DF4f36D338b82260eDBB2E7bab034AFEda
```

### Verify contracts

Expand Down

0 comments on commit 763f501

Please sign in to comment.