mirror of
https://github.com/status-im/nft-faucet.git
synced 2025-02-24 12:38:30 +00:00
33 lines
914 B
JSON
33 lines
914 B
JSON
{
|
|
"EthereumNetworks": [
|
|
{
|
|
"Id": "Ropsten",
|
|
"Erc721ContractAddress": "0x71902F99902339d7ce1F994C12155f4350BCD226",
|
|
"Erc1155ContractAddress": "0x80b45421881c0452A6e70148Fc928fA33107cEb3"
|
|
},
|
|
{
|
|
"Id": "PolygonMumbai",
|
|
"Erc721ContractAddress": "0xeE8272220A0988279627714144Ff6981E204fbE4",
|
|
"Erc1155ContractAddress": "0x23147CdbD963A3D0fec0F25E4604844f477F65d2"
|
|
}
|
|
],
|
|
"IpfsGateways": [
|
|
{
|
|
"Id": "IpfsOfficial",
|
|
"BaseUrl": "https://ipfs.io/ipfs"
|
|
},
|
|
{
|
|
"Id": "Infura",
|
|
"BaseUrl": "https://ipfs.infura.io/ipfs"
|
|
},
|
|
{
|
|
"Id": "NftStorage",
|
|
"BaseUrl": "https://nftstorage.link/ipfs"
|
|
},
|
|
{
|
|
"Id": "Crust",
|
|
"BaseUrl": "https://gw.crustapps.net/ipfs"
|
|
}
|
|
]
|
|
}
|