All the current abis are stored in abis/eth/cpool directory They are updated automatically when smart-contracts repo is updated
Put example/updateAbi.js to scripts directory of your project
Add following line to your package.json scripts section
"update-abi": "node scripts/update-abi.js"