-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip tested version use base64 for buffer and impelemnt challenger fix challenger handle pagination output proposal clean up update bots readme remove unnecessary file fix readme fix base port in readme fix ports in sample and config.ts update initia.js apply blockchainData fix to handle block fix sync error activate L2 Monitor fix handle event support stone-12-1 update dockerfile implement resurrector remove mnemonic
- Loading branch information
Showing
88 changed files
with
2,482 additions
and
2,853 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,36 @@ | ||
export TYPEORM_CONNECTION=postgres | ||
export TYPEORM_HOST=localhost | ||
export TYPEORM_USERNAME=jungsuhan | ||
export TYPEORM_PASSWORD=jungsuhan | ||
export TYPEORM_DATABASE=challenger | ||
export TYPEORM_USERNAME=user | ||
export TYPEORM_PASSWORD=password | ||
export TYPEORM_DATABASE=rollup | ||
export TYPEORM_PORT=5432 | ||
export TYPEORM_SYNCHRONIZE=true | ||
export TYPEORM_LOGGING=false | ||
export TYPEORM_ENTITIES=src/orm/*Entity.ts | ||
export USE_LOG_FILE=false | ||
|
||
export EXECUTOR_PORT=3000 | ||
export BATCH_PORT=3001 | ||
export EXECUTOR_PORT=5000 | ||
export BATCH_PORT=5001 | ||
|
||
export L1_LCD_URI=https://next-stone-rest.initia.tech | ||
export L1_RPC_URI=https://next-stone-rpc.initia.tech | ||
export L2_LCD_URI=http://localhost:1318 | ||
export L2_RPC_URI=http://localhost:26658 | ||
export L2ID=0x56ccf33c45b99546cd1da172cf6849395bbf8573::s10r1::Minitia | ||
# l2 setup (need challenger, output, executor mnemonic) | ||
export SUBMISSION_INTERVAL=10000 | ||
export FINALIZED_TIME=10000 | ||
export IBC_METADATA='channel-1' | ||
|
||
export L1_LCD_URI=http://localhost:1317 | ||
export L1_RPC_URI=http://localhost:26657 | ||
export L2_LCD_URI=http://localhost:1318 | ||
export L2_RPC_URI=http://localhost:26667 | ||
export BRIDGE_ID=1 | ||
|
||
# executor config | ||
export EXECUTOR_MNEMONIC='recycle sight world spoon leopard shine dizzy before public use jungle either arctic detail hawk output option august hedgehog menu keen night work become' | ||
export EXECUTOR_MNEMONIC='' | ||
|
||
# batch submitter config | ||
export BATCH_SUBMITTER_MNEMONIC='broken umbrella tent include pet simple amount renew insect page sound whip shock dynamic deputy left outside churn lounge raise mirror toss annual fat' | ||
export BATCH_SUBMITTER_MNEMONIC='' | ||
|
||
# challenger config | ||
export CHALLENGER_MNEMONIC='purity yard brush wagon note forest athlete seek offer clown surround cover present ski bargain obvious cute admit gloom text shaft super impose rubber' | ||
export CHALLENGER_MNEMONIC='' | ||
|
||
# output submitter config | ||
export OUTPUT_SUBMITTER_MNEMONIC='airport hidden cake dry bleak alcohol enough tower charge cash modify feature analyst suffer bus oyster initial coffee wine plug paper damp sock afraid' | ||
export EXECUTOR_URI=http://localhost:3000 | ||
export OUTPUT_SUBMITTER_MNEMONIC='' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ apidoc/ | |
static/ | ||
|
||
.envrc | ||
.env | ||
build | ||
logs/ | ||
testing/ | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.