Skip to content

Commit d4b1e0c

Browse files
committed
feat(launchpad): Add DAO Proposal Single contract address in nft-launchpad contract config, enhance nft-launchpad deploying scripts
1 parent 918b2c0 commit d4b1e0c

File tree

37 files changed

+1284
-1617
lines changed

37 files changed

+1284
-1617
lines changed

Cargo.lock

Lines changed: 417 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/pkg/networks/features.gen.go

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,12 @@ func (nb *NetworkBase) GetFeatureCosmWasmNFTsBurner() (*FeatureCosmWasmNFTsBurne
6666

6767
type FeatureCosmWasmNFTLaunchpad struct {
6868
*FeatureBase
69-
LaunchpadContractAddress string `json:"launchpadContractAddress"`
70-
DefaultMintDenom string `json:"defaultMintDenom"`
71-
LaunchpadEndpoint string `json:"launchpadEndpoint"`
72-
CodeId float64 `json:"codeId"`
73-
NftTr721CodeId float64 `json:"nftTr721CodeId"`
69+
LaunchpadContractAddress string `json:"launchpadContractAddress"`
70+
DefaultMintDenom string `json:"defaultMintDenom"`
71+
LaunchpadEndpoint string `json:"launchpadEndpoint"`
72+
CodeId float64 `json:"codeId"`
73+
NftTr721CodeId float64 `json:"nftTr721CodeId"`
74+
DaoProposalSingleContractAddress string `json:"daoProposalSingleContractAddress"`
7475
}
7576

7677
var _ Feature = &FeatureCosmWasmNFTLaunchpad{}

networks.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11547,6 +11547,17 @@
1154711547
"RiotP2E",
1154811548
"NFTMarketplaceLeaderboard"
1154911549
],
11550+
"featureObjects": [
11551+
{
11552+
"type": "CosmWasmNFTLaunchpad",
11553+
"launchpadContractAddress": "",
11554+
"launchpadEndpoint": "http://localhost:9090",
11555+
"nftTr721CodeId": 0,
11556+
"codeId": 0,
11557+
"defaultMintDenom": "utori",
11558+
"daoProposalSingleContractAddress": ""
11559+
}
11560+
],
1155011561
"currencies": [
1155111562
{
1155211563
"denom": "utori",
@@ -11647,8 +11658,9 @@
1164711658
"launchpadContractAddress": "tori1te7ku4de0k4rl8lhyuvpmhygaq7k7vy5zpsjq9y638efxsnx3aaqck2utf",
1164811659
"launchpadEndpoint": "https://dapp-backend.testnet.teritori.com",
1164911660
"nftTr721CodeId": 60,
11650-
"codeId": 71,
11651-
"defaultMintDenom": "utori"
11661+
"codeId": 93,
11662+
"defaultMintDenom": "utori",
11663+
"daoProposalSingleContractAddress": "tori1kprr6paf06nhwavaduasdeh7cs8z90mwg7w783kluya7aachndkqes2s7x"
1165211664
},
1165311665
{
1165411666
"type": "CosmWasmRakki",

packages/api/google/protobuf/any.ts

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)