Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include shutter api chiado and rename shutter service -> shutter api #4

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
468 changes: 468 additions & 0 deletions shutter-api-chiado-102000/genesis/config/config.toml

Large diffs are not rendered by default.

43 changes: 43 additions & 0 deletions shutter-api-chiado-102000/genesis/config/genesis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"genesis_time": "2025-01-29T08:58:34.794674Z",
"chain_id": "shutter-service-chiado-1000",
"initial_height": "0",
"consensus_params": {
"block": {
"max_bytes": "22020096",
"max_gas": "-1"
},
"evidence": {
"max_age_num_blocks": "100000",
"max_age_duration": "172800000000000",
"max_bytes": "1048576"
},
"validator": {
"pub_key_types": [
"ed25519"
]
},
"version": {
"app": "0"
}
},
"validators": [
{
"address": "5CD80A9B6F0B3EF32A0509708D7312D2A117B283",
"pub_key": {
"type": "tendermint/PubKeyEd25519",
"value": "3ipiZxhtSC9gZPmQ+sZAjkRnmtkgLSK6R5D1zt7LioY="
},
"power": "10",
"name": ""
}
],
"app_hash": "",
"app_state": {
"keypers": [
"0x440Dc6F164e9241F04d282215ceF2780cd0B755e"
],
"threshold": "1",
"initialEon": "0"
}
}
1 change: 1 addition & 0 deletions shutter-api-chiado-102000/genesis/config/node_key.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"priv_key":{"type":"tendermint/PrivKeyEd25519","value":"5znbBeycIliCNgztEMiKxe5o5C5e+czN8xFx1060t3R066y7BOiTkDC6FLsB1bvu0O0pRxUH8RcafHFkDIgZcA=="}}
1 change: 1 addition & 0 deletions shutter-api-chiado-102000/genesis/config/node_key.json.id
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d70886737468704b2f5387ff898ce2c9c08bf089
11 changes: 11 additions & 0 deletions shutter-api-chiado-102000/genesis/config/priv_validator_key.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"address": "5CD80A9B6F0B3EF32A0509708D7312D2A117B283",
"pub_key": {
"type": "tendermint/PubKeyEd25519",
"value": "3ipiZxhtSC9gZPmQ+sZAjkRnmtkgLSK6R5D1zt7LioY="
},
"priv_key": {
"type": "tendermint/PrivKeyEd25519",
"value": "h1tG9lnHRaF4pAqPlaYDIjNxRleL+72Ms2n+gv2BuhreKmJnGG1IL2Bk+ZD6xkCORGea2SAtIrpHkPXO3suKhg=="
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
de2a6267186d482f6064f990fac6408e44679ad9202d22ba4790f5cedecb8a86
Binary file not shown.
19 changes: 19 additions & 0 deletions shutter-api-chiado-102000/variables.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Enter variables that should be included in the assets container here, one per line, (ba)sh syntax.
# convention is to start the names with `_ASSETS_` to prevent accidental naming conflicts

_ASSETS_DISCOVERY_NAME_PREFIX="shutter-service-chiado"

_ASSETS_INSTANCE_ID=1000
_ASSETS_HTTP_ENABLED=false
_ASSETS_MAX_NUM_KEYS_PER_MESSAGE=500
_ASSETS_SYNC_START_BLOCK_NUMBER=14157019
_ASSETS_KEYPER_SET_MANAGER="0x61dA0e50e9fB4C7DA3d2E92c8E66A986d5b0De44"
_ASSETS_KEY_BROADCAST_CONTRACT="0xcEe960Ca05987897540689432f71809faCaA62A5"
_ASSETS_SHUTTERREGISTRY="0xeBC64d6b4aD5a7da26D61503a1356893eE91bd40"
_ASSETS_CUSTOM_BOOTSTRAP_ADDRESSES='["/ip4/167.99.177.227/tcp/23007/p2p/12D3KooWRCf6D82nkzr3B49LBAgbY1WVPYhxxtHw2oLfFDYc1H3T"]'
_ASSETS_DKG_PHASE_LENGTH=30
_ASSETS_DKG_START_BLOCK_DELTA=1440

_ASSETS_SHUTTERMINT_SEED_NODES="[email protected]:28656"

_ASSETS_NETWORK="chiado"
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"height": "0",
"round": 0,
"step": 0
}