Skip to content

Commit

Permalink
feature: Added Masa Mainnet (ethereum-lists#4560)
Browse files Browse the repository at this point in the history
* feature: added masa logo

* feature: added masa mainnet

* feature: added masa mainnet

* feature: new masa logo

* feature: updated masa mainnet

* fix: use png

* fix: block explorer url
  • Loading branch information
H34D authored Mar 30, 2024
1 parent 647d657 commit e059cf3
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _data/chains/eip155-103454.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Masa Testnet",
"chain": "MASA",
"icon": "masa",
"rpc": ["https://subnets.avax.network/masatestne/testnet/rpc"],
"features": [
{
Expand All @@ -14,7 +15,7 @@
"decimals": 18
},
"infoURL": "https://masa.finance",
"shortName": "masa",
"shortName": "masatest",
"chainId": 103454,
"networkId": 103454,
"explorers": [
Expand Down
28 changes: 28 additions & 0 deletions _data/chains/eip155-13396.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Masa",
"chain": "MASA",
"icon": "masa",
"rpc": ["https://subnets.avax.network/masanetwork/mainnet/rpc"],
"features": [
{
"name": "EIP1559"
}
],
"faucets": [],
"nativeCurrency": {
"name": "Masa Token",
"symbol": "MASA",
"decimals": 18
},
"infoURL": "https://masa.finance",
"shortName": "masa",
"chainId": 13396,
"networkId": 13396,
"explorers": [
{
"name": "Masa Explorer",
"url": "https://subnets.avax.network/masa",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/masa.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmV4f9byENNduHgLi8o1pC1sBNe3QAege2NnFkqGkTKojT",
"width": 1000,
"height": 1000,
"format": "png"
}
]

0 comments on commit e059cf3

Please sign in to comment.