-
Notifications
You must be signed in to change notification settings - Fork 3
Post deployment checklist
Aalavandhan edited this page Nov 5, 2021
·
11 revisions
- Verify smart contract code on the chain's etherscan explorer. Check if the contract implementations match the desired versions.
- XCAmple
- XCAmpleController
- ProxyAdmin
- Examine the contract state variables through the script
# check hardhat.config.js for network names
yarn hardhat info:ampl:setup \
--networks "[\"prodEthereumBaseChain\", \"INSERT_NETWORK_NAME_HERE\"]"
- Configuration checklist
- Verify the "owner" of the
ProxyAdmin
,XCAmpleController
,XCAmple
points to the Bridge DAO. - Verify the whitelisted gateways on
XCAmpleController
point to the appropriate contracts (and no in correct addresses are whitelisted) - Verify the whitelisted gateways on
TokenVault
on the base chain point to the appropriate contracts (and no in correct addresses are whitelisted) - Examine the
RebaseRelayer
transactions to check if the liquidity pools have beensynced