Skip to content

Commit

Permalink
Merge branch 'master' into add-zircuit-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi authored Jun 6, 2024
2 parents ba8f566 + 1dffdbb commit ffbdabd
Show file tree
Hide file tree
Showing 9 changed files with 118 additions and 5 deletions.
43 changes: 43 additions & 0 deletions _data/chains/eip155-132902.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name": "Form Testnet",
"title": "Form Testnet",
"chain": "formtestnet",
"rpc": [
"https://testnet-rpc.form.network/http",
"wss://testnet-rpc.form.network/ws"
],
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"faucets": ["https://info.form.network/faucet"],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://form.network/details",
"shortName": "formtestnet",
"chainId": 132902,
"networkId": 132902,
"explorers": [
{
"name": "Form Testnet explorer",
"url": "https://testnet-explorer.form.network",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111",
"bridges": [
{
"url": "https://bridge.form.network/"
}
]
}
}
25 changes: 25 additions & 0 deletions _data/chains/eip155-622463.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Atlas",
"title": "Atlas Testnet",
"chain": "ATLAS",
"icon": "atlas",
"rpc": ["https://rpc.testnet.atl.network"],
"faucets": [],
"nativeCurrency": {
"name": "ATLAS",
"symbol": "ATLAS",
"decimals": 18
},
"infoURL": "https://atl.network",
"shortName": "atlas-testnet",
"chainId": 622463,
"networkId": 622463,
"explorers": [
{
"name": "Atlas Testnet Scan",
"url": "https://explorer.testnet.atl.network",
"icon": "atlas",
"standard": "EIP3091"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-721529.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "ERAM Mainnet",
"chain": "ERAM",
"icon": "eram",
"rpc": ["https://mainnet-rpc.eramscan.com"],
"faucets": [],
"nativeCurrency": {
"name": "ERAM",
"symbol": "ERAM",
"decimals": 18
},
"infoURL": "http://doc.eramscan.com/",
"shortName": "ERAM",
"chainId": 721529,
"networkId": 721529,
"explorers": [
{
"name": "Eramscan",
"url": "https://eramscan.com",
"standard": "EIP3091"
}
]
}
3 changes: 2 additions & 1 deletion _data/chains/eip155-81457.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"https://rpc.ankr.com/blast",
"https://blast.din.dev/rpc",
"https://blastl2-mainnet.public.blastapi.io",
"https://blast.blockpi.network/v1/rpc/public"
"https://blast.blockpi.network/v1/rpc/public",
"https://blast-rpc.publicnode.com"
],
"faucets": [],
"nativeCurrency": {
Expand Down
7 changes: 6 additions & 1 deletion _data/chains/eip155-9000.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "Evmos Testnet",
"chain": "Evmos",
"rpc": ["https://evmos-testnet.lava.build", "https://eth.bd.evmos.dev:8545"],
"rpc": [
"https://evmos-testnet.lava.build",
"https://eth.bd.evmos.dev:8545",
"https://evmos-testnet-evm-rpc.publicnode.com",
"wss://evmos-testnet-evm-rpc.publicnode.com"
],
"faucets": ["https://faucet.evmos.dev"],
"nativeCurrency": {
"name": "test-Evmos",
Expand Down
4 changes: 2 additions & 2 deletions _data/chains/eip155-9001.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"rpc": [
"https://evmos.lava.build",
"wss://evmos.lava.build/websocket",
"https://evmos-evm.publicnode.com",
"wss://evmos-evm.publicnode.com"
"https://evmos-evm-rpc.publicnode.com",
"wss://evmos-evm-rpc.publicnode.com"
],
"faucets": [],
"nativeCurrency": {
Expand Down
8 changes: 8 additions & 0 deletions _data/icons/atlas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmcSWGcoqC3y8VKahRdqPDgD68rr6A1gWVQPRt5FcpgWmG",
"width": 587,
"height": 174,
"format": "svg"
}
]
8 changes: 8 additions & 0 deletions _data/icons/eram.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQyu82MtGVLYMwCc5rseNXDV12V3UUX7iNq8q86SyeaPh",
"width": 258,
"height": 258,
"format": "png"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ParentMustHaveChainAndType: Exception("parent must have fields 'chain' and
class ParentHasExtraFields(fields: Set<String>): Exception("parent has extra field: $fields")
class ParentBridgeNoArray: Exception("parent bridge must be array")
class BridgeNoObject: Exception("parent bridges must be array consisting of json objects")
class BridgeOnlyURL: Exception("parent bridge only contain an URL")
class BridgeOnlyURL: Exception("parent bridge only contain a URL")
class ParentChainDoesNotExist(chain: String): Exception("Referenced parent chain ($chain) does not exist")
class StatusMustBeString: Exception("status must be a string")
class StatusMustBeIncubatingActiveOrDeprecated: Exception("status must be either incubating, active or deprecated")
Expand Down

0 comments on commit ffbdabd

Please sign in to comment.