Whitelist txt upload component (#9)
* Update ts config * Update network chain id * Create whitelist upload component * Use whitelist component in contract ui * Add whitelist component to collection info component
This commit is contained in:
+2
-2
@@ -19,10 +19,10 @@ export const mainnetConfig: AppConfig = {
|
||||
}
|
||||
|
||||
export const testnetConfig: AppConfig = {
|
||||
chainId: 'stargaze',
|
||||
chainId: 'elgafar-1',
|
||||
chainName: 'elgafar-1',
|
||||
addressPrefix: 'stars',
|
||||
rpcUrl: "https://rpc.elgafar-1.stargaze-apis.com/",
|
||||
rpcUrl: 'https://rpc.elgafar-1.stargaze-apis.com/',
|
||||
feeToken: 'ustars',
|
||||
stakingToken: 'ustars',
|
||||
coinMap: {
|
||||
|
||||
Reference in New Issue
Block a user