forked from cg336/shardeum-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vercel.json
60 lines (60 loc) · 5.11 KB
/
vercel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"redirects": [
{ "source": "/Faucet/Claim", "destination": "/faucet/claim" },
{ "source": "/technology/scalability", "destination": "/" },
{ "source": "/introduction/faqs/technology", "destination": "/" },
{ "source": "/SmartContracts/Deploy/SameAddress", "destination": "/smartContracts/deploy/sameAddress" },
{ "source": "/community", "destination": "/" },
{ "source": "/introduction/node-types", "destination": "/node/types" },
{ "source": "/Network/Endpoints", "destination": "/network/endpoints" },
{ "source": "/basics/Wallets/MetaMask/add-shardeum-network", "destination": "/wallets/MetaMask/add-shardeum-network" },
{ "source": "/network_health", "destination": "/" },
{ "source": "/introduction/faqs/security", "destination": "/" },
{ "source": "/basics/endpoints", "destination": "/network/endpoints" },
{ "source": "/Network/Explorer", "destination": "/network/explorer" },
{ "source": "/Introduction/What-Is-Shardeum", "destination": "/introduction/what-is-shardeum" },
{ "source": "/basics/claim", "destination": "/faucet/claim" },
{ "source": "/Node/Types", "destination": "/node/types" },
{ "source": "/Oracles/SupraOracles", "destination": "/oracles/supraoracles" },
{ "source": "/SmartContracts/Deploy/Foundry", "destination": "/smartContracts/deploy/foundry" },
{ "source": "/SmartContracts/Deploy/Hardhat", "destination": "/smartContracts/deploy/hardhat" },
{ "source": "/SmartContracts/Deploy/Remix", "destination": "/smartContracts/deploy/remix" },
{ "source": "/SmartContracts/Deploy/Truffle", "destination": "/smartContracts/deploy/truffle" },
{ "source": "/SmartContracts/EIP-2930/MulticallContract", "destination": "/smartContracts/EIP-2930/multicallContract" },
{ "source": "/SmartContracts/Tokens/ERC-1155", "destination": "/smartContracts/tokens/ERC-1155" },
{ "source": "/SmartContracts/Tokens/ERC-20", "destination": "/smartContracts/tokens/ERC-20" },
{ "source": "/SmartContracts/Tokens/ERC-721", "destination": "/smartContracts/tokens/ERC-721" },
{ "source": "/Storage/IPFSandFilecoin", "destination": "/storage/ipfsAndFilecoin" },
{ "source": "/Wallets/Metamask/Introduction", "destination": "/wallets/MetaMask/introduction" },
{ "source": "/nodes/run-a-node", "destination": "/node/run/validator" },
{ "source": "/introduction/faqs/shardeum-liberty", "destination": "/" },
{ "source": "/Network/endpoints", "destination": "/network/endpoints" },
{ "source": "/basics/claim", "destination": "/faucet/claim" },
{ "source": "/basics/explorer", "destination": "/network/explorer" },
{ "source": "/release_notes", "destination": "/" },
{ "source": "/introduction/roadmap", "destination": "https://shardeum.org/roadmap" },
{ "source": "/developer/deploying-to-shardeum/remix", "destination": "/smartContracts/deploy/remix" },
{ "source": "/basics/Wallets/MetaMask/introduction", "destination": "/wallets/MetaMask/introduction" },
{ "source": "/nodes/node-types", "destination": "/node/types" },
{ "source": "/smartContracts/deploy/sameAddress", "destination": "/smart-contracts/deploy/same-address" },
{ "source": "/wallets/MetaMask/introduction", "destination": "/wallets/metamask/introduction" },
{ "source": "/wallets/MetaMask/installing", "destination": "/wallets/metamask/installing" },
{ "source": "/wallets/MetaMask/add-shardeum-network", "destination": "/wallets/metamask/add-shardeum-network" },
{ "source": "/wallets/MetaMask/create-account", "destination": "/wallets/metamask/create-account" },
{ "source": "/wallets/MetaMask/sending-transactions", "destination": "/wallets/metamask/sending-transactions" },
{ "source": "/smartContracts/deploy/foundry", "destination": "/smart-contracts/deploy/foundry" },
{ "source": "/smartContracts/deploy/hardhat", "destination": "/smart-contracts/deploy/hardhat" },
{ "source": "/smartContracts/deploy/remix", "destination": "/smart-contracts/deploy/remix" },
{ "source": "/smartContracts/deploy/truffle", "destination": "/smart-contracts/deploy/truffle" },
{ "source": "/smartContracts/EIP-2930/multicallContract", "destination": "/smart-contracts/eip-2930/multicall-contract" },
{ "source": "/smartContracts/tokens/ERC-1155", "destination": "/smart-contracts/tokens/erc-1155" },
{ "source": "/smartContracts/tokens/ERC-20", "destination": "/smart-contracts/tokens/erc-20" },
{ "source": "/smartContracts/tokens/ERC-721", "destination": "/smart-contracts/tokens/erc-721" },
{ "source": "/storage/ipfsAndFilecoin", "destination": "/storage/ipfs-and-filecoin" },
{ "source": "/storage/storageEVM", "destination": "/storage/storage-evm" },
{ "source": "/wallets/MetaMask/introduction", "destination": "/wallets/metamask/introduction" },
{ "source": "/faucet/faucetStatistics", "destination": "/faucet/faucet-statistics" },
{ "source": "/introduction/Sharding", "destination": "/introduction/sharding" },
{ "source": "/smartContracts/events/pollEvents", "destination": "/smart-contracts/events/poll-events" }
]
}