Skip to content

Commit

Permalink
Merge branch 'master' into add-azra-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavoguimaraes authored Mar 23, 2024
2 parents 928efaa + 8b7fa7d commit fb0b6cd
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 2 deletions.
32 changes: 32 additions & 0 deletions _data/chains/eip155-102031.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "Creditcoin Testnet",
"chain": "CTC",
"icon": "creditcoin",
"rpc": ["https://rpc.cc3-testnet.creditcoin.network"],
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"nativeCurrency": {
"name": "Testnet CTC",
"symbol": "tCTC",
"decimals": 18
},
"infoURL": "https://creditcoin.org",
"shortName": "ctctest",
"chainId": 102031,
"networkId": 102031,
"faucets": [],
"explorers": [
{
"name": "blockscout",
"url": "https://creditcoin-testnet.blockscout.com",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}
31 changes: 31 additions & 0 deletions _data/chains/eip155-145.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "SoraAI Testnet",
"chain": "SETH",
"icon": "ethereum",
"rpc": ["https://rpc-testnet.soraai.bot"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "SoraETH",
"symbol": "SETH",
"decimals": 18
},
"infoURL": "https://soraai.bot",
"shortName": "SETH",
"chainId": 145,
"networkId": 145,
"slip44": 1,
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.soraai.bot",
"icon": "blockscout",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{ "url": "https://bridge.soraai.bot" }]
}
}
2 changes: 1 addition & 1 deletion _data/chains/eip155-813.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Qitmeer",
"name": "Qitmeer Network Mainnet",
"chain": "MEER",
"rpc": [
"https://evm-dataseed1.meerscan.io",
Expand Down
6 changes: 5 additions & 1 deletion _data/chains/eip155-9025.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "Nexa Mainnet Block",
"chain": "Nexa Mainnet",
"rpc": ["https://rpc-nodes.nexablockscan.io"],
"rpc": [
"https://rpc-nodes.nexablockscan.io",
"wss://wss-nodes.nexablockscan.io",
"https://rpc-nodes-delta.nexablockscan.io"
],
"faucets": [],
"nativeCurrency": {
"name": "Nexa Mainnet Token",
Expand Down
8 changes: 8 additions & 0 deletions _data/icons/creditcoin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmTfecECALDCy51zwVbXBSXb6TokqowCYzVLv65etahLxX",
"width": 1024,
"height": 1024,
"format": "png"
}
]

0 comments on commit fb0b6cd

Please sign in to comment.