-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
19 lines (13 loc) · 977 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
NEXT_PUBLIC_MORALIS_APP_ID=vdnksjkjexample
NEXT_PUBLIC_MORALIS_SERVER_URL=https://[example].moralishost.com:2053/server
//Actual contract addresses you can use if you don't want to deploy the contracts yourself.
NEXT_PUBLIC_KOVAN_ADDRESS=0x54FdF91322a1767c2E26d82555759b06f21F4A37
NEXT_PUBLIC_POLYGON_ADDRESS=0x4c498C7D2e76de0dAc253B4aCD85BA127E1140Ed
NEXT_PUBLIC_BSC_ADDRESS=0xbc775665dbfC5a621E978f568724382467e880d1
// BELOW ONLY NEEDED FOR DEPLOYMENT WITH TRUFFLE
// get speedy nodes here: https://admin.moralis.io/speedyNodes
METAMASK_MNEMONIC = twelve words not to be shared because that would be very very silly
MORALIS_BSC_TESTNET_NODE = https://speedy-nodes-nyc.moralis.io/[yournode]/bsc/testnet
MORALIS_KOVAN_TESTNET_NODE = https://speedy-nodes-nyc.moralis.io/[yournode]/eth/kovan
MORALIS_POLY_TESTNET_NODE = https://speedy-nodes-nyc.moralis.io/[yournode]/polygon/mumbai
MORALIS_RINKEBY_TESTNET_NODE = https://speedy-nodes-nyc.moralis.io/[yournode]/eth/rinkeby