Commit Graph

713 Commits

Author SHA1 Message Date
Serkan Reis
3772dec6e1 Init globalSettings 2023-08-31 23:37:29 +03:00
Jorge Hernandez
1a9d7ac9c8
Merge pull request #194 from public-awesome/export-import-collection-config
Export/Import collection creation configuration
2023-08-30 07:52:48 -06:00
Jorge Hernandez
e88d3529f9
Merge pull request #207 from public-awesome/update-enable-updatable-fee
Update enable updatable fee
2023-08-30 07:40:44 -06:00
Jorge Hernandez
1501c6790d
Merge pull request #208 from public-awesome/factory-switching
Fix factory switching related issues
2023-08-30 07:39:57 -06:00
Serkan Reis
bf697745d5 Fix factory switching related issues 2023-08-29 14:13:57 +03:00
Serkan Reis
1c689cbb19 Update enable updatable fee 2023-08-26 18:28:05 +03:00
Jorge Hernandez
1c06ae3eab
Merge pull request #206 from public-awesome/update-usdc-denom
Update USDC denom for testnet
2023-08-25 10:18:00 -06:00
Serkan Reis
f62348df0c Update USDC denom for testnet 2023-08-25 18:24:18 +03:00
Jorge Hernandez
a293c95611
Merge pull request #203 from public-awesome/badge-creation-video-support
Badge creation video asset support
2023-08-22 21:26:17 -06:00
Jorge Hernandez
4adc25728c
Merge pull request #204 from public-awesome/fix-upload-with-no-token-description
Address upload issue when token metadata lacks a description
2023-08-22 21:25:40 -06:00
Serkan Reis
26a5423599 Address upload issue when token metadata lacks a description 2023-08-22 21:52:31 +03:00
Serkan Reis
391b712bde Prevent duplicate protocol in the base token uri 2023-08-21 19:45:23 +03:00
Serkan Reis
1ca1d08b2a Reset upload details on import for 1/1 collections 2023-08-21 16:43:05 +03:00
Serkan Reis
f25807f355 Unmicro whitelist unit price 2023-08-21 16:29:52 +03:00
Serkan Reis
5578c408a5 Bump Studio version 2023-08-21 15:00:06 +03:00
Serkan Reis
4cc6fdc070 Update import/export component placement 2023-08-21 14:59:12 +03:00
Serkan Reis
ae9aec3bd8 Disable default upload method when importing 2023-08-21 12:40:54 +03:00
Serkan Reis
96dda936ae Address OE collection empty metadata file issue 2023-08-21 12:07:11 +03:00
Serkan Reis
8990175b03 Check end time during open edition creation - 2 2023-08-21 11:37:19 +03:00
Serkan Reis
0ed370aa67 Check end time during open edition creation 2023-08-21 10:59:10 +03:00
Serkan Reis
e26253fec5 Badge creation video asset support 2023-08-18 13:19:05 +03:00
Serkan Reis
bc719e1a0c Merge branch 'develop' into export-import-collection-config 2023-08-17 17:24:27 +03:00
Serkan Reis
958671a030
Merge pull request #195 from public-awesome/ibc-minter-creation
IBC minter support
2023-08-17 16:30:28 +03:00
Serkan Reis
8b902a1078 Address royalty address import issue for open edition 2023-08-17 14:22:05 +03:00
Serkan Reis
58d2a4abd7 Export/Import selected mint token 2023-08-17 14:21:30 +03:00
Serkan Reis
71e539a0b4 Export/Import open edition token metadata 2023-08-17 14:20:37 +03:00
Serkan Reis
3fbebbe03d Auto-add wallet address as whitelist admin 2023-08-16 17:57:07 +03:00
Serkan Reis
27e1727fa8 Update export logic for open edition collection summary 2023-08-16 17:48:33 +03:00
Serkan Reis
ea5caff1aa Update .env.example 2023-08-15 20:09:35 +03:00
Serkan Reis
3c392381b2 Address invalid creation fee problem following minting denom change 2023-08-15 20:07:51 +03:00
Serkan Reis
702e47e9e6 Update FRNZ denom for testnet 2023-08-15 20:06:53 +03:00
Serkan Reis
6fc4022c8d Update export logic for standard collection summary 2023-08-15 18:24:27 +03:00
Serkan Reis
f324cb6f50 Add token image URI to open edition minter details 2023-08-12 22:47:53 +03:00
Serkan Reis
51843cade0 Surface open edition collection summary details 2023-08-10 22:38:03 +03:00
Serkan Reis
65c2dabed6 Merge branch 'ibc-minter-creation' into export-import-collection-config 2023-08-08 14:35:46 +03:00
Serkan Reis
85efecd40c Clean up 2023-08-07 14:01:46 +03:00
Serkan Reis
784446a676 Bump Studio version 2023-08-07 13:55:31 +03:00
Serkan Reis
7207e26520 Update .env.example 2023-08-07 13:53:17 +03:00
Serkan Reis
6d0b21ec59 Update IBC denoms 2023-08-07 12:59:23 +03:00
Serkan Reis
fe1cfe884c Fix updatable code id mix up 2023-08-06 21:57:03 +03:00
Serkan Reis
a985e97c2e Use factoryParameters/mint_price/denom for open edition airdrops 2023-08-06 21:27:58 +03:00
Serkan Reis
c77e583d53 Update whitelist mint price denom wrt selected denom 2023-08-06 21:09:43 +03:00
Serkan Reis
8aaff38238 Instantiate vending minter wrt selected denom 2023-08-06 18:44:22 +03:00
Serkan Reis
ade9410a91 Fetch and display factory denom for minimum mint price 2023-08-06 17:24:51 +03:00
Serkan Reis
15427072e4 Add flexible factories to the minter list 2023-08-06 16:53:02 +03:00
Adnan Deniz Corlu
fa859b23d9
Merge pull request #199 from public-awesome/avoid-escaping-line-breaks
Fix: Use replaceAll instead of replace to ignore all escaped line breaks
2023-08-04 12:01:49 +03:00
Serkan Reis
18cdef9580 Fix: Use replaceAll instead of replace to ignore all escaped line breaks 2023-08-04 11:54:22 +03:00
Adnan Deniz Corlu
ea582297ce
Merge pull request #197 from public-awesome/line-breaks
Avoid escaping line breaks in token and collection descriptions
2023-08-04 10:41:01 +03:00
Serkan Reis
c5e321e7f4 Cover collection updates 2023-08-04 10:22:11 +03:00
Serkan Reis
3d527c6682 Avoid escaping line breaks in token and collection descriptions 2023-08-04 10:11:34 +03:00