chain-registry 2.0.81 → 2.0.83
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.
- package/esm/mainnet/asset-lists.js +4 -0
- package/esm/mainnet/atomone/chain.js +2 -2
- package/esm/mainnet/axelar/chain.js +2 -2
- package/esm/mainnet/bandchain/chain.js +2 -2
- package/esm/mainnet/chains.js +4 -0
- package/esm/mainnet/coreum/chain.js +2 -2
- package/esm/mainnet/cosmoshub/chain.js +2 -2
- package/esm/mainnet/cosmoshub/ibc-data.js +20 -1
- package/esm/mainnet/dungeon/chain.js +0 -8
- package/esm/mainnet/dymension/chain.js +3 -3
- package/esm/mainnet/elys/asset-list.js +1 -1
- package/esm/mainnet/elys/chain.js +5 -5
- package/esm/mainnet/fandomchain/asset-list.js +29 -0
- package/esm/mainnet/fandomchain/chain.js +79 -0
- package/esm/mainnet/fandomchain/ibc-data.js +30 -0
- package/esm/mainnet/fandomchain/index.js +6 -0
- package/esm/mainnet/fetchhub/chain.js +2 -2
- package/esm/mainnet/ibc-data.js +4 -0
- package/esm/mainnet/impacthub/chain.js +2 -2
- package/esm/mainnet/kava/chain.js +2 -2
- package/esm/mainnet/kujira/asset-list.js +49 -49
- package/esm/mainnet/kujira/chain.js +2 -2
- package/esm/mainnet/kyve/chain.js +2 -2
- package/esm/mainnet/lumera/chain.js +2 -2
- package/esm/mainnet/neutron/asset-list.js +27 -0
- package/esm/mainnet/neutron/chain.js +0 -8
- package/esm/mainnet/optio/chain.js +91 -0
- package/esm/mainnet/optio/ibc-data.js +30 -0
- package/esm/mainnet/optio/index.js +6 -0
- package/esm/mainnet/osmosis/asset-list.js +1 -1
- package/esm/mainnet/osmosis/ibc-data.js +58 -0
- package/esm/mainnet/provenance/chain.js +2 -2
- package/esm/mainnet/secretnetwork/asset-list.js +1 -1
- package/esm/mainnet/seda/chain.js +2 -2
- package/esm/mainnet/sentinel/ibc-data.js +20 -1
- package/esm/mainnet/stargaze/chain.js +2 -2
- package/esm/mainnet/stride/chain.js +0 -8
- package/esm/mainnet/sunrise/chain.js +36 -0
- package/esm/noncosmos/asset-lists.js +0 -2
- package/mainnet/asset-lists.js +4 -0
- package/mainnet/atomone/chain.js +2 -2
- package/mainnet/axelar/chain.js +2 -2
- package/mainnet/bandchain/chain.js +2 -2
- package/mainnet/chains.js +4 -0
- package/mainnet/coreum/chain.js +2 -2
- package/mainnet/cosmoshub/chain.js +2 -2
- package/mainnet/cosmoshub/ibc-data.js +20 -1
- package/mainnet/dungeon/chain.js +0 -8
- package/mainnet/dymension/chain.js +3 -3
- package/mainnet/elys/asset-list.js +1 -1
- package/mainnet/elys/chain.js +5 -5
- package/mainnet/fandomchain/asset-list.js +31 -0
- package/mainnet/fandomchain/chain.d.ts +3 -0
- package/mainnet/fandomchain/chain.js +81 -0
- package/mainnet/fandomchain/ibc-data.d.ts +3 -0
- package/mainnet/fandomchain/ibc-data.js +32 -0
- package/mainnet/fandomchain/index.d.ts +3 -0
- package/{noncosmos/optio → mainnet/fandomchain}/index.js +5 -1
- package/mainnet/fetchhub/chain.js +2 -2
- package/mainnet/ibc-data.js +4 -0
- package/mainnet/impacthub/chain.js +2 -2
- package/mainnet/kava/chain.js +2 -2
- package/mainnet/kujira/asset-list.js +49 -49
- package/mainnet/kujira/chain.js +2 -2
- package/mainnet/kyve/chain.js +2 -2
- package/mainnet/lumera/chain.js +2 -2
- package/mainnet/neutron/asset-list.js +27 -0
- package/mainnet/neutron/chain.js +0 -8
- package/mainnet/optio/asset-list.d.ts +3 -0
- package/mainnet/optio/chain.d.ts +3 -0
- package/mainnet/optio/chain.js +93 -0
- package/mainnet/optio/ibc-data.d.ts +3 -0
- package/mainnet/optio/ibc-data.js +32 -0
- package/mainnet/optio/index.d.ts +3 -0
- package/mainnet/optio/index.js +12 -0
- package/mainnet/osmosis/asset-list.js +1 -1
- package/mainnet/osmosis/ibc-data.js +58 -0
- package/mainnet/provenance/chain.js +2 -2
- package/mainnet/secretnetwork/asset-list.js +1 -1
- package/mainnet/seda/chain.js +2 -2
- package/mainnet/sentinel/ibc-data.js +20 -1
- package/mainnet/stargaze/chain.js +2 -2
- package/mainnet/stride/chain.js +0 -8
- package/mainnet/sunrise/chain.js +36 -0
- package/noncosmos/asset-lists.js +0 -2
- package/package.json +3 -3
- package/esm/noncosmos/optio/index.js +0 -2
- package/noncosmos/optio/index.d.ts +0 -1
- /package/esm/{noncosmos → mainnet}/optio/asset-list.js +0 -0
- /package/{noncosmos/optio → mainnet/fandomchain}/asset-list.d.ts +0 -0
- /package/{noncosmos → mainnet}/optio/asset-list.js +0 -0
package/mainnet/kujira/chain.js
CHANGED
|
@@ -179,7 +179,7 @@ const info = {
|
|
|
179
179
|
provider: 'Notional'
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
|
-
address: 'https://kujira
|
|
182
|
+
address: 'https://kujira.ibs.team:443/rpc',
|
|
183
183
|
provider: 'Inter Blockchain Services'
|
|
184
184
|
},
|
|
185
185
|
{
|
|
@@ -249,7 +249,7 @@ const info = {
|
|
|
249
249
|
provider: 'WildSage Labs'
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
|
-
address: 'https://kujira
|
|
252
|
+
address: 'https://kujira.ibs.team:443/api',
|
|
253
253
|
provider: 'Inter Blockchain Services'
|
|
254
254
|
},
|
|
255
255
|
{
|
package/mainnet/kyve/chain.js
CHANGED
|
@@ -84,7 +84,7 @@ const info = {
|
|
|
84
84
|
provider: 'Imperator.co'
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
|
-
address: 'https://kyve
|
|
87
|
+
address: 'https://kyve.ibs.team:443/rpc',
|
|
88
88
|
provider: 'Inter Blockchain Services'
|
|
89
89
|
},
|
|
90
90
|
{
|
|
@@ -138,7 +138,7 @@ const info = {
|
|
|
138
138
|
provider: '🔥STAVR🔥'
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
|
-
address: 'https://kyve
|
|
141
|
+
address: 'https://kyve.ibs.team:443/api',
|
|
142
142
|
provider: 'Inter Blockchain Services'
|
|
143
143
|
},
|
|
144
144
|
{
|
package/mainnet/lumera/chain.js
CHANGED
|
@@ -75,7 +75,7 @@ const info = {
|
|
|
75
75
|
provider: 'LumeraProtocol'
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
|
-
address: 'https://lumera
|
|
78
|
+
address: 'https://lumera.ibs.team:443/rpc',
|
|
79
79
|
provider: 'Inter Blockchain Services'
|
|
80
80
|
},
|
|
81
81
|
{
|
|
@@ -93,7 +93,7 @@ const info = {
|
|
|
93
93
|
provider: 'LumeraProtocol'
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
address: 'https://lumera
|
|
96
|
+
address: 'https://lumera.ibs.team:443/api',
|
|
97
97
|
provider: 'Inter Blockchain Services'
|
|
98
98
|
},
|
|
99
99
|
{
|
|
@@ -1018,6 +1018,7 @@ const info = {
|
|
|
1018
1018
|
name: 'dNTRN',
|
|
1019
1019
|
display: 'dNTRN',
|
|
1020
1020
|
symbol: 'dNTRN',
|
|
1021
|
+
coingeckoId: 'drop-staked-ntrn',
|
|
1021
1022
|
images: [{
|
|
1022
1023
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dNTRN.svg'
|
|
1023
1024
|
}],
|
|
@@ -1716,6 +1717,32 @@ const info = {
|
|
|
1716
1717
|
images: [{
|
|
1717
1718
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/eho.svg'
|
|
1718
1719
|
}]
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
denomUnits: [{
|
|
1723
|
+
denom: 'factory/neutron17sp75wng9vl2hu3sf4ky86d7smmk3wle9gkts2gmedn9x4ut3xcqa5xp34/maxbtc',
|
|
1724
|
+
exponent: 0
|
|
1725
|
+
}, {
|
|
1726
|
+
denom: 'maxBTC',
|
|
1727
|
+
exponent: 8
|
|
1728
|
+
}],
|
|
1729
|
+
base: 'factory/neutron17sp75wng9vl2hu3sf4ky86d7smmk3wle9gkts2gmedn9x4ut3xcqa5xp34/maxbtc',
|
|
1730
|
+
name: 'maxBTC',
|
|
1731
|
+
display: 'maxBTC',
|
|
1732
|
+
symbol: 'maxBTC',
|
|
1733
|
+
logoURIs: {
|
|
1734
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/maxBTC.svg'
|
|
1735
|
+
},
|
|
1736
|
+
coingeckoId: 'maxbtc',
|
|
1737
|
+
images: [{
|
|
1738
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/maxBTC.svg'
|
|
1739
|
+
}],
|
|
1740
|
+
socials: {
|
|
1741
|
+
website: 'https://www.structured.money/',
|
|
1742
|
+
twitter: 'https://x.com/StructuredFi',
|
|
1743
|
+
telegram: 'https://t.me/StructuredFi'
|
|
1744
|
+
},
|
|
1745
|
+
typeAsset: 'sdk.coin'
|
|
1719
1746
|
}
|
|
1720
1747
|
]
|
|
1721
1748
|
};
|
package/mainnet/neutron/chain.js
CHANGED
|
@@ -143,10 +143,6 @@ const info = {
|
|
|
143
143
|
{
|
|
144
144
|
address: 'https://neutron.drpc.org',
|
|
145
145
|
provider: 'dRPC'
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
address: 'https://neutron-rpc.ibs.team',
|
|
149
|
-
provider: 'Inter Blockchain Services'
|
|
150
146
|
}
|
|
151
147
|
],
|
|
152
148
|
rest: [
|
|
@@ -201,10 +197,6 @@ const info = {
|
|
|
201
197
|
{
|
|
202
198
|
address: 'https://api.neutron.quokkastake.io',
|
|
203
199
|
provider: '🐹 Quokka Stake'
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
address: 'https://neutron-api.ibs.team',
|
|
207
|
-
provider: 'Inter Blockchain Services'
|
|
208
200
|
}
|
|
209
201
|
],
|
|
210
202
|
grpc: [
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chainName: 'optio',
|
|
6
|
+
status: 'live',
|
|
7
|
+
networkType: 'mainnet',
|
|
8
|
+
website: 'https://www.optio.community/',
|
|
9
|
+
prettyName: 'Optio',
|
|
10
|
+
chainType: 'cosmos',
|
|
11
|
+
chainId: 'optio',
|
|
12
|
+
bech32Prefix: 'optio',
|
|
13
|
+
daemonName: 'optiod',
|
|
14
|
+
nodeHome: '$HOME/.optio',
|
|
15
|
+
keyAlgos: ['secp256k1'],
|
|
16
|
+
slip44: 118,
|
|
17
|
+
fees: {
|
|
18
|
+
feeTokens: [{
|
|
19
|
+
denom: 'uOPT',
|
|
20
|
+
fixedMinGasPrice: 1
|
|
21
|
+
}]
|
|
22
|
+
},
|
|
23
|
+
staking: {
|
|
24
|
+
stakingTokens: [{
|
|
25
|
+
denom: 'uOPT'
|
|
26
|
+
}],
|
|
27
|
+
lockDuration: {
|
|
28
|
+
time: '1814400s'
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
codebase: {
|
|
32
|
+
gitRepo: 'https://github.com/OptioNetwork/optio',
|
|
33
|
+
genesis: {
|
|
34
|
+
name: 'v1',
|
|
35
|
+
genesisUrl: 'https://raw.githubusercontent.com/OptioNetwork/mainnet/refs/heads/main/genesis.json'
|
|
36
|
+
},
|
|
37
|
+
recommendedVersion: '2.0.0',
|
|
38
|
+
compatibleVersions: ['2.0.0'],
|
|
39
|
+
consensus: {
|
|
40
|
+
type: 'cometbft',
|
|
41
|
+
version: '0.38.12',
|
|
42
|
+
repo: 'https://github.com/cometbft/cometbft',
|
|
43
|
+
tag: 'v0.38.12'
|
|
44
|
+
},
|
|
45
|
+
sdk: {
|
|
46
|
+
type: 'cosmos',
|
|
47
|
+
version: '0.50.12',
|
|
48
|
+
repo: 'https://github.com/cosmos/cosmos-sdk',
|
|
49
|
+
tag: 'v0.50.12'
|
|
50
|
+
},
|
|
51
|
+
ibc: {
|
|
52
|
+
type: 'go',
|
|
53
|
+
version: '8.5.1',
|
|
54
|
+
repo: 'https://github.com/cosmos/ibc-go',
|
|
55
|
+
tag: 'v8.5.1',
|
|
56
|
+
icsEnabled: ['ics20-1']
|
|
57
|
+
},
|
|
58
|
+
language: {
|
|
59
|
+
type: 'go',
|
|
60
|
+
version: '1.23.1'
|
|
61
|
+
},
|
|
62
|
+
tag: 'v2.0.0'
|
|
63
|
+
},
|
|
64
|
+
images: [{
|
|
65
|
+
imageSync: {
|
|
66
|
+
chainName: 'optio',
|
|
67
|
+
baseDenom: 'uOPT'
|
|
68
|
+
},
|
|
69
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/optio/images/opt.png'
|
|
70
|
+
}],
|
|
71
|
+
description: 'Optio empowers people worldwide with decentralized tools for data ownership, fair rewards, and freedom of digital expression.',
|
|
72
|
+
apis: {
|
|
73
|
+
rpc: [{
|
|
74
|
+
address: 'https://rpc.optio.zone:443',
|
|
75
|
+
provider: 'Optio Team'
|
|
76
|
+
}],
|
|
77
|
+
rest: [{
|
|
78
|
+
address: 'https://api.optio.zone:443',
|
|
79
|
+
provider: 'Optio Team'
|
|
80
|
+
}],
|
|
81
|
+
grpc: [{
|
|
82
|
+
address: 'grpc.optio.zone:443',
|
|
83
|
+
provider: 'Optio Team'
|
|
84
|
+
}]
|
|
85
|
+
},
|
|
86
|
+
explorers: [{
|
|
87
|
+
kind: 'Big Dipper',
|
|
88
|
+
url: 'https://optioscan.io',
|
|
89
|
+
txPage: 'https://optioscan.io/optio/transactions',
|
|
90
|
+
accountPage: 'https://optioscan.io/optio/accounts/${accountAddress}'
|
|
91
|
+
}]
|
|
92
|
+
};
|
|
93
|
+
exports.default = info;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../ibc_data.schema.json',
|
|
5
|
+
chain1: {
|
|
6
|
+
chainName: 'optio',
|
|
7
|
+
clientId: '07-tendermint-1',
|
|
8
|
+
connectionId: 'connection-5'
|
|
9
|
+
},
|
|
10
|
+
chain2: {
|
|
11
|
+
chainName: 'osmosis',
|
|
12
|
+
clientId: '07-tendermint-3608',
|
|
13
|
+
connectionId: 'connection-10961'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain1: {
|
|
17
|
+
channelId: 'channel-1',
|
|
18
|
+
portId: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain2: {
|
|
21
|
+
channelId: 'channel-107347',
|
|
22
|
+
portId: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
preferred: true,
|
|
28
|
+
status: 'ACTIVE'
|
|
29
|
+
}
|
|
30
|
+
}]
|
|
31
|
+
}];
|
|
32
|
+
exports.default = info;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ibcData = exports.chain = exports.assetList = void 0;
|
|
7
|
+
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_data_1 = __importDefault(require("./ibc-data"));
|
|
10
|
+
exports.assetList = asset_list_1.default;
|
|
11
|
+
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibcData = ibc_data_1.default;
|
|
@@ -5154,7 +5154,7 @@ const info = {
|
|
|
5154
5154
|
base: 'ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C',
|
|
5155
5155
|
name: 'Shade (old)',
|
|
5156
5156
|
display: 'shd',
|
|
5157
|
-
symbol: 'SHD
|
|
5157
|
+
symbol: 'SHD.old',
|
|
5158
5158
|
traces: [{
|
|
5159
5159
|
type: 'ibc-cw20',
|
|
5160
5160
|
counterparty: {
|
|
@@ -1598,6 +1598,35 @@ const info = [
|
|
|
1598
1598
|
}
|
|
1599
1599
|
}]
|
|
1600
1600
|
},
|
|
1601
|
+
{
|
|
1602
|
+
$schema: '../ibc_data.schema.json',
|
|
1603
|
+
chain1: {
|
|
1604
|
+
chainName: 'fandomchain',
|
|
1605
|
+
clientId: '07-tendermint-0',
|
|
1606
|
+
connectionId: 'connection-0'
|
|
1607
|
+
},
|
|
1608
|
+
chain2: {
|
|
1609
|
+
chainName: 'osmosis',
|
|
1610
|
+
clientId: '07-tendermint-3607',
|
|
1611
|
+
connectionId: 'connection-10960'
|
|
1612
|
+
},
|
|
1613
|
+
channels: [{
|
|
1614
|
+
chain1: {
|
|
1615
|
+
channelId: 'channel-0',
|
|
1616
|
+
portId: 'transfer'
|
|
1617
|
+
},
|
|
1618
|
+
chain2: {
|
|
1619
|
+
channelId: 'channel-107314',
|
|
1620
|
+
portId: 'transfer'
|
|
1621
|
+
},
|
|
1622
|
+
ordering: 'unordered',
|
|
1623
|
+
version: 'ics20-1',
|
|
1624
|
+
tags: {
|
|
1625
|
+
preferred: true,
|
|
1626
|
+
status: 'ACTIVE'
|
|
1627
|
+
}
|
|
1628
|
+
}]
|
|
1629
|
+
},
|
|
1601
1630
|
{
|
|
1602
1631
|
$schema: '../ibc_data.schema.json',
|
|
1603
1632
|
chain1: {
|
|
@@ -3339,6 +3368,35 @@ const info = [
|
|
|
3339
3368
|
}
|
|
3340
3369
|
}]
|
|
3341
3370
|
},
|
|
3371
|
+
{
|
|
3372
|
+
$schema: '../ibc_data.schema.json',
|
|
3373
|
+
chain1: {
|
|
3374
|
+
chainName: 'optio',
|
|
3375
|
+
clientId: '07-tendermint-1',
|
|
3376
|
+
connectionId: 'connection-5'
|
|
3377
|
+
},
|
|
3378
|
+
chain2: {
|
|
3379
|
+
chainName: 'osmosis',
|
|
3380
|
+
clientId: '07-tendermint-3608',
|
|
3381
|
+
connectionId: 'connection-10961'
|
|
3382
|
+
},
|
|
3383
|
+
channels: [{
|
|
3384
|
+
chain1: {
|
|
3385
|
+
channelId: 'channel-1',
|
|
3386
|
+
portId: 'transfer'
|
|
3387
|
+
},
|
|
3388
|
+
chain2: {
|
|
3389
|
+
channelId: 'channel-107347',
|
|
3390
|
+
portId: 'transfer'
|
|
3391
|
+
},
|
|
3392
|
+
ordering: 'unordered',
|
|
3393
|
+
version: 'ics20-1',
|
|
3394
|
+
tags: {
|
|
3395
|
+
preferred: true,
|
|
3396
|
+
status: 'ACTIVE'
|
|
3397
|
+
}
|
|
3398
|
+
}]
|
|
3399
|
+
},
|
|
3342
3400
|
{
|
|
3343
3401
|
$schema: '../ibc_data.schema.json',
|
|
3344
3402
|
chain1: {
|
|
@@ -81,7 +81,7 @@ const info = {
|
|
|
81
81
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
|
-
address: 'https://provenance
|
|
84
|
+
address: 'https://provenance.ibs.team:443/rpc',
|
|
85
85
|
provider: 'Inter Blockchain Services'
|
|
86
86
|
},
|
|
87
87
|
{
|
|
@@ -127,7 +127,7 @@ const info = {
|
|
|
127
127
|
provider: 'Notional'
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
|
-
address: 'https://provenance
|
|
130
|
+
address: 'https://provenance.ibs.team:443/api',
|
|
131
131
|
provider: 'Inter Blockchain Services'
|
|
132
132
|
},
|
|
133
133
|
{
|
|
@@ -72,7 +72,7 @@ const info = {
|
|
|
72
72
|
base: 'cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d',
|
|
73
73
|
name: 'Shade (old)',
|
|
74
74
|
display: 'shd',
|
|
75
|
-
symbol: 'SHD
|
|
75
|
+
symbol: 'SHD.old',
|
|
76
76
|
logoURIs: {
|
|
77
77
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg'
|
|
78
78
|
},
|
package/mainnet/seda/chain.js
CHANGED
|
@@ -93,7 +93,7 @@ const info = {
|
|
|
93
93
|
provider: 'Kleomedes'
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
address: 'https://seda
|
|
96
|
+
address: 'https://seda.ibs.team:443/rpc',
|
|
97
97
|
provider: 'Inter Blockchain Services'
|
|
98
98
|
},
|
|
99
99
|
{
|
|
@@ -175,7 +175,7 @@ const info = {
|
|
|
175
175
|
provider: 'Kleomedes'
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
|
-
address: 'https://seda
|
|
178
|
+
address: 'https://seda.ibs.team:443/api',
|
|
179
179
|
provider: 'Inter Blockchain Services'
|
|
180
180
|
},
|
|
181
181
|
{
|
|
@@ -77,7 +77,26 @@ const info = [
|
|
|
77
77
|
portId: 'transfer'
|
|
78
78
|
},
|
|
79
79
|
ordering: 'unordered',
|
|
80
|
-
version: 'ics20-1'
|
|
80
|
+
version: 'ics20-1',
|
|
81
|
+
tags: {
|
|
82
|
+
preferred: false,
|
|
83
|
+
status: 'ACTIVE'
|
|
84
|
+
}
|
|
85
|
+
}, {
|
|
86
|
+
chain1: {
|
|
87
|
+
channelId: 'channel-1549',
|
|
88
|
+
portId: 'transfer'
|
|
89
|
+
},
|
|
90
|
+
chain2: {
|
|
91
|
+
channelId: 'channel-97',
|
|
92
|
+
portId: 'transfer'
|
|
93
|
+
},
|
|
94
|
+
ordering: 'unordered',
|
|
95
|
+
version: 'ics20-1',
|
|
96
|
+
tags: {
|
|
97
|
+
preferred: true,
|
|
98
|
+
status: 'ACTIVE'
|
|
99
|
+
}
|
|
81
100
|
}]
|
|
82
101
|
},
|
|
83
102
|
{
|
|
@@ -87,7 +87,7 @@ const info = {
|
|
|
87
87
|
provider: 'Cosmos Spaces'
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
|
-
address: 'https://stargaze
|
|
90
|
+
address: 'https://stargaze.ibs.team:443/rpc',
|
|
91
91
|
provider: 'Inter Blockchain Services'
|
|
92
92
|
},
|
|
93
93
|
{
|
|
@@ -165,7 +165,7 @@ const info = {
|
|
|
165
165
|
provider: 'Polkachu'
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
|
-
address: 'https://stargaze
|
|
168
|
+
address: 'https://stargaze.ibs.team:443/api',
|
|
169
169
|
provider: 'Inter Blockchain Services'
|
|
170
170
|
},
|
|
171
171
|
{
|
package/mainnet/stride/chain.js
CHANGED
|
@@ -223,10 +223,6 @@ const info = {
|
|
|
223
223
|
address: 'https://public.stakewolle.com/cosmos/stride/rpc',
|
|
224
224
|
provider: 'Stakewolle'
|
|
225
225
|
},
|
|
226
|
-
{
|
|
227
|
-
address: 'https://stride-rpc.ibs.team',
|
|
228
|
-
provider: 'Inter Blockchain Services'
|
|
229
|
-
},
|
|
230
226
|
{
|
|
231
227
|
address: 'https://stride.rpc.quasarstaking.ai:443',
|
|
232
228
|
provider: 'Quasar'
|
|
@@ -297,10 +293,6 @@ const info = {
|
|
|
297
293
|
address: 'https://public.stakewolle.com/cosmos/stride/rest',
|
|
298
294
|
provider: 'Stakewolle'
|
|
299
295
|
},
|
|
300
|
-
{
|
|
301
|
-
address: 'https://stride-api.ibs.team',
|
|
302
|
-
provider: 'Inter Blockchain Services'
|
|
303
|
-
},
|
|
304
296
|
{
|
|
305
297
|
address: 'https://stride.api.quasarstaking.ai:443',
|
|
306
298
|
provider: 'Quasar'
|
package/mainnet/sunrise/chain.js
CHANGED
|
@@ -156,6 +156,14 @@ const info = {
|
|
|
156
156
|
{
|
|
157
157
|
address: 'https://rpc-sunrise.nagagininode.xyz',
|
|
158
158
|
provider: 'nagagini'
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
address: 'https://rpc-sunrise.nodeyus.cloud',
|
|
162
|
+
provider: 'nodeyus'
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
address: 'https://rpc-sunrice.batana.space',
|
|
166
|
+
provider: 'batana'
|
|
159
167
|
}
|
|
160
168
|
],
|
|
161
169
|
rest: [
|
|
@@ -254,6 +262,14 @@ const info = {
|
|
|
254
262
|
{
|
|
255
263
|
address: 'https://api-sunrise.nagagininode.xyz',
|
|
256
264
|
provider: 'nagagini'
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
address: 'https://api-sunrise.nodeyus.cloud',
|
|
268
|
+
provider: 'nodeyus'
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
address: 'https://api-sunrice.batana.space',
|
|
272
|
+
provider: 'batana'
|
|
257
273
|
}
|
|
258
274
|
],
|
|
259
275
|
grpc: [
|
|
@@ -336,6 +352,14 @@ const info = {
|
|
|
336
352
|
{
|
|
337
353
|
address: 'grpc-sunrise.nagagininode.xyz:443',
|
|
338
354
|
provider: 'nagagini'
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
address: 'grpc-sunrise.nodeyus.cloud:443',
|
|
358
|
+
provider: 'nodeyus'
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
address: 'grpc-sunrice.batana.space:443',
|
|
362
|
+
provider: 'batana'
|
|
339
363
|
}
|
|
340
364
|
]
|
|
341
365
|
},
|
|
@@ -458,6 +482,18 @@ const info = {
|
|
|
458
482
|
url: 'https://explorer.nagagininode.xyz/sunrise-mainnet',
|
|
459
483
|
txPage: 'https://explorer.nagagininode.xyz/sunrise-mainnet/tx/${txHash}',
|
|
460
484
|
accountPage: 'https://explorer.nagagininode.xyz/sunrise-mainnet/${accountAddress}'
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
kind: 'nodeyus explorer',
|
|
488
|
+
url: 'https://explorer.divinzzo.xyz/sunrise-mainnet',
|
|
489
|
+
txPage: 'https://explorer.divinzzo.xyz/sunrise-mainnet/tx/${txHash}',
|
|
490
|
+
accountPage: 'https://explorer.divinzzo.xyz/sunrise-mainnet/account/${accountAddress}'
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
kind: 'batana explorer',
|
|
494
|
+
url: 'https://explorer.batana.space/sunrise-mainnet',
|
|
495
|
+
txPage: 'https://explorer.batana.space/sunrise-mainnet/tx/${txHash}',
|
|
496
|
+
accountPage: 'https://explorer.batana.space/sunrise-mainnet/${accountAddress}'
|
|
461
497
|
}
|
|
462
498
|
],
|
|
463
499
|
images: [{
|
package/noncosmos/asset-lists.js
CHANGED
|
@@ -58,7 +58,6 @@ const _xrpl = __importStar(require("./xrpl"));
|
|
|
58
58
|
const _zilliqa = __importStar(require("./zilliqa"));
|
|
59
59
|
const _berachain = __importStar(require("./berachain"));
|
|
60
60
|
const _hall = __importStar(require("./hall"));
|
|
61
|
-
const _optio = __importStar(require("./optio"));
|
|
62
61
|
const _avalanchetestnet = __importStar(require("./avalanchetestnet"));
|
|
63
62
|
const _binancesmartchaintestnet = __importStar(require("./binancesmartchaintestnet"));
|
|
64
63
|
const _bitcoincashtestnet = __importStar(require("./bitcoincashtestnet"));
|
|
@@ -111,7 +110,6 @@ const assetList = [
|
|
|
111
110
|
_zilliqa.assetList,
|
|
112
111
|
_berachain.assetList,
|
|
113
112
|
_hall.assetList,
|
|
114
|
-
_optio.assetList,
|
|
115
113
|
_avalanchetestnet.assetList,
|
|
116
114
|
_binancesmartchaintestnet.assetList,
|
|
117
115
|
_bitcoincashtestnet.assetList,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.83",
|
|
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.83"
|
|
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": "45ec6fa782255f265b164f475b7ff75176b58c18"
|
|
43
43
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const assetList: import("@chain-registry/types").AssetList;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|