Skip to content

Commit cceb439

Browse files
committed
Align D Testnet (430) and D Mainnet (433) with chains registry
Match the entries submitted to ethereum-lists/chains: - name "D Testnet" / "D Mainnet" - shortName "d-testnet" / "d-mainnet" - icon "d-chain" (dedicated logo, not the shared "dchain" icon)
1 parent 8a5e1dc commit cceb439

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

constants/additionalChainRegistry/chainid-430.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const data = {
2-
"name": "Dchain testnet",
2+
"name": "D Testnet",
33
"chain": "Dchain",
44
"rpc": [
55
"https://eth-testnet.dfoundation.io"
@@ -12,9 +12,9 @@ export const data = {
1212
},
1313
"features": [{ "name": "EIP1559" }],
1414
"infoURL": "https://dfoundation.io",
15-
"shortName": "dchain testnet",
15+
"shortName": "d-testnet",
1616
"chainId": 430,
1717
"networkId": 430,
18-
"icon": "dchain",
18+
"icon": "d-chain",
1919
"explorers": []
2020
}

constants/additionalChainRegistry/chainid-433.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const data = {
2-
"name": "Dchain mainnet",
2+
"name": "D Mainnet",
33
"chain": "Dchain",
44
"rpc": [
55
"https://eth.dfoundation.io"
@@ -12,9 +12,9 @@ export const data = {
1212
},
1313
"features": [{ "name": "EIP1559" }],
1414
"infoURL": "https://dfoundation.io",
15-
"shortName": "dchain mainnet",
15+
"shortName": "d-mainnet",
1616
"chainId": 433,
1717
"networkId": 433,
18-
"icon": "dchain",
18+
"icon": "d-chain",
1919
"explorers": []
2020
}

0 commit comments

Comments
 (0)