Skip to content

Commit

Permalink
chore: update catalog-info (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofigs authored Dec 20, 2024
1 parent b87b15d commit 73c4a6f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ spec:
- ./near/omni-prover/wormhole-omni-prover-proxy/.catalog-info.yaml
- ./near/omni-types/.catalog-info.yaml
- ./near/omni-bridge/.catalog-info.yaml
- ./near/omni-token/.catalog-info.yaml
- ./evm/bridge-token-factory/.catalog-info.yaml
- ./omni-relayer/.catalog-info.yaml
- ./solana/bridge_token_factory/.catalog-info.yaml
13 changes: 13 additions & 0 deletions near/omni-token/.catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: omni-token
tags:
- near
links: []
annotations:
aurora.dev/security-tier: "1"
spec:
owner: nearone-team
type: library
lifecycle: production
13 changes: 13 additions & 0 deletions solana/bridge_token_factory/.catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: omni-solana-bridge-token-factory
tags:
- solana
links: []
annotations:
aurora.dev/security-tier: "1"
spec:
owner: nearone-team
type: contract
lifecycle: production

0 comments on commit 73c4a6f

Please sign in to comment.