-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from initia-labs/feat/sdk
feat: OPinit bot
- Loading branch information
Showing
103 changed files
with
9,162 additions
and
7,757 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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# common setting | ||
TYPEORM_CONNECTION=postgres | ||
TYPEORM_HOST=localhost | ||
TYPEORM_USERNAME=username | ||
TYPEORM_PASSWORD=password | ||
TYPEORM_DATABASE=rollup | ||
TYPEORM_PORT=5432 | ||
TYPEORM_SYNCHRONIZE=true | ||
TYPEORM_LOGGING=false | ||
TYPEORM_ENTITIES=src/orm/*Entity.ts | ||
USE_LOG_FILE=false | ||
|
||
L1_CHAIN_ID=local-initia | ||
L2_CHAIN_ID=local-minitia | ||
L1_LCD_URI=http://localhost:1317 | ||
L1_RPC_URI=http://localhost:26657 | ||
L2_LCD_URI=http://localhost:1318 | ||
L2_RPC_URI=http://localhost:26667 | ||
BRIDGE_ID=1 | ||
|
||
# setting for slack (optional) | ||
SLACK_WEB_HOOK='' | ||
|
||
# setting for executor | ||
EXECUTOR_MNEMONIC='' | ||
EXECUTOR_PORT=5000 | ||
|
||
# setting for batch | ||
BATCH_SUBMITTER_MNEMONIC='' | ||
BATCH_PORT=5001 | ||
|
||
# setting for output | ||
OUTPUT_SUBMITTER_MNEMONIC='' | ||
|
||
# setting for challenger | ||
CHALLENGER_MNEMONIC='' | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,12 @@ apidoc/ | |
static/ | ||
|
||
.envrc | ||
.env | ||
.env.* | ||
|
||
build | ||
logs/ | ||
testing/ | ||
|
||
temp* | ||
temp* | ||
test/ |
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.
Oops, something went wrong.