12 lines
453 B
Plaintext
12 lines
453 B
Plaintext
# API
|
|
VUE_APP_API_URL = 'https://nftmint.counterfire.games/api'
|
|
VUE_APP_WL_URL = 'https://nftwl.counterfire.games/wl'
|
|
VUE_APP_CONFIG_URL = 'https://mainnet.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8'
|
|
# 活动ID
|
|
VUE_APP_TOKENID_ID = '0x1'
|
|
VUE_APP_AES_PASS = 'f0cbc08f7afcaa3baeae386860141d072b6840e1'
|
|
# NFT合约
|
|
VUE_APP_NFT_URL = '0x20c095fb98b7F353b859c42589f2322248Ea8A23'
|
|
# BEB合约
|
|
VUE_APP_BEB_URL = '0xEC23679653337d4c6390d0eeBa682246a6067777'
|