Skip to content

Commit

Permalink
Merge branch 'master' into community-sidechain
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Mar 22, 2023
2 parents d7ae3cd + 54916c2 commit 05116bd
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-node
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ubuntu:22.04
LABEL description="This is the 2nd stage: a very small image where we copy the Substrate binary."

RUN apt-get update && \
apt-get install -y jq
# Install netcat for websocket healthcheck
RUN apt update && apt install -yq jq netcat

# RUN mv /usr/share/ca* /tmp && \
# rm -rf /usr/share/* && \
Expand Down
33 changes: 33 additions & 0 deletions client/test-data/greenbaydollar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"type": "FeatureCollection",
"community": {
"meta": {
"name": "Green Bay Dollar",
"symbol": "GBD",
"assets": "QmYJnuJCnsw2kgXQXF5Cq6k3ey5U6goRcKffraVXkeXrem"
},
"bootstrappers": [
"5GKaNnyZctdLR9WfnFdbV4BDoFqqhe7AJqNfKnJsNezg2JnW",
"5H3kJ8WxtFid9LjPSBvJpakUwiAaXb4LUuyn5ttkLQKDKAwU",
"5H65HQgHeh2sNcJHcsqK4Gh5ZrFk1gKWFotn1aiYx17i8ZwH",
"5FUYZwNQGoBos1c58nH7BNZPngbKcKLbMBkuwCpjJHy6s8pK",
"5DUcVCwG1At4FVgW5yakgpLYKdkAn6YL4nDV5bo9HnyXWSY5",
"5DXJFBLXN7Bdeo9rzqo9goGCvnVDRh2thYnMdwGhDAnWiHG2"
],
"demurrage_halving_blocks": 1296000,
"ceremony_income": 35
},
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-88.00985418615059,
44.51464671337695
]
},
"properties": {}
}
]
}
1 change: 1 addition & 0 deletions client/test-data/greenbaydollar/community_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 05116bd

Please sign in to comment.