We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26d3ed commit 17270bbCopy full SHA for 17270bb
1 file changed
constants/config.ts
@@ -1016,18 +1016,19 @@ export const chains: Chain[] = [
1016
threshold: 1000,
1017
},
1018
{
1019
- name: "Harmonie Testnet",
+ name: "Melodie | Allfeat Testnet",
1020
url: "allfeat-testnet",
1021
- chainId: "441",
+ chainId: "",
1022
chainType: "Solochains",
1023
- rpcUrl: "https://harmonie-endpoint-02.allfeat.io",
+ rpcUrl: "wss://melodie-rpc.allfeat.io",
1024
nativeCurrency: {
1025
- name: "HMY",
1026
- symbol: "HMY",
1027
- decimals: 18,
+ name: "MEL",
+ symbol: "MEL",
+ decimals: 12,
1028
1029
- type: "evm",
1030
- threshold: 100000,
+ prefix: 42,
+ type: "substrate",
1031
+ threshold: 10000,
1032
1033
1034
name: "Interlay Testnet",
0 commit comments