Skip to content

Commit

Permalink
fix(operator-ui): support creating solana chain config (#15237)
Browse files Browse the repository at this point in the history
This commit bumps the operator ui version to bring in the new feature to create solana chain config in the job-distributor page.

Context: smartcontractkit/operator-ui#94

JIRA: https://smartcontract-it.atlassian.net/browse/DPA-1265
  • Loading branch information
graham-chainlink authored Nov 18, 2024
1 parent a9d6a3f commit 1f9c07d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/tame-tomatoes-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": minor
---

#added feat: support creating solana chain config in job distributor page
2 changes: 1 addition & 1 deletion core/web/assets/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Operator UI</title><link rel="shortcut icon" href="https://smartcontract.imgix.net/chainlink.ico?auto=compress%2Cformat"/><link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"/><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/><link href="/favicon.ico" rel="shortcut icon" type="image/x-icon"/><title>Chainlink</title><script defer="defer" src="/assets/main.1d1632f9bf7627b5ea5e.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Operator UI</title><link rel="shortcut icon" href="https://smartcontract.imgix.net/chainlink.ico?auto=compress%2Cformat"/><link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"/><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/><link href="/favicon.ico" rel="shortcut icon" type="image/x-icon"/><title>Chainlink</title><script defer="defer" src="/assets/main.57f94389bc8271642420.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Binary file modified core/web/assets/index.html.gz
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
2 changes: 1 addition & 1 deletion operator_ui/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.8.0-7c02aca
v0.8.0-ca7e4da

0 comments on commit 1f9c07d

Please sign in to comment.