Skip to content

Commit f0b1d34

Browse files
committed
commit deweb addr
1 parent 6f9ea20 commit f0b1d34

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deweb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838

3939
- name: Get deployed website address
4040
run: |
41-
echo "Deployed ${ matrix.network } website address: ${{ steps.deploy.outputs.deployed-website }}"
41+
echo "Deployed ${{ matrix.network }} website address: ${{ steps.deploy.outputs.deployed-website }}"

deweb_cli_config.buildnet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"address": "",
2+
"address": "AS12Lt4M19fDGUPwtqNSuPYZne54mNDnWPpUbrLBKJ28hNmxhMyip",
33
"node_url": "https://buildnet.massa.net/api/v2",
44
"metadatas": {
55
"TITLE": "Multisig",

deweb_cli_config.mainnet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"address": "",
2+
"address": "AS12HZAUTBS19m3wwL2MSznaDxZ5gLAw3PVaDDQgzqwtewdjgd9iP",
33
"node_url": "https://mainnet.massa.net/api/v2",
44
"metadatas": {
55
"TITLE": "Multisig",

0 commit comments

Comments
 (0)