Skip to content

Commit 355bdbf

Browse files
authored
Merge pull request #204 from oasisprotocol/matevz/feature/solidity-version-upgradeable
solidity: VERSION, cleanups, Safe deployment tooling, Sourcify verification, other hardhat tooling
2 parents a5034de + 2656a96 commit 355bdbf

13 files changed

Lines changed: 1212 additions & 109 deletions

File tree

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ accounting-module
8888
# Local auth-token store (SQLite via diskcache) — never commit
8989
.auth_tokens/
9090

91-
# OpenZeppelin upgrades manifests generated by local runs; remove this if you
92-
# decide to track production upgrade manifests deliberately
93-
.openzeppelin/
91+
# OpenZeppelin upgrades manifests: ignore sapphire-localnet (chain 23293)
92+
# manifests. Production sapphire/sapphire-testnet manifests (23294/23295) are
93+
# tracked in git so `hardhat upgrade`'s validateUpgrade() has a real
94+
# storage layout to check against.
95+
solidity/.openzeppelin/unknown-23293.json

0 commit comments

Comments
 (0)