mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
feat(chain): adding eip-2044 shrapnel chain (#3009)
* feat(chain): adding eip-2044 shrapnel chain * fix(schema): issue with shortname fixed
This commit is contained in:
parent
830569bbc0
commit
c8e5f6f7df
15
_data/chains/eip155-2044.json
Normal file
15
_data/chains/eip155-2044.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "Shrapnel Subnet",
|
||||
"chain": "shrapnel",
|
||||
"rpc": ["https://subnets.avax.network/shrapnel/mainnet/rpc"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Shrapnel Gas Token",
|
||||
"symbol": "SHRAPG",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.shrapnel.com/",
|
||||
"shortName": "Shrapnel",
|
||||
"chainId": 2044,
|
||||
"networkId": 2044
|
||||
}
|
Loading…
Reference in New Issue
Block a user