@chain-registry/juno 1.42.7 → 1.42.9
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/asset_list.js +24 -0
- package/esm/asset_list.js +24 -0
- package/package.json +4 -4
package/asset_list.js
CHANGED
|
@@ -143,6 +143,10 @@ const asset_list = {
|
|
|
143
143
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
|
|
144
144
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
145
145
|
}],
|
|
146
|
+
socials: {
|
|
147
|
+
website: 'http://www.bitcanna.io/',
|
|
148
|
+
twitter: 'https://twitter.com/BitCannaGlobal'
|
|
149
|
+
},
|
|
146
150
|
traces: [{
|
|
147
151
|
type: 'ibc',
|
|
148
152
|
counterparty: {
|
|
@@ -869,6 +873,10 @@ const asset_list = {
|
|
|
869
873
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
|
|
870
874
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
871
875
|
}],
|
|
876
|
+
socials: {
|
|
877
|
+
website: 'http://www.bitcanna.io/',
|
|
878
|
+
twitter: 'https://twitter.com/BitCannaGlobal'
|
|
879
|
+
},
|
|
872
880
|
traces: [{
|
|
873
881
|
type: 'ibc',
|
|
874
882
|
counterparty: {
|
|
@@ -4897,6 +4905,10 @@ const asset_list = {
|
|
|
4897
4905
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
4898
4906
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
4899
4907
|
}],
|
|
4908
|
+
socials: {
|
|
4909
|
+
website: 'http://alter.network/',
|
|
4910
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
4911
|
+
},
|
|
4900
4912
|
traces: [{
|
|
4901
4913
|
type: 'ibc-cw20',
|
|
4902
4914
|
counterparty: {
|
|
@@ -4935,6 +4947,10 @@ const asset_list = {
|
|
|
4935
4947
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
4936
4948
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
4937
4949
|
}],
|
|
4950
|
+
socials: {
|
|
4951
|
+
website: 'http://amber.money/',
|
|
4952
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
4953
|
+
},
|
|
4938
4954
|
traces: [{
|
|
4939
4955
|
type: 'ibc-cw20',
|
|
4940
4956
|
counterparty: {
|
|
@@ -5241,6 +5257,10 @@ const asset_list = {
|
|
|
5241
5257
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
5242
5258
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
5243
5259
|
}],
|
|
5260
|
+
socials: {
|
|
5261
|
+
website: 'http://alter.network/',
|
|
5262
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
5263
|
+
},
|
|
5244
5264
|
traces: [{
|
|
5245
5265
|
type: 'ibc-cw20',
|
|
5246
5266
|
counterparty: {
|
|
@@ -5279,6 +5299,10 @@ const asset_list = {
|
|
|
5279
5299
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
5280
5300
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
5281
5301
|
}],
|
|
5302
|
+
socials: {
|
|
5303
|
+
website: 'http://amber.money/',
|
|
5304
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
5305
|
+
},
|
|
5282
5306
|
traces: [{
|
|
5283
5307
|
type: 'ibc-cw20',
|
|
5284
5308
|
counterparty: {
|
package/esm/asset_list.js
CHANGED
|
@@ -141,6 +141,10 @@ const asset_list = {
|
|
|
141
141
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
|
|
142
142
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
143
143
|
}],
|
|
144
|
+
socials: {
|
|
145
|
+
website: 'http://www.bitcanna.io/',
|
|
146
|
+
twitter: 'https://twitter.com/BitCannaGlobal'
|
|
147
|
+
},
|
|
144
148
|
traces: [{
|
|
145
149
|
type: 'ibc',
|
|
146
150
|
counterparty: {
|
|
@@ -867,6 +871,10 @@ const asset_list = {
|
|
|
867
871
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
|
|
868
872
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
869
873
|
}],
|
|
874
|
+
socials: {
|
|
875
|
+
website: 'http://www.bitcanna.io/',
|
|
876
|
+
twitter: 'https://twitter.com/BitCannaGlobal'
|
|
877
|
+
},
|
|
870
878
|
traces: [{
|
|
871
879
|
type: 'ibc',
|
|
872
880
|
counterparty: {
|
|
@@ -4895,6 +4903,10 @@ const asset_list = {
|
|
|
4895
4903
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
4896
4904
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
4897
4905
|
}],
|
|
4906
|
+
socials: {
|
|
4907
|
+
website: 'http://alter.network/',
|
|
4908
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
4909
|
+
},
|
|
4898
4910
|
traces: [{
|
|
4899
4911
|
type: 'ibc-cw20',
|
|
4900
4912
|
counterparty: {
|
|
@@ -4933,6 +4945,10 @@ const asset_list = {
|
|
|
4933
4945
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
4934
4946
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
4935
4947
|
}],
|
|
4948
|
+
socials: {
|
|
4949
|
+
website: 'http://amber.money/',
|
|
4950
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
4951
|
+
},
|
|
4936
4952
|
traces: [{
|
|
4937
4953
|
type: 'ibc-cw20',
|
|
4938
4954
|
counterparty: {
|
|
@@ -5239,6 +5255,10 @@ const asset_list = {
|
|
|
5239
5255
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
5240
5256
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
5241
5257
|
}],
|
|
5258
|
+
socials: {
|
|
5259
|
+
website: 'http://alter.network/',
|
|
5260
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
5261
|
+
},
|
|
5242
5262
|
traces: [{
|
|
5243
5263
|
type: 'ibc-cw20',
|
|
5244
5264
|
counterparty: {
|
|
@@ -5277,6 +5297,10 @@ const asset_list = {
|
|
|
5277
5297
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
5278
5298
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
5279
5299
|
}],
|
|
5300
|
+
socials: {
|
|
5301
|
+
website: 'http://amber.money/',
|
|
5302
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
5303
|
+
},
|
|
5280
5304
|
traces: [{
|
|
5281
5305
|
type: 'ibc-cw20',
|
|
5282
5306
|
counterparty: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.42.
|
|
3
|
+
"version": "1.42.9",
|
|
4
4
|
"description": "Chain Registry info for Juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"chain-registry": "^1.41.
|
|
32
|
+
"chain-registry": "^1.41.9"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.25.
|
|
35
|
+
"@chain-registry/types": "^0.25.7"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
38
38
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"tokens",
|
|
44
44
|
"juno"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "7295e569ef2bee1dc4bd5f597bc836c7a3f05c7b"
|
|
47
47
|
}
|