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:
@@ -46,7 +46,7 @@ describe('AsyncAPI Event Schema Validation', () => {
|
||||
];
|
||||
|
||||
requiredChannels.forEach((channel) => {
|
||||
expect(asyncapiSpec.channels).toHaveProperty(channel);
|
||||
expect(asyncapiSpec.channels[channel]).toBeDefined();
|
||||
});
|
||||
});
|
||||
|
||||
@@ -61,4 +61,3 @@ describe('AsyncAPI Event Schema Validation', () => {
|
||||
expect(envelopeSchema.required).toContain('payload');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user