Skip to content

Commit 17270bb

Browse files
SailorSnoWShankarWarang
authored andcommitted
update allfeat testnet chain
1 parent b26d3ed commit 17270bb

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

constants/config.ts

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,18 +1016,19 @@ export const chains: Chain[] = [
10161016
threshold: 1000,
10171017
},
10181018
{
1019-
name: "Harmonie Testnet",
1019+
name: "Melodie | Allfeat Testnet",
10201020
url: "allfeat-testnet",
1021-
chainId: "441",
1021+
chainId: "",
10221022
chainType: "Solochains",
1023-
rpcUrl: "https://harmonie-endpoint-02.allfeat.io",
1023+
rpcUrl: "wss://melodie-rpc.allfeat.io",
10241024
nativeCurrency: {
1025-
name: "HMY",
1026-
symbol: "HMY",
1027-
decimals: 18,
1025+
name: "MEL",
1026+
symbol: "MEL",
1027+
decimals: 12,
10281028
},
1029-
type: "evm",
1030-
threshold: 100000,
1029+
prefix: 42,
1030+
type: "substrate",
1031+
threshold: 10000,
10311032
},
10321033
{
10331034
name: "Interlay Testnet",

0 commit comments

Comments
 (0)