Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion public/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,13 +402,28 @@
}
},
"data": [
{
"category": "integration",
"date": "2026-08-13",
"description": "Newly supported tokens: USDUC",
"relatedTokens": [
{
"assetName": "unstable coin",
"baseAsset": "USDUC",
"url": "https://docs.chain.link/ccip/directory/mainnet/token/USDUC",
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/usduc.webp?auto=compress%2Cformat&q=60&w=40&h=40&fit=cover"
}
],
"title": "Cross-chain token (CCT) standard: Added support for new tokens",
"topic": "CCIP"
},
{
"category": "integration",
"date": "2026-08-12",
"description": "Newly supported tokens: TAO",
"relatedTokens": [
{
"assetName": "TAO",
"assetName": "Bittensor",
"baseAsset": "TAO",
"url": "https://docs.chain.link/ccip/directory/mainnet/token/TAO",
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/tao.webp?auto=compress%2Cformat&q=60&w=40&h=40&fit=cover"
Expand Down
2 changes: 1 addition & 1 deletion src/config/data/ccip/v1_2_0/mainnet/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@
"version": "1.0.0"
},
"chainSelector": "16978377838628290997",
"feeTokens": ["LINK", "WUSDT0"],
"feeTokens": ["LINK", "WgUSDT", "WUSDT0"],
"registryModule": {
"address": "0x7CcFb2Fa43637b4858Cb1269CF0d64a99e8C668a",
"version": "1.6.0"
Expand Down
172 changes: 144 additions & 28 deletions src/config/data/ccip/v1_2_0/mainnet/lanes.json
Original file line number Diff line number Diff line change
Expand Up @@ -4315,6 +4315,20 @@
"version": "1.5.0"
},
"supportedTokens": {
"reUSD": {
"rateLimiterConfig": {
"in": {
"capacity": "1100000000000000000000000",
"isEnabled": true,
"rate": "305555555555555555555"
},
"out": {
"capacity": "1000000000000000000000000",
"isEnabled": true,
"rate": "277777777777777777777"
}
}
},
"savUSD": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -5778,20 +5792,6 @@
"rate": "0"
}
}
},
"xTAO": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
}
}
},
Expand Down Expand Up @@ -11829,6 +11829,20 @@
}
}
},
"USDC": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
},
"xSolvBTC": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -15216,20 +15230,6 @@
"rate": "0"
}
}
},
"xTAO": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
}
}
},
Expand Down Expand Up @@ -20305,6 +20305,20 @@
}
}
},
"USDC": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
},
"xSolvBTC": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -26380,6 +26394,20 @@
}
}
},
"USDUC": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
},
"WHLP": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -35366,6 +35394,20 @@
"version": "1.5.0"
},
"supportedTokens": {
"reUSD": {
"rateLimiterConfig": {
"in": {
"capacity": "1100000000000000000000000",
"isEnabled": true,
"rate": "305555555555555555555"
},
"out": {
"capacity": "1000000000000000000000000",
"isEnabled": true,
"rate": "277777777777777777777"
}
}
},
"savUSD": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -42711,6 +42753,22 @@
"address": "0xe72d25aDd538E8ef9CeF85622eA8912a6CB98Be6",
"enforceOutOfOrder": false,
"version": "1.6.0"
},
"supportedTokens": {
"USDUC": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
}
}
}
},
Expand Down Expand Up @@ -43131,6 +43189,20 @@
"version": "1.5.0"
},
"supportedTokens": {
"reUSD": {
"rateLimiterConfig": {
"in": {
"capacity": "1100000000000000000000000",
"isEnabled": true,
"rate": "305555555555555555555"
},
"out": {
"capacity": "1000000000000000000000000",
"isEnabled": true,
"rate": "277777777777777777777"
}
}
},
"savUSD": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -43430,6 +43502,20 @@
"version": "1.5.0"
},
"supportedTokens": {
"reUSD": {
"rateLimiterConfig": {
"in": {
"capacity": "1100000000000000000000000",
"isEnabled": true,
"rate": "305555555555555555555"
},
"out": {
"capacity": "1000000000000000000000000",
"isEnabled": true,
"rate": "277777777777777777777"
}
}
},
"savUSD": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -44672,6 +44758,20 @@
}
}
},
"USDUC": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
},
"WHLP": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -45280,6 +45380,22 @@
"address": "Ccip842gzYHhvdDkSyi2YVCoAWPbYJoApMFzSxQroE9C",
"enforceOutOfOrder": true,
"version": "1.6.0"
},
"supportedTokens": {
"USDUC": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
}
}
},
"sei-mainnet": {
Expand Down
Loading
Loading