chain-registry 2.0.141 → 2.0.142
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -52,27 +52,48 @@ const info = {
|
|
|
52
52
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
|
|
53
53
|
},
|
|
54
54
|
apis: {
|
|
55
|
-
rpc: [
|
|
55
|
+
rpc: [
|
|
56
|
+
{
|
|
56
57
|
address: 'https://rpc.epix.zone',
|
|
57
58
|
provider: 'Epix'
|
|
58
|
-
},
|
|
59
|
+
},
|
|
60
|
+
{
|
|
59
61
|
address: 'https://rpc-m.epix.vinjan-inc.com',
|
|
60
62
|
provider: 'Vinjan.Inc'
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
address: 'https://rpc-epix.dnsarz.net:443',
|
|
66
|
+
provider: 'dnsarz'
|
|
67
|
+
}
|
|
68
|
+
],
|
|
69
|
+
rest: [
|
|
70
|
+
{
|
|
63
71
|
address: 'https://api.epix.zone',
|
|
64
72
|
provider: 'Epix'
|
|
65
|
-
},
|
|
73
|
+
},
|
|
74
|
+
{
|
|
66
75
|
address: 'https://api-m.epix.vinjan-inc.com',
|
|
67
76
|
provider: 'Vinjan.Inc'
|
|
68
|
-
}
|
|
69
|
-
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
address: 'https://api-epix.dnsarz.net',
|
|
80
|
+
provider: 'dnsarz'
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
grpc: [
|
|
84
|
+
{
|
|
70
85
|
address: 'grpc.epix.zone:15067',
|
|
71
86
|
provider: 'Epix'
|
|
72
|
-
},
|
|
87
|
+
},
|
|
88
|
+
{
|
|
73
89
|
address: 'grpc-m.epix.vinjan-inc.com:39990',
|
|
74
90
|
provider: 'Vinjan.Inc'
|
|
75
|
-
}
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
address: 'grpc-epix.dnsarz.net:443',
|
|
94
|
+
provider: 'dnsarz'
|
|
95
|
+
}
|
|
96
|
+
],
|
|
76
97
|
evmHttpJsonrpc: [{
|
|
77
98
|
address: 'https://evmrpc.epix.zone/',
|
|
78
99
|
provider: 'Epix'
|
|
@@ -16217,7 +16217,8 @@ const info = {
|
|
|
16217
16217
|
}]
|
|
16218
16218
|
},
|
|
16219
16219
|
{
|
|
16220
|
-
description: '
|
|
16220
|
+
description: 'Legend token',
|
|
16221
|
+
extendedDescription: '$LEG is the Red Planet’s meme token, integrating the game economy, rewards, staking, and value circulation within the entire Red Planet ecosystem. It’s more than just an asset — it’s the Red Planet’s circulatory system, powering all products, missions, and ventures — from NFTs and DAO mechanics to RWAs and gaming activities.',
|
|
16221
16222
|
denomUnits: [{
|
|
16222
16223
|
denom: 'factory/osmo1c3sjhsneuajqn4ke84kqqaf26ct5cjs8z5ale0yv7096wh6fyf6qxmgkph/leg',
|
|
16223
16224
|
exponent: 0
|
|
@@ -16235,7 +16236,11 @@ const info = {
|
|
|
16235
16236
|
},
|
|
16236
16237
|
images: [{
|
|
16237
16238
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/leg.png'
|
|
16238
|
-
}]
|
|
16239
|
+
}],
|
|
16240
|
+
socials: {
|
|
16241
|
+
website: 'https://redplanetdna.com',
|
|
16242
|
+
x: 'https://x.com/Red_Planet_Dao'
|
|
16243
|
+
}
|
|
16239
16244
|
},
|
|
16240
16245
|
{
|
|
16241
16246
|
description: 'Tether USDt from Ethereum via Peggy bridge.',
|
package/mainnet/epix/chain.js
CHANGED
|
@@ -54,27 +54,48 @@ const info = {
|
|
|
54
54
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
|
|
55
55
|
},
|
|
56
56
|
apis: {
|
|
57
|
-
rpc: [
|
|
57
|
+
rpc: [
|
|
58
|
+
{
|
|
58
59
|
address: 'https://rpc.epix.zone',
|
|
59
60
|
provider: 'Epix'
|
|
60
|
-
},
|
|
61
|
+
},
|
|
62
|
+
{
|
|
61
63
|
address: 'https://rpc-m.epix.vinjan-inc.com',
|
|
62
64
|
provider: 'Vinjan.Inc'
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
address: 'https://rpc-epix.dnsarz.net:443',
|
|
68
|
+
provider: 'dnsarz'
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
rest: [
|
|
72
|
+
{
|
|
65
73
|
address: 'https://api.epix.zone',
|
|
66
74
|
provider: 'Epix'
|
|
67
|
-
},
|
|
75
|
+
},
|
|
76
|
+
{
|
|
68
77
|
address: 'https://api-m.epix.vinjan-inc.com',
|
|
69
78
|
provider: 'Vinjan.Inc'
|
|
70
|
-
}
|
|
71
|
-
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
address: 'https://api-epix.dnsarz.net',
|
|
82
|
+
provider: 'dnsarz'
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
grpc: [
|
|
86
|
+
{
|
|
72
87
|
address: 'grpc.epix.zone:15067',
|
|
73
88
|
provider: 'Epix'
|
|
74
|
-
},
|
|
89
|
+
},
|
|
90
|
+
{
|
|
75
91
|
address: 'grpc-m.epix.vinjan-inc.com:39990',
|
|
76
92
|
provider: 'Vinjan.Inc'
|
|
77
|
-
}
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
address: 'grpc-epix.dnsarz.net:443',
|
|
96
|
+
provider: 'dnsarz'
|
|
97
|
+
}
|
|
98
|
+
],
|
|
78
99
|
evmHttpJsonrpc: [{
|
|
79
100
|
address: 'https://evmrpc.epix.zone/',
|
|
80
101
|
provider: 'Epix'
|
|
@@ -16219,7 +16219,8 @@ const info = {
|
|
|
16219
16219
|
}]
|
|
16220
16220
|
},
|
|
16221
16221
|
{
|
|
16222
|
-
description: '
|
|
16222
|
+
description: 'Legend token',
|
|
16223
|
+
extendedDescription: '$LEG is the Red Planet’s meme token, integrating the game economy, rewards, staking, and value circulation within the entire Red Planet ecosystem. It’s more than just an asset — it’s the Red Planet’s circulatory system, powering all products, missions, and ventures — from NFTs and DAO mechanics to RWAs and gaming activities.',
|
|
16223
16224
|
denomUnits: [{
|
|
16224
16225
|
denom: 'factory/osmo1c3sjhsneuajqn4ke84kqqaf26ct5cjs8z5ale0yv7096wh6fyf6qxmgkph/leg',
|
|
16225
16226
|
exponent: 0
|
|
@@ -16237,7 +16238,11 @@ const info = {
|
|
|
16237
16238
|
},
|
|
16238
16239
|
images: [{
|
|
16239
16240
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/leg.png'
|
|
16240
|
-
}]
|
|
16241
|
+
}],
|
|
16242
|
+
socials: {
|
|
16243
|
+
website: 'https://redplanetdna.com',
|
|
16244
|
+
x: 'https://x.com/Red_Planet_Dao'
|
|
16245
|
+
}
|
|
16241
16246
|
},
|
|
16242
16247
|
{
|
|
16243
16248
|
description: 'Tether USDt from Ethereum via Peggy bridge.',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.142",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.142"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "144438e2d882ab54cb268c6b7f239caa21d04414"
|
|
43
43
|
}
|