Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dekanbro committed Feb 19, 2024
1 parent 8aad491 commit c4121e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ['feat/v3-summoner-v3-wip']
branches: ['feat/din-nft-summon']

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const CURRATOR_CONTRACTS: KeychainList = {
NFT_CURRATOR_SUMMONER: {
// "0x1": "0xb5a8838d27df4633894feaa4e5b902a874ec8e7e",
// "0x5": "0x759ef79cfcc4f155052554ca7ff9c39b0e76abd1",
"0xaa36a7": "0x9bc21ad65323cc57e9809445ea04b22757a16cfb" // "0x4bb5d274dea3542bb836cba64bd7eed63233cb58"
"0xaa36a7": "0x80453C56Af26802eFD8CC94B9feE849833D5b18C" // "0x4bb5d274dea3542bb836cba64bd7eed63233cb58"

},
BASIC_HOS_SUMMONER: {
Expand Down Expand Up @@ -43,7 +43,7 @@ export const CURRATOR_CONTRACTS: KeychainList = {
},
NFT_CURRATOR_SINGLETON: {
// "0x5": "0xb3dc8207075e9c7e78efb7148fb59b6f5da1dc28"
"0xaa36a7": "0xa21220572a205b8160982e04ecace8a4d2304e96", // "0x31cb4b142ed082147d4c71da0c3bbef0b6c0f3ae"
"0xaa36a7": "0x8dd2CA9f0Ae4f464bf5a0C2283FC5C84f16F2F8E", // "0x31cb4b142ed082147d4c71da0c3bbef0b6c0f3ae"
},
CLAIM_SHAMAN_SINGLETON: {
// "0x1": "0x80daee7a5322fbeb3f0f72531fdab5ed0f3e7333",
Expand Down

0 comments on commit c4121e0

Please sign in to comment.