Skip to content

Commit a0a40a3

Browse files
committed
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.
1 parent d044424 commit a0a40a3

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)