Skip to content

Commit 109e18a

Browse files
authored
Merge branch 'master' into master
2 parents 18c7092 + 784207b commit 109e18a

File tree

6 files changed

+70
-4
lines changed

6 files changed

+70
-4
lines changed

_data/chains/eip155-1212101.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"rpc": ["https://testnet.1money.network"],
55
"faucets": [],
66
"nativeCurrency": {
7-
"name": "USD1",
8-
"symbol": "USD1",
7+
"name": "FREE",
8+
"symbol": "FREE",
99
"decimals": 18
1010
},
1111
"features": [{ "name": "EIP155" }],

_data/chains/eip155-21210.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"rpc": ["https://mainnet.1money.network"],
55
"faucets": [],
66
"nativeCurrency": {
7-
"name": "USD1",
8-
"symbol": "USD1",
7+
"name": "FREE",
8+
"symbol": "FREE",
99
"decimals": 18
1010
},
1111
"features": [{ "name": "EIP155" }],

_data/chains/eip155-2691.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Splendor Mainnet",
3+
"chain": "SPLENDOR",
4+
"rpc": ["https://mainnet-rpc.splendor.org", "https://splendor-rpc.org/"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "Splendor Token",
8+
"symbol": "SPLD",
9+
"decimals": 18
10+
},
11+
"features": [{ "name": "EIP155" }],
12+
"infoURL": "https://splendor.org",
13+
"shortName": "spld",
14+
"chainId": 2691,
15+
"networkId": 2691,
16+
"icon": "splendor",
17+
"explorers": [
18+
{
19+
"name": "Splendor Explorer",
20+
"url": "https://explorer.splendor.org",
21+
"icon": "splendor",
22+
"standard": "EIP3091"
23+
}
24+
]
25+
}

_data/chains/eip155-2692.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Splendor Testnet",
3+
"chain": "SPLD-TESTNET",
4+
"rpc": ["https://testnet-rpc.splendor.org"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "Splendor Test Token",
8+
"symbol": "SPLDT",
9+
"decimals": 18
10+
},
11+
"features": [{ "name": "EIP155" }],
12+
"infoURL": "https://splendor.org",
13+
"shortName": "spldt",
14+
"chainId": 2692,
15+
"networkId": 2692,
16+
"icon": "spld-testnet",
17+
"explorers": [
18+
{
19+
"name": "Splendor Testnet Explorer",
20+
"url": "https://testnet-explorer.splendor.org",
21+
"icon": "splendor",
22+
"standard": "EIP3091"
23+
}
24+
]
25+
}

_data/icons/spld-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://bafkreigdhkoqdntev2f4ixapfrcku74x4mjsgvebvlzdrjv5oadafrlpzm",
4+
"width": 512,
5+
"height": 512,
6+
"format": "png"
7+
}
8+
]

_data/icons/splendor.json

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

0 commit comments

Comments
 (0)