Skip to content

Commit 59d5645

Browse files
aelmanaaclaude
andcommitted
feat(ccip): add rate limits API with token finality and internalIdFormat support
Expose CCIP rate limits data via new lane endpoints, add token finality details, and support both chains.json keys and selector names as input/output formats. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d044424 commit 59d5645

File tree

80 files changed

+78734
-39262
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+78734
-39262
lines changed

jest.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ module.exports = {
3535
"\\.ya?ml$": "<rootDir>/src/__mocks__/yamlMock.ts",
3636
},
3737
transformIgnorePatterns: ["/node_modules/(?!.*\\.mjs$)"],
38-
testPathIgnorePatterns: ["/node_modules/", "src/tests/chain-api.test.ts"],
38+
testPathIgnorePatterns: ["/node_modules/", "src/tests/chain-api.test.ts", "src/tests/chain-identifier-service.test.ts"],
3939
}

0 commit comments

Comments
 (0)