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 14, 2024
2 parents 63f1138 + 70600b2 commit c0c6ff4
Show file tree
Hide file tree
Showing 11 changed files with 96 additions and 31 deletions.
5 changes: 5 additions & 0 deletions _data/chains/eip155-11501.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"name": "bevm mainnet scan",
"url": "https://scan-mainnet.bevm.io",
"standard": "none"
},
{
"name": "bevm mainnet oklink",
"url": "https://www.oklink.com/bevm",
"standard": "none"
}
]
}
8 changes: 3 additions & 5 deletions _data/chains/eip155-570.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
"rpc": [
"https://rpc.rollux.com",
"wss://rpc.rollux.com/wss",
"https://rpc.ankr.com/rollux",
"https://rollux.rpc.syscoin.org",
"wss://rollux.rpc.syscoin.org/wss"
"https://rpc.ankr.com/rollux"
],
"faucets": ["https://rollux.id/faucetapp"],
"faucets": ["https://rollux.id/faucet"],
"nativeCurrency": {
"name": "Syscoin",
"symbol": "SYS",
Expand All @@ -20,7 +18,7 @@
"networkId": 570,
"explorers": [
{
"name": "Rollux Explorer",
"name": "Rollux Mainnet Explorer",
"url": "https://explorer.rollux.com",
"standard": "EIP3091"
}
Expand Down
10 changes: 8 additions & 2 deletions _data/chains/eip155-631571.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Polter Testnet",
"chain": "Geist",
"rpc": [],
"rpc": ["https://geist-polter.g.alchemy.com/public"],
"faucets": [],
"nativeCurrency": {
"name": "Polter GHST",
Expand All @@ -15,5 +15,11 @@
"networkId": 631571,
"status": "incubating",
"icon": "polterGeist",
"explorers": []
"explorers": [
{
"name": "Polter Testnet Explorer",
"url": "https://polter-testnet.explorer.alchemy.com",
"standard": "EIP3091"
}
]
}
25 changes: 25 additions & 0 deletions _data/chains/eip155-918.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "SlerfChain Mainnet",
"title": "SlerfChain Mainnet",
"chain": "SLERF CHAIN",
"rpc": ["https://rpc.slerfchain.xyz"],
"faucets": [],
"nativeCurrency": {
"name": "WSLERF",
"symbol": "WSLERF",
"decimals": 18
},
"infoURL": "https://slerfchain.xyz",
"shortName": "SlerfChain-Mainnet",
"chainId": 918,
"networkId": 918,
"icon": "slerf",
"explorers": [
{
"name": "SlerfChain Scan",
"url": "https://scan.slerfchain.xyz",
"icon": "slerf",
"standard": "EIP3091"
}
]
}
37 changes: 37 additions & 0 deletions _data/chains/eip155-978658.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "Treasure Topaz",
"chain": "Treasure Topaz",
"shortName": "Topaz",
"chainId": 978658,
"networkId": 978658,
"nativeCurrency": {
"name": "Testnet MAGIC",
"symbol": "MAGIC",
"decimals": 18
},
"slip44": 1,
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://app.treasure.lol",
"icon": "treasuretopaz",
"rpc": ["https://rpc.topaz.treasure.lol", "wss://rpc.topaz.treasure.lol/ws"],
"faucets": [
"https://app.treasure.lol/chain/faucet",
"https://thirdweb.com/treasure-topaz"
],
"explorers": [
{
"name": "treasurescan",
"url": "https://topaz.treasurescan.io",
"icon": "treasure",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [
{ "url": "https://app.treasure.lol/chain/bridge" },
{ "url": "https://portal.topaz.treasure.lol/bridge" }
]
}
}
8 changes: 8 additions & 0 deletions _data/icons/slerf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmdDeCjjYSG5FEAxzAuERXnS3AbeZvqSFVTn9x7UbrQeuT",
"width": 800,
"height": 800,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/treasuretopaz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmT9TS1vsxxq4pToEXPouuYtDcpQZWZfh91NZdNXVQGPrY",
"width": 24,
"height": 24,
"format": "svg"
}
]
Binary file not shown.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
KOTLIN_VERSION = "2.0.10"
KOTLIN_VERSION = "2.0.21"
KETHEREUM_VERSION = "0.86.0"
}

Expand Down
22 changes: 0 additions & 22 deletions eip155-560098.json

This file was deleted.

2 changes: 1 addition & 1 deletion model/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.google.devtools.ksp").version("2.0.0-1.0.21")
id("com.google.devtools.ksp").version("2.0.21-1.0.25")
id("maven-publish")
}

Expand Down

0 comments on commit c0c6ff4

Please sign in to comment.