Skip to content

Commit 9208069

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 9208069

49 files changed

Lines changed: 77877 additions & 36646 deletions

Some content is hidden

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

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)