feat: add chain-spec-tool and usdt-bridge utilities

chain-spec-tool:
- CLI utility for chain spec manipulation and validation
- Used for mainnet chain spec generation and verification

usdt-bridge:
- Custodial bridge for wUSDT token operations
- Handles USDT wrapping/unwrapping between external chains and Asset Hub
- Configuration in bridge_config.json
This commit is contained in:
2026-01-25 19:43:33 +03:00
parent 3b8b709fb1
commit 23d52f2f98
8 changed files with 13768 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"polkadot_rpc": "wss://polkadot-asset-hub-rpc.polkadot.io",
"pezkuwi_rpc": "wss://asset-hub-rpc.pezkuwichain.io",
"polkadot_usdt_asset_id": 1984,
"pezkuwi_wusdt_asset_id": 1000,
"min_deposit": 10000000,
"min_withdraw": 10000000,
"fee_basis_points": 10,
"seed_path": "bridge_seed.json",
"db_path": "bridge_db.json"
}