Skip to content

Commit

Permalink
CCIP USDC lane updates (smartcontractkit#1701)
Browse files Browse the repository at this point in the history
* add chains

* add token

* lane changes

* revert 1.0 changes
  • Loading branch information
ritika-b authored and dorianbayart committed Dec 25, 2023
1 parent bce73ca commit c16076e
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/config/data/ccip/v1_2_0/testnet/lanes.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@
"isEnabled": true,
"rate": "167000000000000000000"
}
},
"USDC": {
"rateLimiterConfig": {
"capacity": "100000000000",
"isEnabled": true,
"rate": "167000000"
}
}
},
"rateLimiterConfig": {
Expand Down Expand Up @@ -401,6 +408,13 @@
"isEnabled": true,
"rate": "167000000000000000000"
}
},
"USDC": {
"rateLimiterConfig": {
"capacity": "100000000000",
"isEnabled": true,
"rate": "167000000"
}
}
},
"rateLimiterConfig": {
Expand Down Expand Up @@ -619,6 +633,13 @@
"isEnabled": true,
"rate": "167000000000000000000"
}
},
"USDC": {
"rateLimiterConfig": {
"capacity": "100000000000",
"isEnabled": true,
"rate": "167000000"
}
}
},
"rateLimiterConfig": {
Expand All @@ -642,6 +663,13 @@
"isEnabled": true,
"rate": "167000000000000000000"
}
},
"USDC": {
"rateLimiterConfig": {
"capacity": "100000000000",
"isEnabled": true,
"rate": "167000000"
}
}
},
"rateLimiterConfig": {
Expand Down
8 changes: 8 additions & 0 deletions src/config/data/ccip/v1_2_0/testnet/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@
"name": "USD Coin",
"symbol": "USDC",
"decimals": 6
},
"matic-testnet": {
"tokenAddress": "0x1b791d05E437C78039424749243F5A79E747525e",
"allowListEnabled": false,
"poolAddress": "0xB8B8592AAf82bD42190AA8b629C6afa35A433461",
"name": "USD Coin",
"symbol": "USDC",
"decimals": 6
}
},
"CCIP-BnM": {
Expand Down

0 comments on commit c16076e

Please sign in to comment.