Skip to content

Commit fd00eaa

Browse files
committed
mainnet - elys.json was added
1 parent 652c9a7 commit fd00eaa

File tree

4 files changed

+49
-17
lines changed

4 files changed

+49
-17
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.1
1+
2.2.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ curl https://registry.elys.network/mainnet/elys
8585
}
8686
```
8787

88-
## 🔧 Integration Examplesç
88+
## 🔧 Integration Examples
8989

9090
### JavaScript/Node.js
9191
```javascript
@@ -301,7 +301,7 @@ elys-asset-registry/
301301
│ └─ validate-registry.yml CI for validatio
302302
├──📄 .version
303303
└──📄 README.md
304-
304+
```
305305

306306
### Validation Rules
307307

data/mainnet/elys.json

Lines changed: 45 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"chainId": "elys-1",
3-
"chainName": "Elys",
3+
"chainName": "Elys Network",
44
"addressPrefix": "elys",
5-
"rpcURL": "https://rpc.elys.network:443",
6-
"restURL": "https://api.elys.network:443",
5+
"rpcURL": "https://rpc.elys.network",
6+
"restURL": "https://api.elys.network",
77
"explorerURL": {
8-
"transaction": "https://mainnet.itrocket.net/elys/tx/{transaction}"
8+
"transaction": "https://explorer.elys.network/tx/{transaction}"
99
},
1010
"channel": {
1111
"source": "",
@@ -14,11 +14,11 @@
1414
"currencies": [
1515
{
1616
"coinDenom": "ELYS",
17-
"coinDisplayDenom": "Elys",
17+
"coinDisplayDenom": "ELYS",
1818
"coinMinimalDenom": "uelys",
19-
"coinIbcDenom": "",
19+
"coinIbcDenom": "uelys",
2020
"coinDecimals": 6,
21-
"coinGeckoId": "elys",
21+
"coinGeckoId": "elys-network",
2222
"canSwap": true,
2323
"isFeeCurrency": true,
2424
"isStakeCurrency": true,
@@ -27,16 +27,50 @@
2727
"canUseLiquidityMining": true,
2828
"canUseLeverageLP": false,
2929
"canUsePerpetual": false,
30-
"canUseVaults": true,
30+
"canUseVaults": false,
3131
"gasPriceStep": {
32-
"low": 0.01,
33-
"average": 0.025,
34-
"high": 0.03
32+
"low": 0.0003,
33+
"average": 0.0025,
34+
"high": 0.01
3535
},
3636
"cc": {
3737
"quote": "USDT",
3838
"exchange": "gateio"
3939
}
40+
},
41+
{
42+
"coinDenom": "EDEN BOOST",
43+
"coinDisplayDenom": "EDEN BOOST",
44+
"coinMinimalDenom": "uedenb",
45+
"coinIbcDenom": "",
46+
"coinDecimals": 6,
47+
"coinGeckoId": "uedenb",
48+
"canSwap": false,
49+
"isFeeCurrency": false,
50+
"isStakeCurrency": true,
51+
"canWithdraw": false,
52+
"canDeposit": false,
53+
"canUseLiquidityMining": false,
54+
"canUseLeverageLP": false,
55+
"canUsePerpetual": false,
56+
"canUseVaults": false
57+
},
58+
{
59+
"coinDenom": "EDEN",
60+
"coinDisplayDenom": "EDEN",
61+
"coinMinimalDenom": "ueden",
62+
"coinIbcDenom": "",
63+
"coinDecimals": 6,
64+
"coinGeckoId": "uedenb",
65+
"canSwap": false,
66+
"isFeeCurrency": false,
67+
"isStakeCurrency": true,
68+
"canWithdraw": false,
69+
"canDeposit": false,
70+
"canUseLiquidityMining": false,
71+
"canUseLeverageLP": false,
72+
"canUsePerpetual": false,
73+
"canUseVaults": false
4074
}
4175
]
4276
}

schema/chain-asset.schema.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@
151151
"canUseLiquidityMining",
152152
"canUseLeverageLP",
153153
"canUsePerpetual",
154-
"canUseVaults",
155-
"gasPriceStep",
156-
"cc"
154+
"canUseVaults"
157155
],
158156
"additionalProperties": false
159157
},

0 commit comments

Comments
 (0)