Skip to content

Commit

Permalink
feat(launchpad): Add DAO Proposal Single contract address in nft-laun…
Browse files Browse the repository at this point in the history
…chpad contract config, enhance nft-launchpad deploying scripts
  • Loading branch information
WaDadidou committed Jan 29, 2025
1 parent 918b2c0 commit d4b1e0c
Show file tree
Hide file tree
Showing 37 changed files with 1,284 additions and 1,617 deletions.
418 changes: 417 additions & 1 deletion Cargo.lock

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions go/pkg/networks/features.gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,12 @@ func (nb *NetworkBase) GetFeatureCosmWasmNFTsBurner() (*FeatureCosmWasmNFTsBurne

type FeatureCosmWasmNFTLaunchpad struct {
*FeatureBase
LaunchpadContractAddress string `json:"launchpadContractAddress"`
DefaultMintDenom string `json:"defaultMintDenom"`
LaunchpadEndpoint string `json:"launchpadEndpoint"`
CodeId float64 `json:"codeId"`
NftTr721CodeId float64 `json:"nftTr721CodeId"`
LaunchpadContractAddress string `json:"launchpadContractAddress"`
DefaultMintDenom string `json:"defaultMintDenom"`
LaunchpadEndpoint string `json:"launchpadEndpoint"`
CodeId float64 `json:"codeId"`
NftTr721CodeId float64 `json:"nftTr721CodeId"`
DaoProposalSingleContractAddress string `json:"daoProposalSingleContractAddress"`
}

var _ Feature = &FeatureCosmWasmNFTLaunchpad{}
Expand Down
16 changes: 14 additions & 2 deletions networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -11547,6 +11547,17 @@
"RiotP2E",
"NFTMarketplaceLeaderboard"
],
"featureObjects": [
{
"type": "CosmWasmNFTLaunchpad",
"launchpadContractAddress": "",
"launchpadEndpoint": "http://localhost:9090",
"nftTr721CodeId": 0,
"codeId": 0,
"defaultMintDenom": "utori",
"daoProposalSingleContractAddress": ""
}
],
"currencies": [
{
"denom": "utori",
Expand Down Expand Up @@ -11647,8 +11658,9 @@
"launchpadContractAddress": "tori1te7ku4de0k4rl8lhyuvpmhygaq7k7vy5zpsjq9y638efxsnx3aaqck2utf",
"launchpadEndpoint": "https://dapp-backend.testnet.teritori.com",
"nftTr721CodeId": 60,
"codeId": 71,
"defaultMintDenom": "utori"
"codeId": 93,
"defaultMintDenom": "utori",
"daoProposalSingleContractAddress": "tori1kprr6paf06nhwavaduasdeh7cs8z90mwg7w783kluya7aachndkqes2s7x"
},
{
"type": "CosmWasmRakki",
Expand Down
9 changes: 4 additions & 5 deletions packages/api/google/protobuf/any.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d4b1e0c

Please sign in to comment.