Skip to content

Commit

Permalink
Merge branch 'main' into improve-rbac-practices
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightjl authored Mar 11, 2024
2 parents 82d6c35 + 7022776 commit a78a785
Show file tree
Hide file tree
Showing 33 changed files with 1,311 additions and 111 deletions.
14 changes: 14 additions & 0 deletions public/assets/chains/kroma.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions public/assets/chains/wemix.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/developer-responsibilities.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion public/samples/Automation/StreamsWithError.sol
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ contract StreamsLookupChainlinkAutomation is
bool success = false;
bool isError = true;
// Add custom logic to handle errors offchain here
if (errorCode == 800400) {
if (errorCode == 808400) {
// Bad request error code
_upkeepNeeded = false;
} else {
Expand Down
10 changes: 10 additions & 0 deletions src/config/data/ccip/v1_2_0/mainnet/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,15 @@
"chainSelector": "15971525489660198786",
"router": "0x881e3A65B4d4a04dD529061dd0071cf975F58bCD",
"feeTokens": ["LINK", "WETH"]
},
"wemix-mainnet": {
"chainSelector": "5142893604156789321",
"router": "0x7798b795Fde864f4Cd1b124a38Ba9619B7F8A442",
"feeTokens": ["LINK", "WWEMIX"]
},
"ethereum-mainnet-kroma-1": {
"chainSelector": "3719320017875267166",
"router": "0xE93E8B0d1b1CEB44350C8758ed1E2799CCee31aB",
"feeTokens": ["LINK", "WETH"]
}
}
Loading

0 comments on commit a78a785

Please sign in to comment.