Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into mint_oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 authored Aug 9, 2022
2 parents 44748ef + 067469c commit a834d7d
Show file tree
Hide file tree
Showing 519 changed files with 1,645 additions and 61,949 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
- package-ecosystem: npm
directory: "/web"
schedule:
interval: daily
- package-ecosystem: npm
directory: "/craft-rest-api-master"
schedule:
interval: daily
- package-ecosystem: cargo
directory: "/nft-cw"
schedule:
interval: daily
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:

name: craft ${{ matrix.arch }} for ${{ matrix.targetos }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2.1.3
- uses: actions/checkout@v3
- uses: actions/setup-go@v3.2.1
with:
go-version: '^1.18'
env:
Expand All @@ -41,7 +41,7 @@ jobs:
# uploads bin
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: craftd ${{ matrix.targetos }} ${{ matrix.arch }}
path: cmd/*
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -54,7 +54,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -68,4 +68,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run Gosec Security Scanner
uses: informalsystems/gosec@master
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
Expand All @@ -26,7 +26,7 @@ jobs:
# tests:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v3
# - name: Setup Java JDK
# uses: actions/[email protected]
# with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
vue/node_modules
vue/dist
website/node_modules
web/node_modules
website/dist
release/
.idea/
Expand Down
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.

image: ghcr.io/faddat/cosmos
image: ghcr.io/notional-labs/cosmos
vscode:
extensions:
- golang.go
Expand Down
6 changes: 3 additions & 3 deletions craft-rest-api-master/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ CRAFT_DAO_ESCROW_WEBHOOK_URL="discord.webhook.url.here"
# ===================================
# CRAFT NFT CONTRACT ADDRESSES
# ===================================
CW721_CODE="3" # Used to query ALL contracts on chain for a given user
ADDR721_REALESTATE="craft1qrwaatac4xvf4qnnagvsc93gcnv2x2t7mm575v3drzh2wcap9hasjlt6rr"
ADDRM="craft146ypndztcmmrmyxef7e20cul82gh43vjnw4uacwdvg5sp9kva7sqs9g5gt"
CW721_CODE="1" # Used to query ALL contracts on chain for a given user
ADDR721_REALESTATE="craft14hj2tavq8fpesdwxxcu44rty3hh90vhujrvcmstl4zr3txmfvw9scrtpgm"
ADDRM="craft1x8gwn06l85q0lyncy7zsde8zzdn588k2dck00a8j6lkprydcutwq50sx9w"

# ===================================
# DAO ASSET WALLETS (for exp pricing)
Expand Down
Loading

0 comments on commit a834d7d

Please sign in to comment.