Skip to content

Commit 0f54cf1

Browse files
committed
update networks
1 parent 86d053a commit 0f54cf1

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

_data/chains/eip155-42.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"chain": "LUKSO",
44
"icon": "lukso",
55
"rpc": [
6+
"https://42.rpc.thirdweb.com",
7+
"https://rpc.lukso.sigmacore.io",
68
"https://rpc.mainnet.lukso.network",
79
"wss://ws-rpc.mainnet.lukso.network"
810
],
@@ -14,15 +16,14 @@
1416
},
1517
"explorers": [
1618
{
17-
"name": "Blockscout",
18-
"url": "https://explorer.execution.mainnet.lukso.network",
19+
"name": "LUKSO Execution Explorer",
20+
"url": "https://explorer.lukso.network",
1921
"standard": "EIP3091"
2022
}
2123
],
2224
"infoURL": "https://lukso.network",
2325
"shortName": "lukso",
2426
"chainId": 42,
2527
"networkId": 42,
26-
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
27-
"redFlags": ["reusedChainId"]
28+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }]
2829
}

_data/chains/eip155-4201.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "LUKSO Testnet",
33
"chain": "LUKSO Testnet",
4-
"icon": "lukso",
4+
"icon": "lukso-testnet",
55
"rpc": [
66
"https://rpc.testnet.lukso.network",
77
"wss://ws-rpc.testnet.lukso.network"
@@ -14,9 +14,9 @@
1414
},
1515
"explorers": [
1616
{
17-
"name": "Blockscout",
17+
"name": "LUKSO Testnet Execution Explorer",
1818
"url": "https://explorer.execution.testnet.lukso.network",
19-
"standard": "none"
19+
"standard": "EIP3091"
2020
}
2121
],
2222
"infoURL": "https://lukso.network",

_data/icons/lukso-testnet.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://bafkreih5ws7esaru5k4crjekr3d27jbjmikjtxwswu7r34yofyzqywiadi",
4+
"width": 512,
5+
"height": 512,
6+
"format": "svg"
7+
}
8+
]

_data/icons/lukso.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[
22
{
3-
"url": "ipfs://Qmeg9sFF5tAGi6MCx7YjtVHW6a23zqvHRK1xwzSdp9iE7z",
3+
"url": "ipfs://bafkreid3bbfc4jgzcurebnn6vwjcp6gxwewqpjep4nouqkq4k4jlmsldpy",
44
"width": 512,
55
"height": 512,
6-
"format": "png"
6+
"format": "svg"
77
}
88
]

0 commit comments

Comments
 (0)