Skip to content

Commit

Permalink
Add SatoshiVM Testnet & Lite (#4149)
Browse files Browse the repository at this point in the history
* Add eip155-3110.json  SatoshiVM Testnet

* Create eip155-3109.json

* Update eip155-3109.json

* Update eip155-3110.json

* Update eip155-3110.json

* Delete _data/chains/eip155-3109.json

* add icon

* Update eip155-3109.json

* fmt

* Update satoshivm.json

---------

Co-authored-by: ligi <ligi@ligi.de>
  • Loading branch information
satoshidev1 and ligi committed Apr 9, 2024
1 parent 33b3533 commit 68c9c35
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _data/chains/eip155-3109.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "SatoshiVM Alpha Mainnet",
"chain": "SatoshiVM",
"rpc": ["https://alpha-rpc-node-http.svmscan.io"],
"faucets": [],
"nativeCurrency": {
"name": "BTC",
"symbol": "BTC",
"decimals": 18
},
"infoURL": "https://www.satoshivm.io/",
"shortName": "SAVM",
"chainId": 3109,
"networkId": 3109,
"icon": "satoshivm"
}
16 changes: 16 additions & 0 deletions _data/chains/eip155-3110.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "SatoshiVM Testnet",
"chain": "SatoshiVM",
"rpc": ["https://test-rpc-node-http.svmscan.io"],
"faucets": [],
"nativeCurrency": {
"name": "BTC",
"symbol": "BTC",
"decimals": 18
},
"infoURL": "https://www.satoshivm.io/",
"shortName": "tSAVM",
"chainId": 3110,
"networkId": 3110,
"icon": "satoshivm"
}
8 changes: 8 additions & 0 deletions _data/icons/satoshivm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmdXnQw9YwzEBZnciSe42MMwnH1SqhfY3FcVbseyM4k7Th",
"width": 940,
"height": 941,
"format": "png"
}
]

0 comments on commit 68c9c35

Please sign in to comment.