-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into add-kakarot-starknet-sepolia
- Loading branch information
Showing
11 changed files
with
192 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "" }] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmYZ1FjYCByj89pNiZfae2a9uTm7pJMKrzdQ1V1UKwhwNs", | ||
"width": 1024, | ||
"height": 1024, | ||
"format": "png" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmZmrcLYFtPZb36MZ1DyQpR7Lw8CWPP7x3Bx2anCjVWfMR", | ||
"width": 500, | ||
"height": 500, | ||
"format": "png" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmZmrcLYFtPZb36MZ1DyQpR7Lw8CWPP7x3Bx2anCjVWfMR", | ||
"width": 500, | ||
"height": 500, | ||
"format": "png" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmVM1zLyWDZYyje5qWWfDdve1fmrDm69J9pSKhivb1zkCH", | ||
"width": 1200, | ||
"height": 1200, | ||
"format": "png" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmVM1zLyWDZYyje5qWWfDdve1fmrDm69J9pSKhivb1zkCH", | ||
"width": 1200, | ||
"height": 1200, | ||
"format": "png" | ||
} | ||
] |