@chain-registry/juno 1.30.1 → 1.31.0
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/asset_list.js +1 -1
- package/main/assets.js +23 -0
- package/main/testnet_assets.js +35 -0
- package/package.json +3 -3
package/main/assets.js
CHANGED
|
@@ -1591,6 +1591,29 @@ var assets = {
|
|
|
1591
1591
|
images: [{
|
|
1592
1592
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png'
|
|
1593
1593
|
}]
|
|
1594
|
+
}, {
|
|
1595
|
+
type_asset: 'sdk.coin',
|
|
1596
|
+
denom_units: [{
|
|
1597
|
+
denom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA',
|
|
1598
|
+
exponent: 0
|
|
1599
|
+
}, {
|
|
1600
|
+
denom: 'arena',
|
|
1601
|
+
exponent: 6
|
|
1602
|
+
}],
|
|
1603
|
+
address: 'juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy',
|
|
1604
|
+
base: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA',
|
|
1605
|
+
name: 'Arena Token',
|
|
1606
|
+
description: 'The token for the Arena DAO',
|
|
1607
|
+
display: 'arena',
|
|
1608
|
+
symbol: 'ARENA',
|
|
1609
|
+
logo_URIs: {
|
|
1610
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.svg',
|
|
1611
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.png'
|
|
1612
|
+
},
|
|
1613
|
+
images: [{
|
|
1614
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.svg',
|
|
1615
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.png'
|
|
1616
|
+
}]
|
|
1594
1617
|
}]
|
|
1595
1618
|
};
|
|
1596
1619
|
var _default = exports["default"] = assets;
|
package/main/testnet_assets.js
CHANGED
|
@@ -48,6 +48,41 @@ var testnet_assets = {
|
|
|
48
48
|
images: [{
|
|
49
49
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/nexx.png'
|
|
50
50
|
}]
|
|
51
|
+
}, {
|
|
52
|
+
type_asset: 'sdk.coin',
|
|
53
|
+
denom_units: [{
|
|
54
|
+
denom: 'factory/juno12dgadj3wwv5jn0ec7tw5cgvq526nn4gnt2tujlmd57p2ra6k87esl36r9k/ARENA',
|
|
55
|
+
exponent: 0
|
|
56
|
+
}, {
|
|
57
|
+
denom: 'arena',
|
|
58
|
+
exponent: 6
|
|
59
|
+
}],
|
|
60
|
+
address: 'juno12dgadj3wwv5jn0ec7tw5cgvq526nn4gnt2tujlmd57p2ra6k87esl36r9k',
|
|
61
|
+
base: 'factory/juno12dgadj3wwv5jn0ec7tw5cgvq526nn4gnt2tujlmd57p2ra6k87esl36r9k/ARENA',
|
|
62
|
+
name: 'Arena Token',
|
|
63
|
+
description: 'The token for the Arena DAO',
|
|
64
|
+
display: 'arena',
|
|
65
|
+
symbol: 'ARENA',
|
|
66
|
+
traces: [{
|
|
67
|
+
type: 'test-mintage',
|
|
68
|
+
counterparty: {
|
|
69
|
+
chain_name: 'juno',
|
|
70
|
+
base_denom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
|
|
71
|
+
},
|
|
72
|
+
provider: 'Arena DAO'
|
|
73
|
+
}],
|
|
74
|
+
logo_URIs: {
|
|
75
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.svg',
|
|
76
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.png'
|
|
77
|
+
},
|
|
78
|
+
images: [{
|
|
79
|
+
image_sync: {
|
|
80
|
+
chain_name: 'juno',
|
|
81
|
+
base_denom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
|
|
82
|
+
},
|
|
83
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.svg',
|
|
84
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.png'
|
|
85
|
+
}]
|
|
51
86
|
}]
|
|
52
87
|
};
|
|
53
88
|
var _default = exports["default"] = testnet_assets;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.31.0",
|
|
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",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"babel-core": "7.0.0-bridge.0",
|
|
58
58
|
"babel-jest": "29.5.0",
|
|
59
59
|
"babel-watch": "^7.7.2",
|
|
60
|
-
"chain-registry": "^1.
|
|
60
|
+
"chain-registry": "^1.30.0",
|
|
61
61
|
"cross-env": "^7.0.2",
|
|
62
62
|
"eslint": "8.38.0",
|
|
63
63
|
"eslint-config-prettier": "^8.8.0",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"@babel/runtime": "^7.21.0",
|
|
75
75
|
"@chain-registry/types": "^0.18.1"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "fd8c822468a6374b19e519e6890d3a4e8d6bd69a"
|
|
78
78
|
}
|