Skip to content

Commit

Permalink
Merge branch 'master' into add-kakarot-starknet-sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
swetshaw authored Oct 15, 2024
2 parents eaf5e33 + 9e1adc9 commit 3ca78fa
Show file tree
Hide file tree
Showing 11 changed files with 192 additions and 0 deletions.
30 changes: 30 additions & 0 deletions _data/chains/eip155-158345.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "XCOIN",
"chain": "XCOIN",
"rpc": ["https://rpc-xcoin.cryptoxnetwork.io"],
"faucets": [],
"nativeCurrency": {
"name": "XCOIN",
"symbol": "XCOIN",
"decimals": 18
},
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"infoURL": "https://cryptoxnetwork.io",
"shortName": "xcoin",
"chainId": 158345,
"networkId": 158345,
"explorers": [
{
"name": "CryptoX explorer",
"url": "https://cryptoxscan.io",
"standard": "EIP3091"
}
]
}
26 changes: 26 additions & 0 deletions _data/chains/eip155-210209.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Sorian",
"chain": "SOR",
"rpc": ["https://rpc.sorian.io"],
"faucets": [],
"icon": "sorian",
"nativeCurrency": {
"name": "Sorian",
"symbol": "SOR",
"decimals": 18
},

"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"infoURL": "https://sorian.io",
"shortName": "sorian",
"chainId": 210209,
"networkId": 210209,
"explorers": []
}
26 changes: 26 additions & 0 deletions _data/chains/eip155-210210.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Sorian Testnet",
"chain": "tSOR",
"rpc": ["https://testnet-rpc.sorian.io", "https://testnet.rpc.sorian.io"],
"faucets": [],
"icon": "sorianTestnet",
"nativeCurrency": {
"name": "Sorian Testnet",
"symbol": "tSOR",
"decimals": 18
},

"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"infoURL": "https://mint.sorian.io",
"shortName": "sorianTestnet",
"chainId": 210210,
"networkId": 210210,
"explorers": []
}
25 changes: 25 additions & 0 deletions _data/chains/eip155-425.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Stenix Mainnet",
"chain": "STEN",
"rpc": ["https://stenix.network/pub"],
"faucets": [],
"nativeCurrency": {
"name": "Stenix",
"symbol": "STEN",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://stenix.org",
"shortName": "sten",
"chainId": 425,
"networkId": 425,
"icon": "stenix",
"explorers": [
{
"name": "stenscan",
"url": "https://stenscan.com",
"icon": "stenscan",
"standard": "none"
}
]
}
17 changes: 17 additions & 0 deletions _data/chains/eip155-52027080.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Deviant Token Blockchain Testnet",
"chain": "tDTBC",
"status": "incubating",
"rpc": ["https://trpc.devianttoken.net"],
"faucets": [],
"nativeCurrency": {
"name": "Deviant Token Testnet",
"symbol": "tDTBC",
"decimals": 18
},
"infoURL": "https://devianttoken.net",
"shortName": "tdtbc",
"chainId": 52027080,
"networkId": 52027080,
"explorers": []
}
28 changes: 28 additions & 0 deletions _data/chains/eip155-7200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "exSat Network",
"chain": "exSat",
"icon": "exsat",
"rpc": ["https://evm.exsat.network"],
"faucets": [],
"nativeCurrency": {
"name": "BTC",
"symbol": "BTC",
"decimals": 18
},
"infoURL": "https://exsat.network/",
"shortName": "xsat",
"chainId": 7200,
"networkId": 7200,
"explorers": [
{
"name": "exSat Explorer",
"url": "https://scan.exsat.network",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{ "url": "" }]
}
}
8 changes: 8 additions & 0 deletions _data/icons/exsat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmYZ1FjYCByj89pNiZfae2a9uTm7pJMKrzdQ1V1UKwhwNs",
"width": 1024,
"height": 1024,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/sorian.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmZmrcLYFtPZb36MZ1DyQpR7Lw8CWPP7x3Bx2anCjVWfMR",
"width": 500,
"height": 500,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/sorianTestnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmZmrcLYFtPZb36MZ1DyQpR7Lw8CWPP7x3Bx2anCjVWfMR",
"width": 500,
"height": 500,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/stenix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmVM1zLyWDZYyje5qWWfDdve1fmrDm69J9pSKhivb1zkCH",
"width": 1200,
"height": 1200,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/stenscan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmVM1zLyWDZYyje5qWWfDdve1fmrDm69J9pSKhivb1zkCH",
"width": 1200,
"height": 1200,
"format": "png"
}
]

0 comments on commit 3ca78fa

Please sign in to comment.