Commit a679611 1 parent 12ee017 commit a679611 Copy full SHA for a679611
File tree 4 files changed +65
-0
lines changed
4 files changed +65
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : backstage.io/v1alpha1
3
+ kind : Location
4
+ metadata :
5
+ name : near-plugins-public
6
+ description : Public Near Plugins repository
7
+ spec :
8
+ targets :
9
+ - ./**/.catalog-info.yaml
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : backstage.io/v1alpha1
3
+ kind : Component
4
+ metadata :
5
+ name : near-plugins-examples
6
+ description : |-
7
+ Aurora Engine Tests
8
+ tags :
9
+ - near
10
+ links : []
11
+ annotations :
12
+ aurora.dev/security-tier : " -1"
13
+ spec :
14
+ owner : protocol-team
15
+ type : contract-examples
16
+ lifecycle : production
17
+ system : near-plugins
18
+ interactsWith : []
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : backstage.io/v1alpha1
3
+ kind : Component
4
+ metadata :
5
+ name : near-plugins-derive
6
+ description : |-
7
+ Implementation of common patterns used for NEAR smart contracts.
8
+ tags :
9
+ - contract-library
10
+ - near
11
+ links : []
12
+ annotations :
13
+ aurora.dev/security-tier : " 1"
14
+ spec :
15
+ owner : protocol-team
16
+ type : contract-library
17
+ lifecycle : production
18
+ system : near-plugins
19
+ interactsWith : []
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : backstage.io/v1alpha1
3
+ kind : Component
4
+ metadata :
5
+ name : near-plugins
6
+ description : |-
7
+ Implementation of common patterns used for NEAR smart contracts.
8
+ tags :
9
+ - contract-library
10
+ - near
11
+ links : []
12
+ annotations :
13
+ aurora.dev/security-tier : " 1"
14
+ spec :
15
+ owner : protocol-team
16
+ type : contract-library
17
+ lifecycle : production
18
+ system : near-plugins
19
+ interactsWith : []
You can’t perform that action at this time.
0 commit comments