Skip to content

Commit 2baf67d

Browse files
author
swiftnodes
committed
fix: clean up PR diff — restore unrelated files to master state
Previous merges from master accidentally re-introduced 18 chain files deleted upstream, and the swiftnodes additions were applied to a stale master snapshot that dropped a number of sibling RPC entries (wss endpoints from drpc/publicnode, dexguru explorers, etc.). This commit: - Deletes 18 accidentally re-introduced chain files - Restores 71 modified chain files to current master state - Re-applies just the SwiftNodes RPC URL to the 53 chains that should have it (textual insertion, no JSON re-serialization that would expand master's compact format) - Runs prettier on the result Net effect: every diff line now is either a SwiftNodes URL addition or the trailing-comma flip on the line above it.
1 parent 4192519 commit 2baf67d

51 files changed

Lines changed: 159 additions & 558 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_data/chains/eip155-1.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,7 @@
2323
"https://api.securerpc.com/v1",
2424
"https://rpc.swiftnodes.io/rpc/eth?key=${SWIFTNODES_API_KEY}"
2525
],
26-
"features": [
27-
{
28-
"name": "EIP155"
29-
},
30-
{
31-
"name": "EIP1559"
32-
}
33-
],
26+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
3427
"faucets": [],
3528
"nativeCurrency": {
3629
"name": "Ether",
@@ -57,6 +50,12 @@
5750
"icon": "blockscout",
5851
"standard": "EIP3091"
5952
},
53+
{
54+
"name": "dexguru",
55+
"url": "https://ethereum.dex.guru",
56+
"icon": "dexguru",
57+
"standard": "EIP3091"
58+
},
6059
{
6160
"name": "Routescan",
6261
"url": "https://ethereum.routescan.io",

_data/chains/eip155-10.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"shortName": "oeth",
2222
"chainId": 10,
2323
"networkId": 10,
24+
2425
"explorers": [
2526
{
2627
"name": "etherscan",
@@ -33,6 +34,12 @@
3334
"icon": "blockscout",
3435
"standard": "EIP3091"
3536
},
37+
{
38+
"name": "dexguru",
39+
"url": "https://optimism.dex.guru",
40+
"icon": "dexguru",
41+
"standard": "EIP3091"
42+
},
3643
{
3744
"name": "Routescan",
3845
"url": "https://mainnet.superscan.network",

_data/chains/eip155-100.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@
4343
"url": "https://gnosis.blockscout.com",
4444
"icon": "blockscout",
4545
"standard": "EIP3091"
46+
},
47+
{
48+
"name": "dexguru",
49+
"url": "https://gnosis.dex.guru",
50+
"icon": "dexguru",
51+
"standard": "EIP3091"
4652
}
4753
]
4854
}

_data/chains/eip155-1111.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"rpc": [
55
"https://api.wemix.com",
66
"wss://ws.wemix.com",
7-
"https://api.wemix.com",
87
"https://rpc.swiftnodes.io/rpc/wemix?key=${SWIFTNODES_API_KEY}"
98
],
109
"faucets": [],

_data/chains/eip155-1166.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

_data/chains/eip155-12082025.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"rpc": [
66
"https://rpc.onfachain.com",
77
"https://rpc.onfachain.net",
8-
"https://main.onfachain.net",
98
"wss://ws.onfachain.com",
109
"wss://ws.onfachain.net"
1110
],
@@ -19,7 +18,6 @@
1918
"shortName": "onfachain",
2019
"chainId": 12082025,
2120
"networkId": 12082025,
22-
"icon": "onfachain",
2321
"explorers": [
2422
{
2523
"name": "ONFA Scan",

_data/chains/eip155-1236.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

_data/chains/eip155-13113.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

_data/chains/eip155-1329.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"rpc": [
55
"https://evm-rpc.sei-apis.com",
66
"wss://evm-ws.sei-apis.com",
7-
"https://evm-rpc.sei-apis.com",
87
"https://rpc.swiftnodes.io/rpc/sei?key=${SWIFTNODES_API_KEY}"
98
],
109
"faucets": [],

_data/chains/eip155-1338.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"rpc": ["https://rpc.atlantischain.network"],
66
"faucets": ["https://faucet.atlantischain.network"],
77
"nativeCurrency": {
8-
"name": "PYR",
9-
"symbol": "PYR",
8+
"name": "ELY",
9+
"symbol": "ELY",
1010
"decimals": 18
1111
},
1212
"infoURL": "https://elysiumchain.tech",

0 commit comments

Comments
 (0)