File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2626 "deploy:local" : " npx hardhat run scripts/deployExampleToken.js --network localhost" ,
2727 "deploy:arbitrum" : " npx hardhat run scripts/deployArbitrum.js --network arbitrumOne" ,
2828 "predeploy" : " npm run build" ,
29- "deploy" : " gh-pages -d build" ,
29+ "deploy" : " gh-pages -d build -b gh-pages-new " ,
3030 "update-artifact" : " node scripts/update-artifact.js" ,
3131 "flatten" : " npx truffle-flattener contracts/MultiGuard.sol > flattened/MultiGuardFlattened.sol" ,
3232 "verify" : " npx hardhat verify --network arbitrumOne" ,
Original file line number Diff line number Diff line change @@ -58,7 +58,8 @@ const App = () => {
5858 if ( ! isConnected ) {
5959 return (
6060 < div className = "text-center py-12" >
61- < h2 className = "text-3xl font-bold text-gray-800 mb-4" > Protect Your Digital Assets</ h2 >
61+ < h2 className = "text-3xl font-bold text-gray-800 mb-2" > Protect Your Digital Assets</ h2 >
62+ < h3 className = "text-2xl font-semibold text-gray-700 mb-4" > MultiSig Governance Made Simple</ h3 >
6263 < p className = "text-gray-600 mb-8 max-w-lg mx-auto" >
6364 MultiGuard lets you share control of your NFTs, tokens, and smart contracts with trusted friends or team members.
6465 </ p >
You can’t perform that action at this time.
0 commit comments