Skip to content

Commit

Permalink
feature: update masa mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Mar 27, 2024
1 parent 59e4892 commit 5282040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/collections/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const masa: Network = {
chainId: 0x3454,
rpcUrls: [
// default https
"https://subnets.avax.network/masa/mainnet/rpc",
"https://subnets.avax.network/masanetwork/mainnet/rpc",
// alternative https
undefined,
// default wss
Expand All @@ -25,7 +25,7 @@ const masa: Network = {
symbol: "MASA",
decimals: 18,
},
blockExplorerUrls: ["https://subnets.avax.network/masa"],
blockExplorerUrls: ["https://subnets.avax.network/masanetwork"],
addresses: addresses["masa"] as Addresses,
};
const masatest: Network = {
Expand Down

0 comments on commit 5282040

Please sign in to comment.