13 lines
464 B
Plaintext
13 lines
464 B
Plaintext
# API
|
|
VUE_APP_API_URL = 'https://nftmint.counterfire.games/api'
|
|
VUE_APP_WL_URL = 'https://nftwl.counterfire.games/wl_test'
|
|
VUE_APP_CONFIG_URL = 'https://sepolia.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8'
|
|
|
|
# 活动ID
|
|
VUE_APP_TOKENID_ID = '0xaa36a7'
|
|
VUE_APP_AES_PASS = 'f0cbc08f7afcaa3baeae386860141d072b6840e1'
|
|
# NFT合约
|
|
VUE_APP_NFT_URL = '0x59e751c2037B710090035B6ea928e0cce80aC03f'
|
|
# BEB合约
|
|
VUE_APP_BEB_URL = '0x1304E6AA241eE3C9ea44Db9e593e85Ae76eC41F1'
|