chain-registry 2.0.100 → 2.0.102
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/cosmoshub/asset-list.js +38 -0
- package/esm/mainnet/ethereum/asset-list.js +23 -0
- package/esm/mainnet/gonka/chain.js +2 -2
- package/esm/mainnet/hippoprotocol/chain.js +35 -9
- package/esm/mainnet/kimanetwork/asset-list.js +6 -4
- package/esm/mainnet/kimanetwork/chain.js +9 -3
- package/esm/mainnet/neutron/asset-list.js +22 -0
- package/esm/mainnet/osmosis/asset-list.js +21 -0
- package/esm/mainnet/zigchain/asset-list.js +202 -0
- package/esm/testnet/kimanetworktestnet/asset-list.js +10 -8
- package/esm/testnet/kimanetworktestnet/chain.js +16 -7
- package/mainnet/cosmoshub/asset-list.js +38 -0
- package/mainnet/ethereum/asset-list.js +23 -0
- package/mainnet/gonka/chain.js +2 -2
- package/mainnet/hippoprotocol/chain.js +35 -9
- package/mainnet/kimanetwork/asset-list.js +6 -4
- package/mainnet/kimanetwork/chain.js +9 -3
- package/mainnet/neutron/asset-list.js +22 -0
- package/mainnet/osmosis/asset-list.js +21 -0
- package/mainnet/zigchain/asset-list.js +202 -0
- package/package.json +3 -3
- package/testnet/kimanetworktestnet/asset-list.js +10 -8
- package/testnet/kimanetworktestnet/chain.js +16 -7
|
@@ -944,6 +944,44 @@ const info = {
|
|
|
944
944
|
},
|
|
945
945
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
946
946
|
}]
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
description: 'Neiro bridged via Eureka on Cosmos Hub.',
|
|
950
|
+
denomUnits: [{
|
|
951
|
+
denom: 'ibc/F7C4726BF9F1B1872C48BA39688A1AC741E9D77B3182662CF6D42A149C86B758',
|
|
952
|
+
exponent: 0
|
|
953
|
+
}, {
|
|
954
|
+
denom: 'neiro',
|
|
955
|
+
exponent: 9
|
|
956
|
+
}],
|
|
957
|
+
typeAsset: 'ics20',
|
|
958
|
+
base: 'ibc/F7C4726BF9F1B1872C48BA39688A1AC741E9D77B3182662CF6D42A149C86B758',
|
|
959
|
+
name: 'Eureka Bridged Neiro (NEIRO)',
|
|
960
|
+
display: 'neiro',
|
|
961
|
+
symbol: 'NEIRO',
|
|
962
|
+
traces: [{
|
|
963
|
+
type: 'ibc-bridge',
|
|
964
|
+
counterparty: {
|
|
965
|
+
chainName: 'ethereum',
|
|
966
|
+
baseDenom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
967
|
+
channelId: 'channel-0'
|
|
968
|
+
},
|
|
969
|
+
chain: {
|
|
970
|
+
channelId: '08-wasm-1369',
|
|
971
|
+
path: 'transfer/08-wasm-1369/0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee'
|
|
972
|
+
},
|
|
973
|
+
provider: 'Eureka'
|
|
974
|
+
}],
|
|
975
|
+
logoURIs: {
|
|
976
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
977
|
+
},
|
|
978
|
+
images: [{
|
|
979
|
+
imageSync: {
|
|
980
|
+
chainName: 'ethereum',
|
|
981
|
+
baseDenom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee'
|
|
982
|
+
},
|
|
983
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
984
|
+
}]
|
|
947
985
|
}
|
|
948
986
|
]
|
|
949
987
|
};
|
|
@@ -2109,6 +2109,29 @@ const info = {
|
|
|
2109
2109
|
logoURIs: {
|
|
2110
2110
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
2111
2111
|
}
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
description: 'Neiro is a meme coin and claimed to be the little sister of Doge.',
|
|
2115
|
+
typeAsset: 'erc20',
|
|
2116
|
+
address: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
2117
|
+
denomUnits: [{
|
|
2118
|
+
denom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
2119
|
+
exponent: 0
|
|
2120
|
+
}, {
|
|
2121
|
+
denom: 'neiro',
|
|
2122
|
+
exponent: 9
|
|
2123
|
+
}],
|
|
2124
|
+
base: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
2125
|
+
name: 'Neiro',
|
|
2126
|
+
display: 'neiro',
|
|
2127
|
+
symbol: 'NEIRO',
|
|
2128
|
+
keywords: ['meme'],
|
|
2129
|
+
images: [{
|
|
2130
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
2131
|
+
}],
|
|
2132
|
+
logoURIs: {
|
|
2133
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
2134
|
+
}
|
|
2112
2135
|
}
|
|
2113
2136
|
]
|
|
2114
2137
|
};
|
|
@@ -85,7 +85,7 @@ const info = {
|
|
|
85
85
|
provider: '6block'
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
|
-
address: 'https://gonka03.6block.com:8443',
|
|
88
|
+
address: 'https://gonka03.6block.com:8443/chain-rpc/',
|
|
89
89
|
provider: '6block'
|
|
90
90
|
},
|
|
91
91
|
{
|
|
@@ -103,7 +103,7 @@ const info = {
|
|
|
103
103
|
provider: '6block'
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
|
-
address: 'https://gonka03.6block.com:8443',
|
|
106
|
+
address: 'https://gonka03.6block.com:8443/chain-api/',
|
|
107
107
|
provider: '6block'
|
|
108
108
|
},
|
|
109
109
|
{
|
|
@@ -62,33 +62,59 @@ const info = {
|
|
|
62
62
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
63
63
|
},
|
|
64
64
|
apis: {
|
|
65
|
-
rpc: [
|
|
65
|
+
rpc: [
|
|
66
|
+
{
|
|
66
67
|
address: 'https://rpc.hippo-protocol.com/',
|
|
67
68
|
provider: 'Hippo Protocol'
|
|
68
|
-
},
|
|
69
|
+
},
|
|
70
|
+
{
|
|
69
71
|
address: 'https://hippo.rpc.nodeshub.online:443',
|
|
70
72
|
provider: 'NodesHub'
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
address: 'https://hippo-rpc.node39.top:443',
|
|
76
|
+
provider: 'Node39'
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
rest: [
|
|
80
|
+
{
|
|
73
81
|
address: 'https://api.hippo-protocol.com/',
|
|
74
82
|
provider: 'Hippo Protocol'
|
|
75
|
-
},
|
|
83
|
+
},
|
|
84
|
+
{
|
|
76
85
|
address: 'https://hippo.api.nodeshub.online',
|
|
77
86
|
provider: 'NodesHub'
|
|
78
|
-
}
|
|
79
|
-
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
address: 'https://hippo-api.node39.top:443',
|
|
90
|
+
provider: 'Node39'
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
grpc: [
|
|
94
|
+
{
|
|
80
95
|
address: 'ibc-grpc.hippo-protocol.com:443',
|
|
81
96
|
provider: 'Hippo Protocol'
|
|
82
|
-
},
|
|
97
|
+
},
|
|
98
|
+
{
|
|
83
99
|
address: 'hippo.grpc.nodeshub.online',
|
|
84
100
|
provider: 'Nodes Hub'
|
|
85
|
-
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
address: 'hippo-grpc.node39.top:443',
|
|
104
|
+
provider: 'Node39'
|
|
105
|
+
}
|
|
106
|
+
]
|
|
86
107
|
},
|
|
87
108
|
explorers: [{
|
|
88
109
|
kind: 'Hippo River',
|
|
89
110
|
url: 'https://river.hippoprotocol.ai/',
|
|
90
111
|
txPage: 'https://river.hippoprotocol.ai/hippo-protocol/tx/${txHash}',
|
|
91
112
|
accountPage: 'https://river.hippoprotocol.ai/hippo-protocol/account/${accountAddress}'
|
|
113
|
+
}, {
|
|
114
|
+
kind: 'Node39',
|
|
115
|
+
url: 'https://explorer.node39.top/hippo',
|
|
116
|
+
txPage: 'https://explorer.node39.top/hippo/tx/${txHash}',
|
|
117
|
+
accountPage: 'https://explorer.node39.top/hippo/account/${accountAddress}'
|
|
92
118
|
}],
|
|
93
119
|
images: [{
|
|
94
120
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
@@ -16,14 +16,16 @@ const info = {
|
|
|
16
16
|
name: 'KIMA',
|
|
17
17
|
display: 'KIMA',
|
|
18
18
|
symbol: 'KIMA',
|
|
19
|
-
logoURIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
21
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
22
|
-
},
|
|
23
19
|
images: [{
|
|
24
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
25
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
26
22
|
}],
|
|
23
|
+
logoURIs: {
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
26
|
+
},
|
|
27
|
+
coingeckoId: 'kima',
|
|
28
|
+
keywords: ['interoperability'],
|
|
27
29
|
socials: {
|
|
28
30
|
github: 'https://github.com/kima-finance',
|
|
29
31
|
medium: 'https://medium.com/@kima_finance',
|
|
@@ -4,8 +4,8 @@ const info = {
|
|
|
4
4
|
status: 'live',
|
|
5
5
|
website: 'https://www.kima.network/',
|
|
6
6
|
networkType: 'mainnet',
|
|
7
|
-
prettyName: 'Kima Network',
|
|
8
7
|
chainType: 'cosmos',
|
|
8
|
+
prettyName: 'Kima Network',
|
|
9
9
|
chainId: 'kima_network',
|
|
10
10
|
bech32Prefix: 'kima',
|
|
11
11
|
daemonName: 'kimad',
|
|
@@ -64,6 +64,10 @@ const info = {
|
|
|
64
64
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
65
65
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
66
66
|
}],
|
|
67
|
+
logoURIs: {
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
70
|
+
},
|
|
67
71
|
apis: {
|
|
68
72
|
wss: [{
|
|
69
73
|
address: 'wss://rpc.kima.network/query',
|
|
@@ -85,7 +89,9 @@ const info = {
|
|
|
85
89
|
explorers: [{
|
|
86
90
|
kind: 'Kima Network Explorer',
|
|
87
91
|
url: 'https://explorer.kima.network/',
|
|
88
|
-
txPage: 'https://explorer.kima.network/transactions/${txHash}'
|
|
89
|
-
|
|
92
|
+
txPage: 'https://explorer.kima.network/transactions/${txHash}',
|
|
93
|
+
accountPage: 'https://explorer.kima.network/accounts/?address=${accountAddress}'
|
|
94
|
+
}],
|
|
95
|
+
keywords: ['interoperability']
|
|
90
96
|
};
|
|
91
97
|
export default info;
|
|
@@ -1085,6 +1085,28 @@ const info = {
|
|
|
1085
1085
|
}],
|
|
1086
1086
|
typeAsset: 'sdk.coin'
|
|
1087
1087
|
},
|
|
1088
|
+
{
|
|
1089
|
+
description: 'SEED token',
|
|
1090
|
+
denomUnits: [{
|
|
1091
|
+
denom: 'factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/seed',
|
|
1092
|
+
exponent: 0,
|
|
1093
|
+
aliases: ['uSEED']
|
|
1094
|
+
}, {
|
|
1095
|
+
denom: 'SEED',
|
|
1096
|
+
exponent: 6
|
|
1097
|
+
}],
|
|
1098
|
+
base: 'factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/seed',
|
|
1099
|
+
name: 'SEED',
|
|
1100
|
+
display: 'SEED',
|
|
1101
|
+
symbol: 'SEED',
|
|
1102
|
+
logoURIs: {
|
|
1103
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/seed.png'
|
|
1104
|
+
},
|
|
1105
|
+
images: [{
|
|
1106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/seed.png'
|
|
1107
|
+
}],
|
|
1108
|
+
typeAsset: 'sdk.coin'
|
|
1109
|
+
},
|
|
1088
1110
|
{
|
|
1089
1111
|
description: 'CryptoGopniks token',
|
|
1090
1112
|
denomUnits: [{
|
|
@@ -16220,6 +16220,27 @@ const info = {
|
|
|
16220
16220
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png'
|
|
16221
16221
|
}]
|
|
16222
16222
|
},
|
|
16223
|
+
{
|
|
16224
|
+
description: 'Leg token',
|
|
16225
|
+
denomUnits: [{
|
|
16226
|
+
denom: 'factory/osmo1c3sjhsneuajqn4ke84kqqaf26ct5cjs8z5ale0yv7096wh6fyf6qxmgkph/leg',
|
|
16227
|
+
exponent: 0
|
|
16228
|
+
}, {
|
|
16229
|
+
denom: 'LEG',
|
|
16230
|
+
exponent: 6
|
|
16231
|
+
}],
|
|
16232
|
+
typeAsset: 'sdk.coin',
|
|
16233
|
+
base: 'factory/osmo1c3sjhsneuajqn4ke84kqqaf26ct5cjs8z5ale0yv7096wh6fyf6qxmgkph/leg',
|
|
16234
|
+
name: 'LEG',
|
|
16235
|
+
display: 'LEG',
|
|
16236
|
+
symbol: 'LEG',
|
|
16237
|
+
logoURIs: {
|
|
16238
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/leg.png'
|
|
16239
|
+
},
|
|
16240
|
+
images: [{
|
|
16241
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/leg.png'
|
|
16242
|
+
}]
|
|
16243
|
+
},
|
|
16223
16244
|
{
|
|
16224
16245
|
description: 'Tether USDt from Ethereum via Peggy bridge.',
|
|
16225
16246
|
denomUnits: [{
|
|
@@ -230,6 +230,208 @@ const info = {
|
|
|
230
230
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
231
231
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
232
232
|
}]
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
description: 'Ether ETH on ZIGChain',
|
|
236
|
+
denomUnits: [{
|
|
237
|
+
denom: 'ibc/5E970F9FF7B696B42F75B92CC05A74B9C44AB0B5D231FBE794A29D74344B19D7',
|
|
238
|
+
exponent: 0,
|
|
239
|
+
aliases: ['wei']
|
|
240
|
+
}, {
|
|
241
|
+
denom: 'eth',
|
|
242
|
+
exponent: 18
|
|
243
|
+
}],
|
|
244
|
+
typeAsset: 'ics20',
|
|
245
|
+
base: 'ibc/5E970F9FF7B696B42F75B92CC05A74B9C44AB0B5D231FBE794A29D74344B19D7',
|
|
246
|
+
name: 'Ethereum',
|
|
247
|
+
display: 'eth',
|
|
248
|
+
symbol: 'ETH',
|
|
249
|
+
traces: [{
|
|
250
|
+
type: 'ibc-bridge',
|
|
251
|
+
counterparty: {
|
|
252
|
+
chainName: 'ethereum',
|
|
253
|
+
baseDenom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2',
|
|
254
|
+
channelId: 'channel-0'
|
|
255
|
+
},
|
|
256
|
+
chain: {
|
|
257
|
+
channelId: '08-wasm-1369',
|
|
258
|
+
path: 'transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
259
|
+
},
|
|
260
|
+
provider: 'Eureka'
|
|
261
|
+
}, {
|
|
262
|
+
type: 'ibc',
|
|
263
|
+
counterparty: {
|
|
264
|
+
chainName: 'cosmoshub',
|
|
265
|
+
baseDenom: 'ibc/C0B53D3D23827AE38058BED0BDCD554229278AF530A8D265FCF6DFF7C4B2ADFF',
|
|
266
|
+
channelId: 'channel-1555'
|
|
267
|
+
},
|
|
268
|
+
chain: {
|
|
269
|
+
channelId: 'channel-4',
|
|
270
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
271
|
+
}
|
|
272
|
+
}],
|
|
273
|
+
logoURIs: {
|
|
274
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
275
|
+
},
|
|
276
|
+
images: [{
|
|
277
|
+
imageSync: {
|
|
278
|
+
chainName: 'ethereum',
|
|
279
|
+
baseDenom: 'wei'
|
|
280
|
+
},
|
|
281
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
282
|
+
}]
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
description: 'NEIRO on ZIGChain',
|
|
286
|
+
denomUnits: [{
|
|
287
|
+
denom: 'ibc/E5EE3EF1D0770C7E5F8CE3AF49B9828613BC90C12EA7577D688B1022EFDDA43C',
|
|
288
|
+
exponent: 0
|
|
289
|
+
}, {
|
|
290
|
+
denom: 'neiro',
|
|
291
|
+
exponent: 9
|
|
292
|
+
}],
|
|
293
|
+
typeAsset: 'ics20',
|
|
294
|
+
base: 'ibc/E5EE3EF1D0770C7E5F8CE3AF49B9828613BC90C12EA7577D688B1022EFDDA43C',
|
|
295
|
+
name: 'NEIRO',
|
|
296
|
+
display: 'neiro',
|
|
297
|
+
symbol: 'NEIRO',
|
|
298
|
+
traces: [{
|
|
299
|
+
type: 'ibc-bridge',
|
|
300
|
+
counterparty: {
|
|
301
|
+
chainName: 'ethereum',
|
|
302
|
+
baseDenom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
303
|
+
channelId: 'channel-0'
|
|
304
|
+
},
|
|
305
|
+
chain: {
|
|
306
|
+
channelId: '08-wasm-1369',
|
|
307
|
+
path: 'transfer/08-wasm-1369/0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee'
|
|
308
|
+
},
|
|
309
|
+
provider: 'Eureka'
|
|
310
|
+
}, {
|
|
311
|
+
type: 'ibc',
|
|
312
|
+
counterparty: {
|
|
313
|
+
chainName: 'cosmoshub',
|
|
314
|
+
baseDenom: 'ibc/F7C4726BF9F1B1872C48BA39688A1AC741E9D77B3182662CF6D42A149C86B758',
|
|
315
|
+
channelId: 'channel-1555'
|
|
316
|
+
},
|
|
317
|
+
chain: {
|
|
318
|
+
channelId: 'channel-4',
|
|
319
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee'
|
|
320
|
+
}
|
|
321
|
+
}],
|
|
322
|
+
logoURIs: {
|
|
323
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
324
|
+
},
|
|
325
|
+
images: [{
|
|
326
|
+
imageSync: {
|
|
327
|
+
chainName: 'ethereum',
|
|
328
|
+
baseDenom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee'
|
|
329
|
+
},
|
|
330
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
331
|
+
}]
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
description: 'Wrapped Bitcoin on ZIGChain',
|
|
335
|
+
denomUnits: [{
|
|
336
|
+
denom: 'ibc/7B02D9C0746D2D6551CD358D4C7ABAC6EE94527D613BACFDEE122559CEB41AA4',
|
|
337
|
+
exponent: 0
|
|
338
|
+
}, {
|
|
339
|
+
denom: 'wbtc',
|
|
340
|
+
exponent: 8
|
|
341
|
+
}],
|
|
342
|
+
typeAsset: 'ics20',
|
|
343
|
+
base: 'ibc/7B02D9C0746D2D6551CD358D4C7ABAC6EE94527D613BACFDEE122559CEB41AA4',
|
|
344
|
+
name: 'Wrapped Bitcoin on ZIGChain',
|
|
345
|
+
display: 'wbtc',
|
|
346
|
+
symbol: 'WBTC',
|
|
347
|
+
traces: [{
|
|
348
|
+
type: 'ibc-bridge',
|
|
349
|
+
counterparty: {
|
|
350
|
+
chainName: 'ethereum',
|
|
351
|
+
baseDenom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599',
|
|
352
|
+
channelId: 'channel-0'
|
|
353
|
+
},
|
|
354
|
+
chain: {
|
|
355
|
+
channelId: '08-wasm-1369',
|
|
356
|
+
path: 'transfer/08-wasm-1369/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
|
|
357
|
+
},
|
|
358
|
+
provider: 'Eureka'
|
|
359
|
+
}, {
|
|
360
|
+
type: 'ibc',
|
|
361
|
+
counterparty: {
|
|
362
|
+
chainName: 'cosmoshub',
|
|
363
|
+
baseDenom: 'ibc/D742E8566B0B8CC8F569D950051C09CF57988A88F0E45574BFB3079D41DE6462',
|
|
364
|
+
channelId: 'channel-1555'
|
|
365
|
+
},
|
|
366
|
+
chain: {
|
|
367
|
+
channelId: 'channel-4',
|
|
368
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
|
|
369
|
+
}
|
|
370
|
+
}],
|
|
371
|
+
logoURIs: {
|
|
372
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
373
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
374
|
+
},
|
|
375
|
+
images: [{
|
|
376
|
+
imageSync: {
|
|
377
|
+
chainName: 'ethereum',
|
|
378
|
+
baseDenom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
|
|
379
|
+
},
|
|
380
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
381
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
382
|
+
}]
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
description: 'Tether USD on ZIGChain',
|
|
386
|
+
denomUnits: [{
|
|
387
|
+
denom: 'ibc/630F28419AFD118B9EA8B96AE9D280CFDA4EB9FAB3108F1CA9E7DC00F396B4F9',
|
|
388
|
+
exponent: 0,
|
|
389
|
+
aliases: ['microusdt', 'uusdt']
|
|
390
|
+
}, {
|
|
391
|
+
denom: 'usdt',
|
|
392
|
+
exponent: 6
|
|
393
|
+
}],
|
|
394
|
+
typeAsset: 'ics20',
|
|
395
|
+
base: 'ibc/630F28419AFD118B9EA8B96AE9D280CFDA4EB9FAB3108F1CA9E7DC00F396B4F9',
|
|
396
|
+
name: 'Tether USD',
|
|
397
|
+
display: 'usdt',
|
|
398
|
+
symbol: 'USDT',
|
|
399
|
+
traces: [{
|
|
400
|
+
type: 'ibc-bridge',
|
|
401
|
+
counterparty: {
|
|
402
|
+
chainName: 'ethereum',
|
|
403
|
+
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7',
|
|
404
|
+
channelId: 'channel-0'
|
|
405
|
+
},
|
|
406
|
+
chain: {
|
|
407
|
+
channelId: '08-wasm-1369',
|
|
408
|
+
path: 'transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
409
|
+
},
|
|
410
|
+
provider: 'Eureka'
|
|
411
|
+
}, {
|
|
412
|
+
type: 'ibc',
|
|
413
|
+
counterparty: {
|
|
414
|
+
chainName: 'cosmoshub',
|
|
415
|
+
baseDenom: 'ibc/E7E51FFF94A8B55BE84CEB0345E5CAF0A5DAEB374C6806CE908098B8996C7782',
|
|
416
|
+
channelId: 'channel-1555'
|
|
417
|
+
},
|
|
418
|
+
chain: {
|
|
419
|
+
channelId: 'channel-4',
|
|
420
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
421
|
+
}
|
|
422
|
+
}],
|
|
423
|
+
logoURIs: {
|
|
424
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
425
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
426
|
+
},
|
|
427
|
+
images: [{
|
|
428
|
+
imageSync: {
|
|
429
|
+
chainName: 'ethereum',
|
|
430
|
+
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
431
|
+
},
|
|
432
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
433
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
434
|
+
}]
|
|
233
435
|
}
|
|
234
436
|
]
|
|
235
437
|
};
|
|
@@ -16,26 +16,28 @@ const info = {
|
|
|
16
16
|
name: 'KIMA',
|
|
17
17
|
display: 'KIMA',
|
|
18
18
|
symbol: 'KIMA',
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
counterparty: {
|
|
19
|
+
images: [{
|
|
20
|
+
imageSync: {
|
|
22
21
|
chainName: 'kimanetwork',
|
|
23
22
|
baseDenom: 'uKIMA'
|
|
24
23
|
},
|
|
25
|
-
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
26
26
|
}],
|
|
27
27
|
logoURIs: {
|
|
28
28
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
29
29
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
30
30
|
},
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
traces: [{
|
|
32
|
+
type: 'test-mintage',
|
|
33
|
+
counterparty: {
|
|
33
34
|
chainName: 'kimanetwork',
|
|
34
35
|
baseDenom: 'uKIMA'
|
|
35
36
|
},
|
|
36
|
-
|
|
37
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
37
|
+
provider: 'Kima Network'
|
|
38
38
|
}],
|
|
39
|
+
coingeckoId: 'kima',
|
|
40
|
+
keywords: ['interoperability'],
|
|
39
41
|
socials: {
|
|
40
42
|
github: 'https://github.com/kima-finance',
|
|
41
43
|
medium: 'https://medium.com/@kima_finance',
|
|
@@ -4,8 +4,8 @@ const info = {
|
|
|
4
4
|
status: 'live',
|
|
5
5
|
website: 'https://www.kima.network/',
|
|
6
6
|
networkType: 'testnet',
|
|
7
|
-
prettyName: 'Kima Network Testnet',
|
|
8
7
|
chainType: 'cosmos',
|
|
8
|
+
prettyName: 'Kima Network Testnet',
|
|
9
9
|
chainId: 'kima_testnet',
|
|
10
10
|
bech32Prefix: 'kima',
|
|
11
11
|
daemonName: 'kimad',
|
|
@@ -42,10 +42,6 @@ const info = {
|
|
|
42
42
|
type: 'go',
|
|
43
43
|
version: '1.21.13'
|
|
44
44
|
},
|
|
45
|
-
binaries: {
|
|
46
|
-
"linux/amd64": 'https://github.com/kima-finance/kima-blockchain/releases/download/v0.4.8/kimad-v0.4.8-amd64',
|
|
47
|
-
"linux/arm64": 'https://github.com/kima-finance/kima-blockchain/releases/download/v0.4.8/kimad-v0.4.8-arm64'
|
|
48
|
-
},
|
|
49
45
|
sdk: {
|
|
50
46
|
type: 'cosmos',
|
|
51
47
|
repo: 'https://github.com/cosmos/cosmos-sdk',
|
|
@@ -64,6 +60,17 @@ const info = {
|
|
|
64
60
|
icsEnabled: ['ics20-1']
|
|
65
61
|
}
|
|
66
62
|
},
|
|
63
|
+
images: [{
|
|
64
|
+
imageSync: {
|
|
65
|
+
chainName: 'kimanetwork'
|
|
66
|
+
},
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg',
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png'
|
|
69
|
+
}],
|
|
70
|
+
logoURIs: {
|
|
71
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
72
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
73
|
+
},
|
|
67
74
|
apis: {
|
|
68
75
|
rpc: [{
|
|
69
76
|
address: 'https://rpc.sardis.kima.network/',
|
|
@@ -81,7 +88,9 @@ const info = {
|
|
|
81
88
|
explorers: [{
|
|
82
89
|
kind: 'Kima Network',
|
|
83
90
|
url: 'https://explorer.sardis.kima.network/',
|
|
84
|
-
txPage: 'https://explorer.sardis.kima.network/transactions/${txHash}'
|
|
85
|
-
|
|
91
|
+
txPage: 'https://explorer.sardis.kima.network/transactions/${txHash}',
|
|
92
|
+
accountPage: 'https://explorer.sardis.kima.network/accounts/?address=${accountAddress}'
|
|
93
|
+
}],
|
|
94
|
+
keywords: ['interoperability']
|
|
86
95
|
};
|
|
87
96
|
export default info;
|
|
@@ -946,6 +946,44 @@ const info = {
|
|
|
946
946
|
},
|
|
947
947
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
948
948
|
}]
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
description: 'Neiro bridged via Eureka on Cosmos Hub.',
|
|
952
|
+
denomUnits: [{
|
|
953
|
+
denom: 'ibc/F7C4726BF9F1B1872C48BA39688A1AC741E9D77B3182662CF6D42A149C86B758',
|
|
954
|
+
exponent: 0
|
|
955
|
+
}, {
|
|
956
|
+
denom: 'neiro',
|
|
957
|
+
exponent: 9
|
|
958
|
+
}],
|
|
959
|
+
typeAsset: 'ics20',
|
|
960
|
+
base: 'ibc/F7C4726BF9F1B1872C48BA39688A1AC741E9D77B3182662CF6D42A149C86B758',
|
|
961
|
+
name: 'Eureka Bridged Neiro (NEIRO)',
|
|
962
|
+
display: 'neiro',
|
|
963
|
+
symbol: 'NEIRO',
|
|
964
|
+
traces: [{
|
|
965
|
+
type: 'ibc-bridge',
|
|
966
|
+
counterparty: {
|
|
967
|
+
chainName: 'ethereum',
|
|
968
|
+
baseDenom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
969
|
+
channelId: 'channel-0'
|
|
970
|
+
},
|
|
971
|
+
chain: {
|
|
972
|
+
channelId: '08-wasm-1369',
|
|
973
|
+
path: 'transfer/08-wasm-1369/0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee'
|
|
974
|
+
},
|
|
975
|
+
provider: 'Eureka'
|
|
976
|
+
}],
|
|
977
|
+
logoURIs: {
|
|
978
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
979
|
+
},
|
|
980
|
+
images: [{
|
|
981
|
+
imageSync: {
|
|
982
|
+
chainName: 'ethereum',
|
|
983
|
+
baseDenom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee'
|
|
984
|
+
},
|
|
985
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
986
|
+
}]
|
|
949
987
|
}
|
|
950
988
|
]
|
|
951
989
|
};
|
|
@@ -2111,6 +2111,29 @@ const info = {
|
|
|
2111
2111
|
logoURIs: {
|
|
2112
2112
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
2113
2113
|
}
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
description: 'Neiro is a meme coin and claimed to be the little sister of Doge.',
|
|
2117
|
+
typeAsset: 'erc20',
|
|
2118
|
+
address: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
2119
|
+
denomUnits: [{
|
|
2120
|
+
denom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
2121
|
+
exponent: 0
|
|
2122
|
+
}, {
|
|
2123
|
+
denom: 'neiro',
|
|
2124
|
+
exponent: 9
|
|
2125
|
+
}],
|
|
2126
|
+
base: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
2127
|
+
name: 'Neiro',
|
|
2128
|
+
display: 'neiro',
|
|
2129
|
+
symbol: 'NEIRO',
|
|
2130
|
+
keywords: ['meme'],
|
|
2131
|
+
images: [{
|
|
2132
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
2133
|
+
}],
|
|
2134
|
+
logoURIs: {
|
|
2135
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
2136
|
+
}
|
|
2114
2137
|
}
|
|
2115
2138
|
]
|
|
2116
2139
|
};
|
package/mainnet/gonka/chain.js
CHANGED
|
@@ -87,7 +87,7 @@ const info = {
|
|
|
87
87
|
provider: '6block'
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
|
-
address: 'https://gonka03.6block.com:8443',
|
|
90
|
+
address: 'https://gonka03.6block.com:8443/chain-rpc/',
|
|
91
91
|
provider: '6block'
|
|
92
92
|
},
|
|
93
93
|
{
|
|
@@ -105,7 +105,7 @@ const info = {
|
|
|
105
105
|
provider: '6block'
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
|
-
address: 'https://gonka03.6block.com:8443',
|
|
108
|
+
address: 'https://gonka03.6block.com:8443/chain-api/',
|
|
109
109
|
provider: '6block'
|
|
110
110
|
},
|
|
111
111
|
{
|
|
@@ -64,33 +64,59 @@ const info = {
|
|
|
64
64
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
65
65
|
},
|
|
66
66
|
apis: {
|
|
67
|
-
rpc: [
|
|
67
|
+
rpc: [
|
|
68
|
+
{
|
|
68
69
|
address: 'https://rpc.hippo-protocol.com/',
|
|
69
70
|
provider: 'Hippo Protocol'
|
|
70
|
-
},
|
|
71
|
+
},
|
|
72
|
+
{
|
|
71
73
|
address: 'https://hippo.rpc.nodeshub.online:443',
|
|
72
74
|
provider: 'NodesHub'
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
address: 'https://hippo-rpc.node39.top:443',
|
|
78
|
+
provider: 'Node39'
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
rest: [
|
|
82
|
+
{
|
|
75
83
|
address: 'https://api.hippo-protocol.com/',
|
|
76
84
|
provider: 'Hippo Protocol'
|
|
77
|
-
},
|
|
85
|
+
},
|
|
86
|
+
{
|
|
78
87
|
address: 'https://hippo.api.nodeshub.online',
|
|
79
88
|
provider: 'NodesHub'
|
|
80
|
-
}
|
|
81
|
-
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
address: 'https://hippo-api.node39.top:443',
|
|
92
|
+
provider: 'Node39'
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
grpc: [
|
|
96
|
+
{
|
|
82
97
|
address: 'ibc-grpc.hippo-protocol.com:443',
|
|
83
98
|
provider: 'Hippo Protocol'
|
|
84
|
-
},
|
|
99
|
+
},
|
|
100
|
+
{
|
|
85
101
|
address: 'hippo.grpc.nodeshub.online',
|
|
86
102
|
provider: 'Nodes Hub'
|
|
87
|
-
}
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
address: 'hippo-grpc.node39.top:443',
|
|
106
|
+
provider: 'Node39'
|
|
107
|
+
}
|
|
108
|
+
]
|
|
88
109
|
},
|
|
89
110
|
explorers: [{
|
|
90
111
|
kind: 'Hippo River',
|
|
91
112
|
url: 'https://river.hippoprotocol.ai/',
|
|
92
113
|
txPage: 'https://river.hippoprotocol.ai/hippo-protocol/tx/${txHash}',
|
|
93
114
|
accountPage: 'https://river.hippoprotocol.ai/hippo-protocol/account/${accountAddress}'
|
|
115
|
+
}, {
|
|
116
|
+
kind: 'Node39',
|
|
117
|
+
url: 'https://explorer.node39.top/hippo',
|
|
118
|
+
txPage: 'https://explorer.node39.top/hippo/tx/${txHash}',
|
|
119
|
+
accountPage: 'https://explorer.node39.top/hippo/account/${accountAddress}'
|
|
94
120
|
}],
|
|
95
121
|
images: [{
|
|
96
122
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
@@ -18,14 +18,16 @@ const info = {
|
|
|
18
18
|
name: 'KIMA',
|
|
19
19
|
display: 'KIMA',
|
|
20
20
|
symbol: 'KIMA',
|
|
21
|
-
logoURIs: {
|
|
22
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
23
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
24
|
-
},
|
|
25
21
|
images: [{
|
|
26
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
27
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
28
24
|
}],
|
|
25
|
+
logoURIs: {
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
28
|
+
},
|
|
29
|
+
coingeckoId: 'kima',
|
|
30
|
+
keywords: ['interoperability'],
|
|
29
31
|
socials: {
|
|
30
32
|
github: 'https://github.com/kima-finance',
|
|
31
33
|
medium: 'https://medium.com/@kima_finance',
|
|
@@ -6,8 +6,8 @@ const info = {
|
|
|
6
6
|
status: 'live',
|
|
7
7
|
website: 'https://www.kima.network/',
|
|
8
8
|
networkType: 'mainnet',
|
|
9
|
-
prettyName: 'Kima Network',
|
|
10
9
|
chainType: 'cosmos',
|
|
10
|
+
prettyName: 'Kima Network',
|
|
11
11
|
chainId: 'kima_network',
|
|
12
12
|
bech32Prefix: 'kima',
|
|
13
13
|
daemonName: 'kimad',
|
|
@@ -66,6 +66,10 @@ const info = {
|
|
|
66
66
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
67
67
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
68
68
|
}],
|
|
69
|
+
logoURIs: {
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
71
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
72
|
+
},
|
|
69
73
|
apis: {
|
|
70
74
|
wss: [{
|
|
71
75
|
address: 'wss://rpc.kima.network/query',
|
|
@@ -87,7 +91,9 @@ const info = {
|
|
|
87
91
|
explorers: [{
|
|
88
92
|
kind: 'Kima Network Explorer',
|
|
89
93
|
url: 'https://explorer.kima.network/',
|
|
90
|
-
txPage: 'https://explorer.kima.network/transactions/${txHash}'
|
|
91
|
-
|
|
94
|
+
txPage: 'https://explorer.kima.network/transactions/${txHash}',
|
|
95
|
+
accountPage: 'https://explorer.kima.network/accounts/?address=${accountAddress}'
|
|
96
|
+
}],
|
|
97
|
+
keywords: ['interoperability']
|
|
92
98
|
};
|
|
93
99
|
exports.default = info;
|
|
@@ -1087,6 +1087,28 @@ const info = {
|
|
|
1087
1087
|
}],
|
|
1088
1088
|
typeAsset: 'sdk.coin'
|
|
1089
1089
|
},
|
|
1090
|
+
{
|
|
1091
|
+
description: 'SEED token',
|
|
1092
|
+
denomUnits: [{
|
|
1093
|
+
denom: 'factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/seed',
|
|
1094
|
+
exponent: 0,
|
|
1095
|
+
aliases: ['uSEED']
|
|
1096
|
+
}, {
|
|
1097
|
+
denom: 'SEED',
|
|
1098
|
+
exponent: 6
|
|
1099
|
+
}],
|
|
1100
|
+
base: 'factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/seed',
|
|
1101
|
+
name: 'SEED',
|
|
1102
|
+
display: 'SEED',
|
|
1103
|
+
symbol: 'SEED',
|
|
1104
|
+
logoURIs: {
|
|
1105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/seed.png'
|
|
1106
|
+
},
|
|
1107
|
+
images: [{
|
|
1108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/seed.png'
|
|
1109
|
+
}],
|
|
1110
|
+
typeAsset: 'sdk.coin'
|
|
1111
|
+
},
|
|
1090
1112
|
{
|
|
1091
1113
|
description: 'CryptoGopniks token',
|
|
1092
1114
|
denomUnits: [{
|
|
@@ -16222,6 +16222,27 @@ const info = {
|
|
|
16222
16222
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png'
|
|
16223
16223
|
}]
|
|
16224
16224
|
},
|
|
16225
|
+
{
|
|
16226
|
+
description: 'Leg token',
|
|
16227
|
+
denomUnits: [{
|
|
16228
|
+
denom: 'factory/osmo1c3sjhsneuajqn4ke84kqqaf26ct5cjs8z5ale0yv7096wh6fyf6qxmgkph/leg',
|
|
16229
|
+
exponent: 0
|
|
16230
|
+
}, {
|
|
16231
|
+
denom: 'LEG',
|
|
16232
|
+
exponent: 6
|
|
16233
|
+
}],
|
|
16234
|
+
typeAsset: 'sdk.coin',
|
|
16235
|
+
base: 'factory/osmo1c3sjhsneuajqn4ke84kqqaf26ct5cjs8z5ale0yv7096wh6fyf6qxmgkph/leg',
|
|
16236
|
+
name: 'LEG',
|
|
16237
|
+
display: 'LEG',
|
|
16238
|
+
symbol: 'LEG',
|
|
16239
|
+
logoURIs: {
|
|
16240
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/leg.png'
|
|
16241
|
+
},
|
|
16242
|
+
images: [{
|
|
16243
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/leg.png'
|
|
16244
|
+
}]
|
|
16245
|
+
},
|
|
16225
16246
|
{
|
|
16226
16247
|
description: 'Tether USDt from Ethereum via Peggy bridge.',
|
|
16227
16248
|
denomUnits: [{
|
|
@@ -232,6 +232,208 @@ const info = {
|
|
|
232
232
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
233
233
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
234
234
|
}]
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
description: 'Ether ETH on ZIGChain',
|
|
238
|
+
denomUnits: [{
|
|
239
|
+
denom: 'ibc/5E970F9FF7B696B42F75B92CC05A74B9C44AB0B5D231FBE794A29D74344B19D7',
|
|
240
|
+
exponent: 0,
|
|
241
|
+
aliases: ['wei']
|
|
242
|
+
}, {
|
|
243
|
+
denom: 'eth',
|
|
244
|
+
exponent: 18
|
|
245
|
+
}],
|
|
246
|
+
typeAsset: 'ics20',
|
|
247
|
+
base: 'ibc/5E970F9FF7B696B42F75B92CC05A74B9C44AB0B5D231FBE794A29D74344B19D7',
|
|
248
|
+
name: 'Ethereum',
|
|
249
|
+
display: 'eth',
|
|
250
|
+
symbol: 'ETH',
|
|
251
|
+
traces: [{
|
|
252
|
+
type: 'ibc-bridge',
|
|
253
|
+
counterparty: {
|
|
254
|
+
chainName: 'ethereum',
|
|
255
|
+
baseDenom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2',
|
|
256
|
+
channelId: 'channel-0'
|
|
257
|
+
},
|
|
258
|
+
chain: {
|
|
259
|
+
channelId: '08-wasm-1369',
|
|
260
|
+
path: 'transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
261
|
+
},
|
|
262
|
+
provider: 'Eureka'
|
|
263
|
+
}, {
|
|
264
|
+
type: 'ibc',
|
|
265
|
+
counterparty: {
|
|
266
|
+
chainName: 'cosmoshub',
|
|
267
|
+
baseDenom: 'ibc/C0B53D3D23827AE38058BED0BDCD554229278AF530A8D265FCF6DFF7C4B2ADFF',
|
|
268
|
+
channelId: 'channel-1555'
|
|
269
|
+
},
|
|
270
|
+
chain: {
|
|
271
|
+
channelId: 'channel-4',
|
|
272
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
273
|
+
}
|
|
274
|
+
}],
|
|
275
|
+
logoURIs: {
|
|
276
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
277
|
+
},
|
|
278
|
+
images: [{
|
|
279
|
+
imageSync: {
|
|
280
|
+
chainName: 'ethereum',
|
|
281
|
+
baseDenom: 'wei'
|
|
282
|
+
},
|
|
283
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
284
|
+
}]
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
description: 'NEIRO on ZIGChain',
|
|
288
|
+
denomUnits: [{
|
|
289
|
+
denom: 'ibc/E5EE3EF1D0770C7E5F8CE3AF49B9828613BC90C12EA7577D688B1022EFDDA43C',
|
|
290
|
+
exponent: 0
|
|
291
|
+
}, {
|
|
292
|
+
denom: 'neiro',
|
|
293
|
+
exponent: 9
|
|
294
|
+
}],
|
|
295
|
+
typeAsset: 'ics20',
|
|
296
|
+
base: 'ibc/E5EE3EF1D0770C7E5F8CE3AF49B9828613BC90C12EA7577D688B1022EFDDA43C',
|
|
297
|
+
name: 'NEIRO',
|
|
298
|
+
display: 'neiro',
|
|
299
|
+
symbol: 'NEIRO',
|
|
300
|
+
traces: [{
|
|
301
|
+
type: 'ibc-bridge',
|
|
302
|
+
counterparty: {
|
|
303
|
+
chainName: 'ethereum',
|
|
304
|
+
baseDenom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
305
|
+
channelId: 'channel-0'
|
|
306
|
+
},
|
|
307
|
+
chain: {
|
|
308
|
+
channelId: '08-wasm-1369',
|
|
309
|
+
path: 'transfer/08-wasm-1369/0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee'
|
|
310
|
+
},
|
|
311
|
+
provider: 'Eureka'
|
|
312
|
+
}, {
|
|
313
|
+
type: 'ibc',
|
|
314
|
+
counterparty: {
|
|
315
|
+
chainName: 'cosmoshub',
|
|
316
|
+
baseDenom: 'ibc/F7C4726BF9F1B1872C48BA39688A1AC741E9D77B3182662CF6D42A149C86B758',
|
|
317
|
+
channelId: 'channel-1555'
|
|
318
|
+
},
|
|
319
|
+
chain: {
|
|
320
|
+
channelId: 'channel-4',
|
|
321
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee'
|
|
322
|
+
}
|
|
323
|
+
}],
|
|
324
|
+
logoURIs: {
|
|
325
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
326
|
+
},
|
|
327
|
+
images: [{
|
|
328
|
+
imageSync: {
|
|
329
|
+
chainName: 'ethereum',
|
|
330
|
+
baseDenom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee'
|
|
331
|
+
},
|
|
332
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
333
|
+
}]
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
description: 'Wrapped Bitcoin on ZIGChain',
|
|
337
|
+
denomUnits: [{
|
|
338
|
+
denom: 'ibc/7B02D9C0746D2D6551CD358D4C7ABAC6EE94527D613BACFDEE122559CEB41AA4',
|
|
339
|
+
exponent: 0
|
|
340
|
+
}, {
|
|
341
|
+
denom: 'wbtc',
|
|
342
|
+
exponent: 8
|
|
343
|
+
}],
|
|
344
|
+
typeAsset: 'ics20',
|
|
345
|
+
base: 'ibc/7B02D9C0746D2D6551CD358D4C7ABAC6EE94527D613BACFDEE122559CEB41AA4',
|
|
346
|
+
name: 'Wrapped Bitcoin on ZIGChain',
|
|
347
|
+
display: 'wbtc',
|
|
348
|
+
symbol: 'WBTC',
|
|
349
|
+
traces: [{
|
|
350
|
+
type: 'ibc-bridge',
|
|
351
|
+
counterparty: {
|
|
352
|
+
chainName: 'ethereum',
|
|
353
|
+
baseDenom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599',
|
|
354
|
+
channelId: 'channel-0'
|
|
355
|
+
},
|
|
356
|
+
chain: {
|
|
357
|
+
channelId: '08-wasm-1369',
|
|
358
|
+
path: 'transfer/08-wasm-1369/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
|
|
359
|
+
},
|
|
360
|
+
provider: 'Eureka'
|
|
361
|
+
}, {
|
|
362
|
+
type: 'ibc',
|
|
363
|
+
counterparty: {
|
|
364
|
+
chainName: 'cosmoshub',
|
|
365
|
+
baseDenom: 'ibc/D742E8566B0B8CC8F569D950051C09CF57988A88F0E45574BFB3079D41DE6462',
|
|
366
|
+
channelId: 'channel-1555'
|
|
367
|
+
},
|
|
368
|
+
chain: {
|
|
369
|
+
channelId: 'channel-4',
|
|
370
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
|
|
371
|
+
}
|
|
372
|
+
}],
|
|
373
|
+
logoURIs: {
|
|
374
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
375
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
376
|
+
},
|
|
377
|
+
images: [{
|
|
378
|
+
imageSync: {
|
|
379
|
+
chainName: 'ethereum',
|
|
380
|
+
baseDenom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
|
|
381
|
+
},
|
|
382
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
383
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
384
|
+
}]
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
description: 'Tether USD on ZIGChain',
|
|
388
|
+
denomUnits: [{
|
|
389
|
+
denom: 'ibc/630F28419AFD118B9EA8B96AE9D280CFDA4EB9FAB3108F1CA9E7DC00F396B4F9',
|
|
390
|
+
exponent: 0,
|
|
391
|
+
aliases: ['microusdt', 'uusdt']
|
|
392
|
+
}, {
|
|
393
|
+
denom: 'usdt',
|
|
394
|
+
exponent: 6
|
|
395
|
+
}],
|
|
396
|
+
typeAsset: 'ics20',
|
|
397
|
+
base: 'ibc/630F28419AFD118B9EA8B96AE9D280CFDA4EB9FAB3108F1CA9E7DC00F396B4F9',
|
|
398
|
+
name: 'Tether USD',
|
|
399
|
+
display: 'usdt',
|
|
400
|
+
symbol: 'USDT',
|
|
401
|
+
traces: [{
|
|
402
|
+
type: 'ibc-bridge',
|
|
403
|
+
counterparty: {
|
|
404
|
+
chainName: 'ethereum',
|
|
405
|
+
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7',
|
|
406
|
+
channelId: 'channel-0'
|
|
407
|
+
},
|
|
408
|
+
chain: {
|
|
409
|
+
channelId: '08-wasm-1369',
|
|
410
|
+
path: 'transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
411
|
+
},
|
|
412
|
+
provider: 'Eureka'
|
|
413
|
+
}, {
|
|
414
|
+
type: 'ibc',
|
|
415
|
+
counterparty: {
|
|
416
|
+
chainName: 'cosmoshub',
|
|
417
|
+
baseDenom: 'ibc/E7E51FFF94A8B55BE84CEB0345E5CAF0A5DAEB374C6806CE908098B8996C7782',
|
|
418
|
+
channelId: 'channel-1555'
|
|
419
|
+
},
|
|
420
|
+
chain: {
|
|
421
|
+
channelId: 'channel-4',
|
|
422
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
423
|
+
}
|
|
424
|
+
}],
|
|
425
|
+
logoURIs: {
|
|
426
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
427
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
428
|
+
},
|
|
429
|
+
images: [{
|
|
430
|
+
imageSync: {
|
|
431
|
+
chainName: 'ethereum',
|
|
432
|
+
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
433
|
+
},
|
|
434
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
435
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
436
|
+
}]
|
|
235
437
|
}
|
|
236
438
|
]
|
|
237
439
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.102",
|
|
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.102"
|
|
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": "a52b8a9e791f193cb3de0505d7863b2a622bbf10"
|
|
43
43
|
}
|
|
@@ -18,26 +18,28 @@ const info = {
|
|
|
18
18
|
name: 'KIMA',
|
|
19
19
|
display: 'KIMA',
|
|
20
20
|
symbol: 'KIMA',
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
counterparty: {
|
|
21
|
+
images: [{
|
|
22
|
+
imageSync: {
|
|
24
23
|
chainName: 'kimanetwork',
|
|
25
24
|
baseDenom: 'uKIMA'
|
|
26
25
|
},
|
|
27
|
-
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
28
28
|
}],
|
|
29
29
|
logoURIs: {
|
|
30
30
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
31
31
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
32
32
|
},
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
traces: [{
|
|
34
|
+
type: 'test-mintage',
|
|
35
|
+
counterparty: {
|
|
35
36
|
chainName: 'kimanetwork',
|
|
36
37
|
baseDenom: 'uKIMA'
|
|
37
38
|
},
|
|
38
|
-
|
|
39
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
39
|
+
provider: 'Kima Network'
|
|
40
40
|
}],
|
|
41
|
+
coingeckoId: 'kima',
|
|
42
|
+
keywords: ['interoperability'],
|
|
41
43
|
socials: {
|
|
42
44
|
github: 'https://github.com/kima-finance',
|
|
43
45
|
medium: 'https://medium.com/@kima_finance',
|
|
@@ -6,8 +6,8 @@ const info = {
|
|
|
6
6
|
status: 'live',
|
|
7
7
|
website: 'https://www.kima.network/',
|
|
8
8
|
networkType: 'testnet',
|
|
9
|
-
prettyName: 'Kima Network Testnet',
|
|
10
9
|
chainType: 'cosmos',
|
|
10
|
+
prettyName: 'Kima Network Testnet',
|
|
11
11
|
chainId: 'kima_testnet',
|
|
12
12
|
bech32Prefix: 'kima',
|
|
13
13
|
daemonName: 'kimad',
|
|
@@ -44,10 +44,6 @@ const info = {
|
|
|
44
44
|
type: 'go',
|
|
45
45
|
version: '1.21.13'
|
|
46
46
|
},
|
|
47
|
-
binaries: {
|
|
48
|
-
"linux/amd64": 'https://github.com/kima-finance/kima-blockchain/releases/download/v0.4.8/kimad-v0.4.8-amd64',
|
|
49
|
-
"linux/arm64": 'https://github.com/kima-finance/kima-blockchain/releases/download/v0.4.8/kimad-v0.4.8-arm64'
|
|
50
|
-
},
|
|
51
47
|
sdk: {
|
|
52
48
|
type: 'cosmos',
|
|
53
49
|
repo: 'https://github.com/cosmos/cosmos-sdk',
|
|
@@ -66,6 +62,17 @@ const info = {
|
|
|
66
62
|
icsEnabled: ['ics20-1']
|
|
67
63
|
}
|
|
68
64
|
},
|
|
65
|
+
images: [{
|
|
66
|
+
imageSync: {
|
|
67
|
+
chainName: 'kimanetwork'
|
|
68
|
+
},
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg',
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png'
|
|
71
|
+
}],
|
|
72
|
+
logoURIs: {
|
|
73
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
74
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
75
|
+
},
|
|
69
76
|
apis: {
|
|
70
77
|
rpc: [{
|
|
71
78
|
address: 'https://rpc.sardis.kima.network/',
|
|
@@ -83,7 +90,9 @@ const info = {
|
|
|
83
90
|
explorers: [{
|
|
84
91
|
kind: 'Kima Network',
|
|
85
92
|
url: 'https://explorer.sardis.kima.network/',
|
|
86
|
-
txPage: 'https://explorer.sardis.kima.network/transactions/${txHash}'
|
|
87
|
-
|
|
93
|
+
txPage: 'https://explorer.sardis.kima.network/transactions/${txHash}',
|
|
94
|
+
accountPage: 'https://explorer.sardis.kima.network/accounts/?address=${accountAddress}'
|
|
95
|
+
}],
|
|
96
|
+
keywords: ['interoperability']
|
|
88
97
|
};
|
|
89
98
|
exports.default = info;
|