Skip to content

Commit 106402b

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 715a2dc commit 106402b

Some content is hidden

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

59 files changed

+80986
-36787
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)