chain-registry 0.6.2 → 0.6.3
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/CHANGELOG.md +8 -0
- package/main/assets.js +23 -6
- package/main/chains.js +50 -39
- package/module/assets.js +23 -6
- package/module/chains.js +50 -39
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.6.3](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@0.6.2...chain-registry@0.6.3) (2022-08-16)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package chain-registry
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.6.2](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@0.6.1...chain-registry@0.6.2) (2022-08-14)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package chain-registry
|
package/main/assets.js
CHANGED
|
@@ -1932,7 +1932,7 @@ var assets = [{
|
|
|
1932
1932
|
denom: 'eeur',
|
|
1933
1933
|
exponent: 0
|
|
1934
1934
|
}, {
|
|
1935
|
-
denom: '
|
|
1935
|
+
denom: 'eur',
|
|
1936
1936
|
exponent: 6
|
|
1937
1937
|
}],
|
|
1938
1938
|
base: 'eeur',
|
|
@@ -2546,7 +2546,7 @@ var assets = [{
|
|
|
2546
2546
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png',
|
|
2547
2547
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg'
|
|
2548
2548
|
},
|
|
2549
|
-
coingecko_id: '
|
|
2549
|
+
coingecko_id: 'kava-lend'
|
|
2550
2550
|
}, {
|
|
2551
2551
|
description: 'Governance token of Kava Swap Protocol',
|
|
2552
2552
|
denom_units: [{
|
|
@@ -2565,6 +2565,23 @@ var assets = [{
|
|
|
2565
2565
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
|
|
2566
2566
|
},
|
|
2567
2567
|
coingecko_id: 'kava-swap'
|
|
2568
|
+
}, {
|
|
2569
|
+
description: 'The native stablecoin of Kava',
|
|
2570
|
+
denom_units: [{
|
|
2571
|
+
denom: 'usdx',
|
|
2572
|
+
exponent: 0
|
|
2573
|
+
}, {
|
|
2574
|
+
denom: 'USDX',
|
|
2575
|
+
exponent: 6
|
|
2576
|
+
}],
|
|
2577
|
+
base: 'usdx',
|
|
2578
|
+
name: 'USDX',
|
|
2579
|
+
display: 'USDX',
|
|
2580
|
+
symbol: 'USDX',
|
|
2581
|
+
logo_URIs: {
|
|
2582
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png'
|
|
2583
|
+
},
|
|
2584
|
+
coingecko_id: 'usdx'
|
|
2568
2585
|
}]
|
|
2569
2586
|
}, {
|
|
2570
2587
|
$schema: '../assetlist.schema.json',
|
|
@@ -2865,15 +2882,15 @@ var assets = [{
|
|
|
2865
2882
|
assets: [{
|
|
2866
2883
|
description: 'The native token of Oraichain',
|
|
2867
2884
|
denom_units: [{
|
|
2868
|
-
denom: '
|
|
2885
|
+
denom: 'orai',
|
|
2869
2886
|
exponent: 0
|
|
2870
2887
|
}, {
|
|
2871
|
-
denom: '
|
|
2888
|
+
denom: 'ORAI',
|
|
2872
2889
|
exponent: 6
|
|
2873
2890
|
}],
|
|
2874
|
-
base: '
|
|
2891
|
+
base: 'orai',
|
|
2875
2892
|
name: 'Oraichain',
|
|
2876
|
-
display: '
|
|
2893
|
+
display: 'ORAI',
|
|
2877
2894
|
symbol: 'ORAI',
|
|
2878
2895
|
logo_URIs: {
|
|
2879
2896
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
package/main/chains.js
CHANGED
|
@@ -21,7 +21,7 @@ var chains = [{
|
|
|
21
21
|
explorers: [{
|
|
22
22
|
kind: 'explorers.guru',
|
|
23
23
|
url: 'https://agoric.explorers.guru/',
|
|
24
|
-
tx_page: 'https://agoric.explorers.guru/transaction
|
|
24
|
+
tx_page: 'https://agoric.explorers.guru/transaction/${txHash}'
|
|
25
25
|
}],
|
|
26
26
|
codebase: {
|
|
27
27
|
git_repo: 'https://github.com/Agoric/ag0/',
|
|
@@ -811,15 +811,15 @@ var chains = [{
|
|
|
811
811
|
explorers: [{
|
|
812
812
|
kind: 'cosmoscan',
|
|
813
813
|
url: 'https://cosmoscan.io',
|
|
814
|
-
tx_page: 'https://cosmoscan.io/tx
|
|
814
|
+
tx_page: 'https://cosmoscan.io/tx/${txHash}'
|
|
815
815
|
}, {
|
|
816
816
|
kind: 'mintscan',
|
|
817
817
|
url: 'https://www.mintscan.io/band',
|
|
818
|
-
tx_page: 'https://www.mintscan.io/band/txs{txHash}'
|
|
818
|
+
tx_page: 'https://www.mintscan.io/band/txs${txHash}'
|
|
819
819
|
}, {
|
|
820
820
|
kind: 'ping.pub',
|
|
821
821
|
url: 'https://ping.pub/band-protocol',
|
|
822
|
-
tx_page: 'https://ping.pub/band-protocol/tx
|
|
822
|
+
tx_page: 'https://ping.pub/band-protocol/tx/${txHash}'
|
|
823
823
|
}, {
|
|
824
824
|
kind: 'atomscan',
|
|
825
825
|
url: 'https://atomscan.com/band-protocol',
|
|
@@ -1201,11 +1201,11 @@ var chains = [{
|
|
|
1201
1201
|
},
|
|
1202
1202
|
codebase: {
|
|
1203
1203
|
git_repo: 'https://github.com/Switcheo/carbon-bootstrap',
|
|
1204
|
-
recommended_version: 'v2.
|
|
1205
|
-
compatible_versions: ['v2.
|
|
1204
|
+
recommended_version: 'v2.8.0',
|
|
1205
|
+
compatible_versions: ['v2.8.0'],
|
|
1206
1206
|
binaries: {
|
|
1207
|
-
'linux/amd64': 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.
|
|
1208
|
-
'linux/arm64': 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.
|
|
1207
|
+
'linux/amd64': 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.8.0/carbond2.8.0-mainnet.linux-amd64.tar.gz',
|
|
1208
|
+
'linux/arm64': 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.8.0/carbond2.8.0-mainnet.linux-ard64.tar.gz'
|
|
1209
1209
|
}
|
|
1210
1210
|
},
|
|
1211
1211
|
peers: {
|
|
@@ -1226,16 +1226,26 @@ var chains = [{
|
|
|
1226
1226
|
id: 'b638cc8fc5b3d7867281081efce15e5a989339ac',
|
|
1227
1227
|
address: '188.166.191.195:26656',
|
|
1228
1228
|
provider: 'intsol'
|
|
1229
|
+
}, {
|
|
1230
|
+
id: 'aa238fc5a6b3f2a305a4ffb56a636ce14adce371',
|
|
1231
|
+
address: 'alice.peers.carbon.bh.rocks:26656',
|
|
1232
|
+
provider: 'BlockHunters'
|
|
1229
1233
|
}]
|
|
1230
1234
|
},
|
|
1231
1235
|
apis: {
|
|
1232
1236
|
rpc: [{
|
|
1233
1237
|
address: 'https://tm-api.carbon.network',
|
|
1234
1238
|
provider: 'switcheo-labs'
|
|
1239
|
+
}, {
|
|
1240
|
+
address: 'https://rpc.carbon.bh.rocks',
|
|
1241
|
+
provider: 'BlockHunters'
|
|
1235
1242
|
}],
|
|
1236
1243
|
rest: [{
|
|
1237
1244
|
address: 'https://api.carbon.network',
|
|
1238
1245
|
provider: 'switcheo-labs'
|
|
1246
|
+
}, {
|
|
1247
|
+
address: 'https://rest.carbon.bh.rocks',
|
|
1248
|
+
provider: 'BlockHunters'
|
|
1239
1249
|
}]
|
|
1240
1250
|
},
|
|
1241
1251
|
explorers: [{
|
|
@@ -1361,7 +1371,7 @@ var chains = [{
|
|
|
1361
1371
|
}, {
|
|
1362
1372
|
kind: 'mintscan',
|
|
1363
1373
|
url: 'https://www.mintscan.io/cerberus',
|
|
1364
|
-
tx_page: 'https://www.mintscan.io/cerberus/txs
|
|
1374
|
+
tx_page: 'https://www.mintscan.io/cerberus/txs/${txHash}'
|
|
1365
1375
|
}, {
|
|
1366
1376
|
kind: 'atomscan',
|
|
1367
1377
|
url: 'https://atomscan.com/cerberus',
|
|
@@ -2122,7 +2132,7 @@ var chains = [{
|
|
|
2122
2132
|
}, {
|
|
2123
2133
|
kind: 'ping.pub',
|
|
2124
2134
|
url: 'https://ping.pub/crescent',
|
|
2125
|
-
tx_page: 'https://ping.pub/crescent/tx
|
|
2135
|
+
tx_page: 'https://ping.pub/crescent/tx/${txHash}'
|
|
2126
2136
|
}, {
|
|
2127
2137
|
kind: 'explorers.guru',
|
|
2128
2138
|
url: 'https://crescent.explorers.guru',
|
|
@@ -2902,14 +2912,6 @@ var chains = [{
|
|
|
2902
2912
|
denom: 'ungm'
|
|
2903
2913
|
}, {
|
|
2904
2914
|
denom: 'eeur'
|
|
2905
|
-
}, {
|
|
2906
|
-
denom: 'echf'
|
|
2907
|
-
}, {
|
|
2908
|
-
denom: 'edkk'
|
|
2909
|
-
}, {
|
|
2910
|
-
denom: 'enok'
|
|
2911
|
-
}, {
|
|
2912
|
-
denom: 'esek'
|
|
2913
2915
|
}]
|
|
2914
2916
|
},
|
|
2915
2917
|
codebase: {
|
|
@@ -3140,6 +3142,10 @@ var chains = [{
|
|
|
3140
3142
|
id: '588cedb70fa1d98c14a2f2c1456bfa41e1a156a8',
|
|
3141
3143
|
address: 'evmos-sentry.mercury-nodes.net:29539',
|
|
3142
3144
|
provider: 'Mercury'
|
|
3145
|
+
}, {
|
|
3146
|
+
id: 'a7779498a15dfd5adc678f0f6672935413413f42',
|
|
3147
|
+
address: 'alice.peers.evmos.bh.rocks:26656',
|
|
3148
|
+
provider: 'BlockHunters'
|
|
3143
3149
|
}]
|
|
3144
3150
|
},
|
|
3145
3151
|
apis: {
|
|
@@ -3170,6 +3176,9 @@ var chains = [{
|
|
|
3170
3176
|
}, {
|
|
3171
3177
|
address: 'https://rpc-evmos.ecostake.com',
|
|
3172
3178
|
provider: 'ecostake'
|
|
3179
|
+
}, {
|
|
3180
|
+
address: 'https://rpc.evmos.bh.rocks',
|
|
3181
|
+
provider: 'BlockHunters'
|
|
3173
3182
|
}],
|
|
3174
3183
|
rest: [{
|
|
3175
3184
|
address: 'https://lcd-evmos.whispernode.com',
|
|
@@ -3195,6 +3204,9 @@ var chains = [{
|
|
|
3195
3204
|
}, {
|
|
3196
3205
|
address: 'https://rest-evmos.ecostake.com',
|
|
3197
3206
|
provider: 'ecostake'
|
|
3207
|
+
}, {
|
|
3208
|
+
address: 'https://lcd.evmos.bh.rocks',
|
|
3209
|
+
provider: 'BlockHunters'
|
|
3198
3210
|
}],
|
|
3199
3211
|
grpc: [{
|
|
3200
3212
|
address: 'https://grpc.bd.evmos.org:9090',
|
|
@@ -3211,6 +3223,9 @@ var chains = [{
|
|
|
3211
3223
|
}, {
|
|
3212
3224
|
address: 'https://grpc.evmos.nodestake.top',
|
|
3213
3225
|
provider: 'NodeStake'
|
|
3226
|
+
}, {
|
|
3227
|
+
address: 'https://grpc.evmos.bh.rocks',
|
|
3228
|
+
provider: 'BlockHunters'
|
|
3214
3229
|
}],
|
|
3215
3230
|
'evm-http-jsonrpc': [{
|
|
3216
3231
|
address: 'https://eth.bd.evmos.org:8545',
|
|
@@ -3224,6 +3239,9 @@ var chains = [{
|
|
|
3224
3239
|
}, {
|
|
3225
3240
|
address: 'https://jsonrpc.evmos.nodestake.top',
|
|
3226
3241
|
provider: 'NodeStake'
|
|
3242
|
+
}, {
|
|
3243
|
+
address: 'https://json-rpc.evmos.bh.rocks',
|
|
3244
|
+
provider: 'BlockHunters'
|
|
3227
3245
|
}]
|
|
3228
3246
|
},
|
|
3229
3247
|
explorers: [{
|
|
@@ -4176,7 +4194,7 @@ var chains = [{
|
|
|
4176
4194
|
}, {
|
|
4177
4195
|
kind: 'mintscan',
|
|
4178
4196
|
url: 'https://www.mintscan.io/juno',
|
|
4179
|
-
tx_page: 'https://www.mintscan.io/juno/txs
|
|
4197
|
+
tx_page: 'https://www.mintscan.io/juno/txs/${txHash}'
|
|
4180
4198
|
}, {
|
|
4181
4199
|
kind: 'atomscan',
|
|
4182
4200
|
url: 'https://atomscan.com/juno',
|
|
@@ -5328,7 +5346,7 @@ var chains = [{
|
|
|
5328
5346
|
explorers: [{
|
|
5329
5347
|
kind: 'oraiscan',
|
|
5330
5348
|
url: 'https://scan.orai.io',
|
|
5331
|
-
tx_page: 'https://scan.orai.io/txs
|
|
5349
|
+
tx_page: 'https://scan.orai.io/txs/${txHash}'
|
|
5332
5350
|
}]
|
|
5333
5351
|
}, {
|
|
5334
5352
|
$schema: '../chain.schema.json',
|
|
@@ -5755,7 +5773,7 @@ var chains = [{
|
|
|
5755
5773
|
explorers: [{
|
|
5756
5774
|
kind: 'proprietary',
|
|
5757
5775
|
url: 'https://explorer.persistence.one',
|
|
5758
|
-
tx_page: 'https://explorer.persistence.one/transactions
|
|
5776
|
+
tx_page: 'https://explorer.persistence.one/transactions/${txHash}'
|
|
5759
5777
|
}, {
|
|
5760
5778
|
kind: 'mintscan',
|
|
5761
5779
|
url: 'https://www.mintscan.io/persistence',
|
|
@@ -6215,6 +6233,9 @@ var chains = [{
|
|
|
6215
6233
|
}, {
|
|
6216
6234
|
address: 'https://rpc-sentinel.whispernode.com',
|
|
6217
6235
|
provider: 'WhisperNode🤐'
|
|
6236
|
+
}, {
|
|
6237
|
+
address: 'https://rpc.sentinel1.badgerbite.xyz',
|
|
6238
|
+
provider: 'BadgerBite'
|
|
6218
6239
|
}],
|
|
6219
6240
|
rest: [{
|
|
6220
6241
|
address: 'https://lcd-sentinel.keplr.app',
|
|
@@ -6407,7 +6428,7 @@ var chains = [{
|
|
|
6407
6428
|
}, {
|
|
6408
6429
|
kind: 'mintscan',
|
|
6409
6430
|
url: 'https://www.mintscan.io/sifchain',
|
|
6410
|
-
tx_page: 'https://www.mintscan.io/sifchain/txs
|
|
6431
|
+
tx_page: 'https://www.mintscan.io/sifchain/txs/${txHash}'
|
|
6411
6432
|
}, {
|
|
6412
6433
|
kind: 'atomscan',
|
|
6413
6434
|
url: 'https://atomscan.com/sifchain',
|
|
@@ -6654,6 +6675,9 @@ var chains = [{
|
|
|
6654
6675
|
}, {
|
|
6655
6676
|
address: 'https://rpc-stargaze-ia.notional.ventures/',
|
|
6656
6677
|
provider: 'Notional'
|
|
6678
|
+
}, {
|
|
6679
|
+
address: 'https://stargaze.c29r3.xyz:443/rpc/',
|
|
6680
|
+
provider: 'c29r3'
|
|
6657
6681
|
}],
|
|
6658
6682
|
rest: [{
|
|
6659
6683
|
address: 'https://api.stargaze.pupmos.network/',
|
|
@@ -6670,6 +6694,9 @@ var chains = [{
|
|
|
6670
6694
|
}, {
|
|
6671
6695
|
address: 'https://api-stargaze-ia.notional.ventures/',
|
|
6672
6696
|
provider: 'Notional'
|
|
6697
|
+
}, {
|
|
6698
|
+
address: 'https://stargaze.c29r3.xyz:443/api/',
|
|
6699
|
+
provider: 'c29r3'
|
|
6673
6700
|
}],
|
|
6674
6701
|
grpc: [{
|
|
6675
6702
|
address: 'grpc-stargaze-ia.notional.ventures:443',
|
|
@@ -7042,23 +7069,7 @@ var chains = [{
|
|
|
7042
7069
|
address: 'seed-02.theta-testnet.polypore.xyz:26656',
|
|
7043
7070
|
provider: 'Hypha'
|
|
7044
7071
|
}],
|
|
7045
|
-
persistent_peers: [
|
|
7046
|
-
id: '5c9850dc5ec603b0c97ffd8d67bde3221b877acf',
|
|
7047
|
-
address: 'p2p.sentry-01.theta-testnet.polypore.xyz:26656',
|
|
7048
|
-
provider: 'Hypha'
|
|
7049
|
-
}, {
|
|
7050
|
-
id: '208683ee734ba3cec1cfc0c8bcbc326969641952',
|
|
7051
|
-
address: 'p2p.sentry-02.theta-testnet.polypore.xyz:26656',
|
|
7052
|
-
provider: 'Hypha'
|
|
7053
|
-
}, {
|
|
7054
|
-
id: '58e9d022962a3875fa22d7146949d0dc34e51ba6',
|
|
7055
|
-
address: 'p2p.state-sync-01.theta-testnet.polypore.xyz:26656',
|
|
7056
|
-
provider: 'Hypha'
|
|
7057
|
-
}, {
|
|
7058
|
-
id: '6954e0479cd71fa01aeed15e1a3b87c06433d827',
|
|
7059
|
-
address: 'p2p.state-sync-02.theta-testnet.polypore.xyz:26656',
|
|
7060
|
-
provider: 'Hypha'
|
|
7061
|
-
}]
|
|
7072
|
+
persistent_peers: []
|
|
7062
7073
|
},
|
|
7063
7074
|
apis: {
|
|
7064
7075
|
rpc: [{
|
package/module/assets.js
CHANGED
|
@@ -1926,7 +1926,7 @@ const assets = [{
|
|
|
1926
1926
|
denom: 'eeur',
|
|
1927
1927
|
exponent: 0
|
|
1928
1928
|
}, {
|
|
1929
|
-
denom: '
|
|
1929
|
+
denom: 'eur',
|
|
1930
1930
|
exponent: 6
|
|
1931
1931
|
}],
|
|
1932
1932
|
base: 'eeur',
|
|
@@ -2540,7 +2540,7 @@ const assets = [{
|
|
|
2540
2540
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png',
|
|
2541
2541
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg'
|
|
2542
2542
|
},
|
|
2543
|
-
coingecko_id: '
|
|
2543
|
+
coingecko_id: 'kava-lend'
|
|
2544
2544
|
}, {
|
|
2545
2545
|
description: 'Governance token of Kava Swap Protocol',
|
|
2546
2546
|
denom_units: [{
|
|
@@ -2559,6 +2559,23 @@ const assets = [{
|
|
|
2559
2559
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
|
|
2560
2560
|
},
|
|
2561
2561
|
coingecko_id: 'kava-swap'
|
|
2562
|
+
}, {
|
|
2563
|
+
description: 'The native stablecoin of Kava',
|
|
2564
|
+
denom_units: [{
|
|
2565
|
+
denom: 'usdx',
|
|
2566
|
+
exponent: 0
|
|
2567
|
+
}, {
|
|
2568
|
+
denom: 'USDX',
|
|
2569
|
+
exponent: 6
|
|
2570
|
+
}],
|
|
2571
|
+
base: 'usdx',
|
|
2572
|
+
name: 'USDX',
|
|
2573
|
+
display: 'USDX',
|
|
2574
|
+
symbol: 'USDX',
|
|
2575
|
+
logo_URIs: {
|
|
2576
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png'
|
|
2577
|
+
},
|
|
2578
|
+
coingecko_id: 'usdx'
|
|
2562
2579
|
}]
|
|
2563
2580
|
}, {
|
|
2564
2581
|
$schema: '../assetlist.schema.json',
|
|
@@ -2859,15 +2876,15 @@ const assets = [{
|
|
|
2859
2876
|
assets: [{
|
|
2860
2877
|
description: 'The native token of Oraichain',
|
|
2861
2878
|
denom_units: [{
|
|
2862
|
-
denom: '
|
|
2879
|
+
denom: 'orai',
|
|
2863
2880
|
exponent: 0
|
|
2864
2881
|
}, {
|
|
2865
|
-
denom: '
|
|
2882
|
+
denom: 'ORAI',
|
|
2866
2883
|
exponent: 6
|
|
2867
2884
|
}],
|
|
2868
|
-
base: '
|
|
2885
|
+
base: 'orai',
|
|
2869
2886
|
name: 'Oraichain',
|
|
2870
|
-
display: '
|
|
2887
|
+
display: 'ORAI',
|
|
2871
2888
|
symbol: 'ORAI',
|
|
2872
2889
|
logo_URIs: {
|
|
2873
2890
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
package/module/chains.js
CHANGED
|
@@ -15,7 +15,7 @@ const chains = [{
|
|
|
15
15
|
explorers: [{
|
|
16
16
|
kind: 'explorers.guru',
|
|
17
17
|
url: 'https://agoric.explorers.guru/',
|
|
18
|
-
tx_page: 'https://agoric.explorers.guru/transaction
|
|
18
|
+
tx_page: 'https://agoric.explorers.guru/transaction/${txHash}'
|
|
19
19
|
}],
|
|
20
20
|
codebase: {
|
|
21
21
|
git_repo: 'https://github.com/Agoric/ag0/',
|
|
@@ -805,15 +805,15 @@ const chains = [{
|
|
|
805
805
|
explorers: [{
|
|
806
806
|
kind: 'cosmoscan',
|
|
807
807
|
url: 'https://cosmoscan.io',
|
|
808
|
-
tx_page: 'https://cosmoscan.io/tx
|
|
808
|
+
tx_page: 'https://cosmoscan.io/tx/${txHash}'
|
|
809
809
|
}, {
|
|
810
810
|
kind: 'mintscan',
|
|
811
811
|
url: 'https://www.mintscan.io/band',
|
|
812
|
-
tx_page: 'https://www.mintscan.io/band/txs{txHash}'
|
|
812
|
+
tx_page: 'https://www.mintscan.io/band/txs${txHash}'
|
|
813
813
|
}, {
|
|
814
814
|
kind: 'ping.pub',
|
|
815
815
|
url: 'https://ping.pub/band-protocol',
|
|
816
|
-
tx_page: 'https://ping.pub/band-protocol/tx
|
|
816
|
+
tx_page: 'https://ping.pub/band-protocol/tx/${txHash}'
|
|
817
817
|
}, {
|
|
818
818
|
kind: 'atomscan',
|
|
819
819
|
url: 'https://atomscan.com/band-protocol',
|
|
@@ -1195,11 +1195,11 @@ const chains = [{
|
|
|
1195
1195
|
},
|
|
1196
1196
|
codebase: {
|
|
1197
1197
|
git_repo: 'https://github.com/Switcheo/carbon-bootstrap',
|
|
1198
|
-
recommended_version: 'v2.
|
|
1199
|
-
compatible_versions: ['v2.
|
|
1198
|
+
recommended_version: 'v2.8.0',
|
|
1199
|
+
compatible_versions: ['v2.8.0'],
|
|
1200
1200
|
binaries: {
|
|
1201
|
-
'linux/amd64': 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.
|
|
1202
|
-
'linux/arm64': 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.
|
|
1201
|
+
'linux/amd64': 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.8.0/carbond2.8.0-mainnet.linux-amd64.tar.gz',
|
|
1202
|
+
'linux/arm64': 'https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.8.0/carbond2.8.0-mainnet.linux-ard64.tar.gz'
|
|
1203
1203
|
}
|
|
1204
1204
|
},
|
|
1205
1205
|
peers: {
|
|
@@ -1220,16 +1220,26 @@ const chains = [{
|
|
|
1220
1220
|
id: 'b638cc8fc5b3d7867281081efce15e5a989339ac',
|
|
1221
1221
|
address: '188.166.191.195:26656',
|
|
1222
1222
|
provider: 'intsol'
|
|
1223
|
+
}, {
|
|
1224
|
+
id: 'aa238fc5a6b3f2a305a4ffb56a636ce14adce371',
|
|
1225
|
+
address: 'alice.peers.carbon.bh.rocks:26656',
|
|
1226
|
+
provider: 'BlockHunters'
|
|
1223
1227
|
}]
|
|
1224
1228
|
},
|
|
1225
1229
|
apis: {
|
|
1226
1230
|
rpc: [{
|
|
1227
1231
|
address: 'https://tm-api.carbon.network',
|
|
1228
1232
|
provider: 'switcheo-labs'
|
|
1233
|
+
}, {
|
|
1234
|
+
address: 'https://rpc.carbon.bh.rocks',
|
|
1235
|
+
provider: 'BlockHunters'
|
|
1229
1236
|
}],
|
|
1230
1237
|
rest: [{
|
|
1231
1238
|
address: 'https://api.carbon.network',
|
|
1232
1239
|
provider: 'switcheo-labs'
|
|
1240
|
+
}, {
|
|
1241
|
+
address: 'https://rest.carbon.bh.rocks',
|
|
1242
|
+
provider: 'BlockHunters'
|
|
1233
1243
|
}]
|
|
1234
1244
|
},
|
|
1235
1245
|
explorers: [{
|
|
@@ -1355,7 +1365,7 @@ const chains = [{
|
|
|
1355
1365
|
}, {
|
|
1356
1366
|
kind: 'mintscan',
|
|
1357
1367
|
url: 'https://www.mintscan.io/cerberus',
|
|
1358
|
-
tx_page: 'https://www.mintscan.io/cerberus/txs
|
|
1368
|
+
tx_page: 'https://www.mintscan.io/cerberus/txs/${txHash}'
|
|
1359
1369
|
}, {
|
|
1360
1370
|
kind: 'atomscan',
|
|
1361
1371
|
url: 'https://atomscan.com/cerberus',
|
|
@@ -2116,7 +2126,7 @@ const chains = [{
|
|
|
2116
2126
|
}, {
|
|
2117
2127
|
kind: 'ping.pub',
|
|
2118
2128
|
url: 'https://ping.pub/crescent',
|
|
2119
|
-
tx_page: 'https://ping.pub/crescent/tx
|
|
2129
|
+
tx_page: 'https://ping.pub/crescent/tx/${txHash}'
|
|
2120
2130
|
}, {
|
|
2121
2131
|
kind: 'explorers.guru',
|
|
2122
2132
|
url: 'https://crescent.explorers.guru',
|
|
@@ -2896,14 +2906,6 @@ const chains = [{
|
|
|
2896
2906
|
denom: 'ungm'
|
|
2897
2907
|
}, {
|
|
2898
2908
|
denom: 'eeur'
|
|
2899
|
-
}, {
|
|
2900
|
-
denom: 'echf'
|
|
2901
|
-
}, {
|
|
2902
|
-
denom: 'edkk'
|
|
2903
|
-
}, {
|
|
2904
|
-
denom: 'enok'
|
|
2905
|
-
}, {
|
|
2906
|
-
denom: 'esek'
|
|
2907
2909
|
}]
|
|
2908
2910
|
},
|
|
2909
2911
|
codebase: {
|
|
@@ -3134,6 +3136,10 @@ const chains = [{
|
|
|
3134
3136
|
id: '588cedb70fa1d98c14a2f2c1456bfa41e1a156a8',
|
|
3135
3137
|
address: 'evmos-sentry.mercury-nodes.net:29539',
|
|
3136
3138
|
provider: 'Mercury'
|
|
3139
|
+
}, {
|
|
3140
|
+
id: 'a7779498a15dfd5adc678f0f6672935413413f42',
|
|
3141
|
+
address: 'alice.peers.evmos.bh.rocks:26656',
|
|
3142
|
+
provider: 'BlockHunters'
|
|
3137
3143
|
}]
|
|
3138
3144
|
},
|
|
3139
3145
|
apis: {
|
|
@@ -3164,6 +3170,9 @@ const chains = [{
|
|
|
3164
3170
|
}, {
|
|
3165
3171
|
address: 'https://rpc-evmos.ecostake.com',
|
|
3166
3172
|
provider: 'ecostake'
|
|
3173
|
+
}, {
|
|
3174
|
+
address: 'https://rpc.evmos.bh.rocks',
|
|
3175
|
+
provider: 'BlockHunters'
|
|
3167
3176
|
}],
|
|
3168
3177
|
rest: [{
|
|
3169
3178
|
address: 'https://lcd-evmos.whispernode.com',
|
|
@@ -3189,6 +3198,9 @@ const chains = [{
|
|
|
3189
3198
|
}, {
|
|
3190
3199
|
address: 'https://rest-evmos.ecostake.com',
|
|
3191
3200
|
provider: 'ecostake'
|
|
3201
|
+
}, {
|
|
3202
|
+
address: 'https://lcd.evmos.bh.rocks',
|
|
3203
|
+
provider: 'BlockHunters'
|
|
3192
3204
|
}],
|
|
3193
3205
|
grpc: [{
|
|
3194
3206
|
address: 'https://grpc.bd.evmos.org:9090',
|
|
@@ -3205,6 +3217,9 @@ const chains = [{
|
|
|
3205
3217
|
}, {
|
|
3206
3218
|
address: 'https://grpc.evmos.nodestake.top',
|
|
3207
3219
|
provider: 'NodeStake'
|
|
3220
|
+
}, {
|
|
3221
|
+
address: 'https://grpc.evmos.bh.rocks',
|
|
3222
|
+
provider: 'BlockHunters'
|
|
3208
3223
|
}],
|
|
3209
3224
|
'evm-http-jsonrpc': [{
|
|
3210
3225
|
address: 'https://eth.bd.evmos.org:8545',
|
|
@@ -3218,6 +3233,9 @@ const chains = [{
|
|
|
3218
3233
|
}, {
|
|
3219
3234
|
address: 'https://jsonrpc.evmos.nodestake.top',
|
|
3220
3235
|
provider: 'NodeStake'
|
|
3236
|
+
}, {
|
|
3237
|
+
address: 'https://json-rpc.evmos.bh.rocks',
|
|
3238
|
+
provider: 'BlockHunters'
|
|
3221
3239
|
}]
|
|
3222
3240
|
},
|
|
3223
3241
|
explorers: [{
|
|
@@ -4170,7 +4188,7 @@ const chains = [{
|
|
|
4170
4188
|
}, {
|
|
4171
4189
|
kind: 'mintscan',
|
|
4172
4190
|
url: 'https://www.mintscan.io/juno',
|
|
4173
|
-
tx_page: 'https://www.mintscan.io/juno/txs
|
|
4191
|
+
tx_page: 'https://www.mintscan.io/juno/txs/${txHash}'
|
|
4174
4192
|
}, {
|
|
4175
4193
|
kind: 'atomscan',
|
|
4176
4194
|
url: 'https://atomscan.com/juno',
|
|
@@ -5322,7 +5340,7 @@ const chains = [{
|
|
|
5322
5340
|
explorers: [{
|
|
5323
5341
|
kind: 'oraiscan',
|
|
5324
5342
|
url: 'https://scan.orai.io',
|
|
5325
|
-
tx_page: 'https://scan.orai.io/txs
|
|
5343
|
+
tx_page: 'https://scan.orai.io/txs/${txHash}'
|
|
5326
5344
|
}]
|
|
5327
5345
|
}, {
|
|
5328
5346
|
$schema: '../chain.schema.json',
|
|
@@ -5749,7 +5767,7 @@ const chains = [{
|
|
|
5749
5767
|
explorers: [{
|
|
5750
5768
|
kind: 'proprietary',
|
|
5751
5769
|
url: 'https://explorer.persistence.one',
|
|
5752
|
-
tx_page: 'https://explorer.persistence.one/transactions
|
|
5770
|
+
tx_page: 'https://explorer.persistence.one/transactions/${txHash}'
|
|
5753
5771
|
}, {
|
|
5754
5772
|
kind: 'mintscan',
|
|
5755
5773
|
url: 'https://www.mintscan.io/persistence',
|
|
@@ -6209,6 +6227,9 @@ const chains = [{
|
|
|
6209
6227
|
}, {
|
|
6210
6228
|
address: 'https://rpc-sentinel.whispernode.com',
|
|
6211
6229
|
provider: 'WhisperNode🤐'
|
|
6230
|
+
}, {
|
|
6231
|
+
address: 'https://rpc.sentinel1.badgerbite.xyz',
|
|
6232
|
+
provider: 'BadgerBite'
|
|
6212
6233
|
}],
|
|
6213
6234
|
rest: [{
|
|
6214
6235
|
address: 'https://lcd-sentinel.keplr.app',
|
|
@@ -6401,7 +6422,7 @@ const chains = [{
|
|
|
6401
6422
|
}, {
|
|
6402
6423
|
kind: 'mintscan',
|
|
6403
6424
|
url: 'https://www.mintscan.io/sifchain',
|
|
6404
|
-
tx_page: 'https://www.mintscan.io/sifchain/txs
|
|
6425
|
+
tx_page: 'https://www.mintscan.io/sifchain/txs/${txHash}'
|
|
6405
6426
|
}, {
|
|
6406
6427
|
kind: 'atomscan',
|
|
6407
6428
|
url: 'https://atomscan.com/sifchain',
|
|
@@ -6648,6 +6669,9 @@ const chains = [{
|
|
|
6648
6669
|
}, {
|
|
6649
6670
|
address: 'https://rpc-stargaze-ia.notional.ventures/',
|
|
6650
6671
|
provider: 'Notional'
|
|
6672
|
+
}, {
|
|
6673
|
+
address: 'https://stargaze.c29r3.xyz:443/rpc/',
|
|
6674
|
+
provider: 'c29r3'
|
|
6651
6675
|
}],
|
|
6652
6676
|
rest: [{
|
|
6653
6677
|
address: 'https://api.stargaze.pupmos.network/',
|
|
@@ -6664,6 +6688,9 @@ const chains = [{
|
|
|
6664
6688
|
}, {
|
|
6665
6689
|
address: 'https://api-stargaze-ia.notional.ventures/',
|
|
6666
6690
|
provider: 'Notional'
|
|
6691
|
+
}, {
|
|
6692
|
+
address: 'https://stargaze.c29r3.xyz:443/api/',
|
|
6693
|
+
provider: 'c29r3'
|
|
6667
6694
|
}],
|
|
6668
6695
|
grpc: [{
|
|
6669
6696
|
address: 'grpc-stargaze-ia.notional.ventures:443',
|
|
@@ -7036,23 +7063,7 @@ const chains = [{
|
|
|
7036
7063
|
address: 'seed-02.theta-testnet.polypore.xyz:26656',
|
|
7037
7064
|
provider: 'Hypha'
|
|
7038
7065
|
}],
|
|
7039
|
-
persistent_peers: [
|
|
7040
|
-
id: '5c9850dc5ec603b0c97ffd8d67bde3221b877acf',
|
|
7041
|
-
address: 'p2p.sentry-01.theta-testnet.polypore.xyz:26656',
|
|
7042
|
-
provider: 'Hypha'
|
|
7043
|
-
}, {
|
|
7044
|
-
id: '208683ee734ba3cec1cfc0c8bcbc326969641952',
|
|
7045
|
-
address: 'p2p.sentry-02.theta-testnet.polypore.xyz:26656',
|
|
7046
|
-
provider: 'Hypha'
|
|
7047
|
-
}, {
|
|
7048
|
-
id: '58e9d022962a3875fa22d7146949d0dc34e51ba6',
|
|
7049
|
-
address: 'p2p.state-sync-01.theta-testnet.polypore.xyz:26656',
|
|
7050
|
-
provider: 'Hypha'
|
|
7051
|
-
}, {
|
|
7052
|
-
id: '6954e0479cd71fa01aeed15e1a3b87c06433d827',
|
|
7053
|
-
address: 'p2p.state-sync-02.theta-testnet.polypore.xyz:26656',
|
|
7054
|
-
provider: 'Hypha'
|
|
7055
|
-
}]
|
|
7066
|
+
persistent_peers: []
|
|
7056
7067
|
},
|
|
7057
7068
|
apis: {
|
|
7058
7069
|
rpc: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"@babel/runtime": "^7.18.3",
|
|
75
75
|
"@chain-registry/types": "^0.4.0"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "86ebd57b70eb7db19b83d4139fd80c3811178703"
|
|
78
78
|
}
|