Skip to content

Commit

Permalink
CNS-261: changed all spec names to be lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-lava committed May 7, 2023
1 parent 8b563e7 commit 492b42a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cookbook/specs/spec_add_bsc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"specs": [
{
"index": "BSC",
"name": "BSC mainnet",
"name": "bsc mainnet",
"enabled": true,
"imports": [
"ETH1"
Expand Down
2 changes: 1 addition & 1 deletion cookbook/specs/spec_add_cosmossdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"specs": [
{
"index": "COSMOSSDK",
"name": "Cosmos SDK",
"name": "cosmos sdk",
"enabled": false,
"imports": [
"IBC"
Expand Down
2 changes: 1 addition & 1 deletion cookbook/specs/spec_add_cosmossdk_full.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"specs": [
{
"index": "COSMOSSDKFULL",
"name": "Full Cosmos SDK",
"name": "full cosmos sdk",
"enabled": false,
"imports": [
"COSMOSSDK",
Expand Down
2 changes: 1 addition & 1 deletion cookbook/specs/spec_add_cosmoswasm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"specs": [
{
"index": "COSMOSWASM",
"name": "Cosmos Wasm",
"name": "cosmos wasm",
"enabled": false,
"reliability_threshold": 268435455,
"data_reliability_enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion cookbook/specs/spec_add_ibc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"specs": [
{
"index": "IBC",
"name": "IBC",
"name": "ibc",
"enabled": false,
"reliability_threshold": 268435455,
"data_reliability_enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion cookbook/specs/spec_add_solana.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"specs": [
{
"index": "SOLANA",
"name": "Solana main net",
"name": "solana main net",
"enabled": true,
"reliability_threshold": 268435455,
"data_reliability_enabled": true,
Expand Down

0 comments on commit 492b42a

Please sign in to comment.