Skip to content

Commit

Permalink
Add new KintoID contract implementation (V11), update deployment scri…
Browse files Browse the repository at this point in the history
…pts and test artifacts with new contract address and transaction details.
  • Loading branch information
ylv-io committed Feb 5, 2025
1 parent 6b8dd59 commit 8f9c7cf
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 45 deletions.
148 changes: 148 additions & 0 deletions broadcast/135-upgrade_faucet_id.s.sol/7887/run-1738769861.json

Large diffs are not rendered by default.

84 changes: 42 additions & 42 deletions broadcast/135-upgrade_faucet_id.s.sol/7887/run-latest.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions script/migrations/135-upgrade_faucet_id.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ contract UpgradeKintoIDScript is MigrationHelper {
abi.encode(_getChainDeployment("KintoWalletFactory"), _getChainDeployment("Faucet"))
);

address impl = _deployImplementationAndUpgrade("KintoID", "V10", bytecode);
saveContractAddress("KintoIDV10-impl", impl);
address impl = _deployImplementationAndUpgrade("KintoID", "V11", bytecode);
saveContractAddress("KintoIDV11-impl", impl);

KintoID kintoID = KintoID(_getChainDeployment("KintoID"));
address nioGovernor = _getChainDeployment("NioGovernor");
Expand Down
3 changes: 2 additions & 1 deletion test/artifacts/7887/addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,5 +263,6 @@
"CRV-impl": "0x0635494DF1e6643eEC19C4eA113b3F242519ee4E",
"CRV": "0xC90000A619e56D12B9da6858509BA497B64e77eC",
"BridgerL2V12-impl": "0xB0AC6E846079FA2A984298C056F304070EA24e31",
"BridgerL2V13-impl": "0xfcdF95304e95aFb40d14300d39c258dB45194734"
"BridgerL2V13-impl": "0xfcdF95304e95aFb40d14300d39c258dB45194734",
"KintoIDV11-impl": "0x4aC06254558e144C41461a319822993900cE2eE4"
}

0 comments on commit 8f9c7cf

Please sign in to comment.