Implement contract UIs (#2)

* Add instantiate page for minter

* Add query page to minter contract

* Add execute page for minter contract

* Add contracts index page

* Refaactor sg721 helper files

* Add instantiate page

* Add query page for sg721

* Add execute page for sg721 contract

* Copy page templates for whitelist contracts

* Add instantitate for whitelist contract

* Add query page to whitelist contract

* Add execute page for whitelist contract
This commit is contained in:
Arda Nakışçı
2022-07-19 10:53:03 +03:00
committed by GitHub
parent 3a9a523e01
commit aa42f8763a
40 changed files with 3389 additions and 463 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export const mainnetConfig: AppConfig = {
export const testnetConfig: AppConfig = {
chainId: 'elgafar-1',
chainName: 'elgafar-1',
chainName: 'elgarfar-1',
addressPrefix: 'stars',
rpcUrl: 'https://rpc.elgafar-1.stargaze-apis.com/',
feeToken: 'ustars',