mirror of
https://github.com/status-im/nft-faucet.git
synced 2025-02-23 12:08:32 +00:00
Add custom network
This commit is contained in:
parent
edd369e9fb
commit
02b694739c
@ -35,7 +35,7 @@ namespace NftFaucetRadzen.Pages
|
|||||||
{
|
{
|
||||||
new NetworkModel
|
new NetworkModel
|
||||||
{
|
{
|
||||||
Name = "Ethereum Mainnet",
|
Name = "Mainnet",
|
||||||
ChainId = 1,
|
ChainId = 1,
|
||||||
Currency = "ETH",
|
Currency = "ETH",
|
||||||
ImageName = "ethereum.svg",
|
ImageName = "ethereum.svg",
|
||||||
@ -96,6 +96,15 @@ namespace NftFaucetRadzen.Pages
|
|||||||
IsSupported = false,
|
IsSupported = false,
|
||||||
IsTestnet = true,
|
IsTestnet = true,
|
||||||
},
|
},
|
||||||
|
new NetworkModel
|
||||||
|
{
|
||||||
|
Name = "Custom",
|
||||||
|
ChainId = 1337,
|
||||||
|
Currency = "???",
|
||||||
|
ImageName = "ethereum.svg",
|
||||||
|
IsSupported = false,
|
||||||
|
IsTestnet = true,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user