feat: bridges, PMM, flash workflow, token-aggregation, and deployment docs
- CCIP/trustless bridge contracts, GRU tokens, DEX/PMM tests, reserve vault. - Token-aggregation service routes, planner, chain config, relay env templates. - Config snapshots and multi-chain deployment markdown updates. - gitignore services/btc-intake/dist/ (tsc output); do not track dist. Run forge build && forge test before deploy (large solc graph). Made-with: Cursor
This commit is contained in:
@@ -49,6 +49,8 @@ if [[ -z "$AMOUNT_WEI" ]]; then
|
||||
AMOUNT_WEI="$(cast call "$WETH_ADDRESS" "balanceOf(address)(uint256)" "$DEPLOYER" --rpc-url "$RPC_URL")"
|
||||
fi
|
||||
|
||||
AMOUNT_WEI="$(echo "$AMOUNT_WEI" | awk '{print $1}')"
|
||||
|
||||
if [[ -z "$AMOUNT_WEI" || "$AMOUNT_WEI" == "0" ]]; then
|
||||
if [[ "$DRY_RUN" == "1" ]]; then
|
||||
AMOUNT_WEI="1000000000000000"
|
||||
|
||||
Reference in New Issue
Block a user