Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
osmosis
Commits
818babfe
Unverified
Commit
818babfe
authored
2 years ago
by
Niccolo Raspa
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Use chainlayer addrbook (#2964)
parent
8a19d8b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/state-compatibility-check.yml
+4
-0
.github/workflows/state-compatibility-check.yml
with
4 additions
and
0 deletions
+4
-0
.github/workflows/state-compatibility-check.yml
+
4
-
0
View file @
818babfe
...
...
@@ -36,6 +36,7 @@ on:
env
:
GOLANG_VERSION
:
1.18
GENESIS_URL
:
https://github.com/osmosis-labs/networks/raw/main/osmosis-1/genesis.json
ADDRBOOK_URL
:
https://dl2.quicksync.io/json/addrbook.osmosis.json
SNAPSHOT_BUCKET
:
https://osmosis-snapshot.sfo3.cdn.digitaloceanspaces.com
RPC_ENDPOINT
:
https://rpc.osmosis.zone
LCD_ENDPOINT
:
https://lcd.osmosis.zone
...
...
@@ -147,6 +148,9 @@ jobs:
dasel put string -f $CONFIG_FOLDER/app.toml '.halt-height' $HALT_HEIGHT
dasel put string -f $CONFIG_FOLDER/app.toml '.pruning' everything
dasel put string -f $CONFIG_FOLDER/app.toml '.state-sync.snapshot-interval' 0
# Download addrbook
wget -O $CONFIG_FOLDER/addrbook.json ${{ env.ADDRBOOK_URL }}
-
name
:
🧪 Start Osmosis Node
run
:
build/osmosisd start
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets