chain-registry 2.0.245 → 2.0.246

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.
@@ -182,8 +182,7 @@ const info = {
182
182
  images: [{
183
183
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/axv.png',
184
184
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/axv.svg'
185
- }],
186
- coingeckoId: 'astrovault'
185
+ }]
187
186
  },
188
187
  {
189
188
  description: 'Wrapped ARCH',
@@ -10,6 +10,7 @@ const info = {
10
10
  denom: 'l1',
11
11
  exponent: 18
12
12
  }],
13
+ typeAsset: 'sdk.coin',
13
14
  base: 'el1',
14
15
  name: 'GenesisL1',
15
16
  display: 'l1',
@@ -22,7 +23,12 @@ const info = {
22
23
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png',
23
24
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg'
24
25
  }],
25
- typeAsset: 'sdk.coin'
26
+ coingeckoId: 'genesisl1',
27
+ socials: {
28
+ website: 'https://genesisl1.com',
29
+ x: 'https://x.com/genesis_L1',
30
+ telegram: 'https://t.me/Genesis_L1'
31
+ }
26
32
  }]
27
33
  };
28
34
  export default info;
@@ -26,17 +26,22 @@ const info = {
26
26
  },
27
27
  codebase: {
28
28
  gitRepo: 'https://github.com/GenesisL1/genesis-crypto',
29
- recommendedVersion: 'v1.0.0',
30
- compatibleVersions: ['v1.0.0'],
29
+ recommendedVersion: 'v1.6.2',
30
+ compatibleVersions: ['v1.6.2'],
31
+ binaries: {
32
+ "linux/amd64": 'https://github.com/GenesisL1/genesis-crypto/releases/download/v1.6.2/genesis_1.6.2_Linux_x86_64.tar.gz',
33
+ "linux/arm64": 'https://github.com/GenesisL1/genesis-crypto/releases/download/v1.6.2/genesis_1.6.2_Linux_arm64.tar.gz',
34
+ "windows/amd64": 'https://github.com/GenesisL1/genesis-crypto/releases/download/v1.6.2/genesis_1.6.2_Windows_x86_64.tar.gz'
35
+ },
31
36
  genesis: {
32
37
  name: 'plan_ethermint',
33
38
  genesisUrl: 'https://raw.githubusercontent.com/GenesisL1/genesis-parameters/main/genesis_29-2/genesis.json'
34
39
  },
35
40
  sdk: {
36
41
  type: 'cosmos',
37
- version: '0.46.15'
42
+ version: '0.50.6'
38
43
  },
39
- tag: 'v1.0.0'
44
+ tag: 'v1.6.2'
40
45
  },
41
46
  logoURIs: {
42
47
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png',
@@ -47,9 +52,6 @@ const info = {
47
52
  rpc: [{
48
53
  address: 'https://26657.genesisl1.org',
49
54
  provider: 'GenesisL1'
50
- }, {
51
- address: 'https://genesisl1-rpc.zenode.app',
52
- provider: 'anodeofzen'
53
55
  }],
54
56
  rest: [{
55
57
  address: 'https://api.genesisl1.org',
@@ -64,21 +66,35 @@ const info = {
64
66
  }]
65
67
  },
66
68
  explorers: [
69
+ {
70
+ kind: 'GenesisL1',
71
+ url: 'https://explorer.genesisl1.org',
72
+ txPage: 'https://explorer.genesisl1.org/tx/${txHash}',
73
+ accountPage: 'https://explorer.genesisl1.org/address/${accountAddress}'
74
+ },
75
+ {
76
+ kind: 'GenesisL1',
77
+ url: 'https://l1coin.com/explorer.html',
78
+ txPage: 'https://l1coin.com/explorer.html#/tx/${txHash}',
79
+ accountPage: 'https://l1coin.com/explorer.html#/address/${accountAddress}'
80
+ },
67
81
  {
68
82
  kind: 'ping.pub',
69
83
  url: 'https://ping.pub/genesisL1',
70
- txPage: 'https://ping.pub/genesisL1/tx/${txHash}'
84
+ txPage: 'https://ping.pub/genesisL1/tx/${txHash}',
85
+ accountPage: 'https://ping.pub/genesisL1/account/${accountAddress}'
71
86
  },
72
87
  {
73
88
  kind: 'ping.pub',
74
89
  url: 'https://exp.utsa.tech/genesis',
75
- txPage: 'https://exp.utsa.tech/genesis/tx/${txHash}'
90
+ txPage: 'https://exp.utsa.tech/genesis/tx/${txHash}',
91
+ accountPage: 'https://exp.utsa.tech/genesis/account/${accountAddress}'
76
92
  },
77
93
  {
78
- kind: '🔥STAVR🔥',
94
+ kind: 'ping.pub',
79
95
  url: 'https://explorer.stavr.tech/Genesisl1',
80
96
  txPage: 'https://explorer.stavr.tech/Genesisl1/tx/${txHash}',
81
- accountPage: 'https://explorer.stavr.tech/Genesisl1/accounts/${accountAddress}'
97
+ accountPage: 'https://explorer.stavr.tech/Genesisl1/account/${accountAddress}'
82
98
  },
83
99
  {
84
100
  kind: 'atomscan',
@@ -90,6 +106,13 @@ const info = {
90
106
  images: [{
91
107
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png',
92
108
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg'
109
+ }],
110
+ snapshots: [{
111
+ url: 'https://lcserve.zip',
112
+ type: 'pruned',
113
+ compression: 'lz4',
114
+ checksumAvailable: true,
115
+ provider: 'LCserve'
93
116
  }]
94
117
  };
95
118
  export default info;
@@ -1183,8 +1183,7 @@ const info = {
1183
1183
  socials: {
1184
1184
  website: 'https://astrovault.io/',
1185
1185
  x: 'https://x.com/axvdex'
1186
- },
1187
- coingeckoId: 'astrovault'
1186
+ }
1188
1187
  },
1189
1188
  {
1190
1189
  description: 'IBC Axelar wbtc-satoshi through axelar-dojo-1 transfer/channel-2',
@@ -3470,6 +3470,7 @@ const info = {
3470
3470
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png',
3471
3471
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg'
3472
3472
  }],
3473
+ coingeckoId: 'genesisl1',
3473
3474
  keywords: ['osmosis_unstable']
3474
3475
  },
3475
3476
  {
@@ -24,6 +24,27 @@ const info = {
24
24
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg'
25
25
  }],
26
26
  typeAsset: 'sdk.coin'
27
+ }, {
28
+ description: 'IUP is a game-focused token that transforms users’ time, effort, and experience into rewards and real value.',
29
+ denomUnits: [{
30
+ denom: 'cw20:xpla10804823gxas3d9g8knrutvzkkz92m2ctvsafnan8zw6cqa6sd47qfdg9k8',
31
+ exponent: 0
32
+ }, {
33
+ denom: 'iup',
34
+ exponent: 6
35
+ }],
36
+ typeAsset: 'cw20',
37
+ address: 'xpla10804823gxas3d9g8knrutvzkkz92m2ctvsafnan8zw6cqa6sd47qfdg9k8',
38
+ base: 'cw20:xpla10804823gxas3d9g8knrutvzkkz92m2ctvsafnan8zw6cqa6sd47qfdg9k8',
39
+ name: 'iUP',
40
+ display: 'iup',
41
+ symbol: 'iUP',
42
+ images: [{
43
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/iup.png'
44
+ }],
45
+ logoURIs: {
46
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/iup.png'
47
+ }
27
48
  }]
28
49
  };
29
50
  export default info;
@@ -184,8 +184,7 @@ const info = {
184
184
  images: [{
185
185
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/axv.png',
186
186
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/axv.svg'
187
- }],
188
- coingeckoId: 'astrovault'
187
+ }]
189
188
  },
190
189
  {
191
190
  description: 'Wrapped ARCH',
@@ -12,6 +12,7 @@ const info = {
12
12
  denom: 'l1',
13
13
  exponent: 18
14
14
  }],
15
+ typeAsset: 'sdk.coin',
15
16
  base: 'el1',
16
17
  name: 'GenesisL1',
17
18
  display: 'l1',
@@ -24,7 +25,12 @@ const info = {
24
25
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png',
25
26
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg'
26
27
  }],
27
- typeAsset: 'sdk.coin'
28
+ coingeckoId: 'genesisl1',
29
+ socials: {
30
+ website: 'https://genesisl1.com',
31
+ x: 'https://x.com/genesis_L1',
32
+ telegram: 'https://t.me/Genesis_L1'
33
+ }
28
34
  }]
29
35
  };
30
36
  exports.default = info;
@@ -28,17 +28,22 @@ const info = {
28
28
  },
29
29
  codebase: {
30
30
  gitRepo: 'https://github.com/GenesisL1/genesis-crypto',
31
- recommendedVersion: 'v1.0.0',
32
- compatibleVersions: ['v1.0.0'],
31
+ recommendedVersion: 'v1.6.2',
32
+ compatibleVersions: ['v1.6.2'],
33
+ binaries: {
34
+ "linux/amd64": 'https://github.com/GenesisL1/genesis-crypto/releases/download/v1.6.2/genesis_1.6.2_Linux_x86_64.tar.gz',
35
+ "linux/arm64": 'https://github.com/GenesisL1/genesis-crypto/releases/download/v1.6.2/genesis_1.6.2_Linux_arm64.tar.gz',
36
+ "windows/amd64": 'https://github.com/GenesisL1/genesis-crypto/releases/download/v1.6.2/genesis_1.6.2_Windows_x86_64.tar.gz'
37
+ },
33
38
  genesis: {
34
39
  name: 'plan_ethermint',
35
40
  genesisUrl: 'https://raw.githubusercontent.com/GenesisL1/genesis-parameters/main/genesis_29-2/genesis.json'
36
41
  },
37
42
  sdk: {
38
43
  type: 'cosmos',
39
- version: '0.46.15'
44
+ version: '0.50.6'
40
45
  },
41
- tag: 'v1.0.0'
46
+ tag: 'v1.6.2'
42
47
  },
43
48
  logoURIs: {
44
49
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png',
@@ -49,9 +54,6 @@ const info = {
49
54
  rpc: [{
50
55
  address: 'https://26657.genesisl1.org',
51
56
  provider: 'GenesisL1'
52
- }, {
53
- address: 'https://genesisl1-rpc.zenode.app',
54
- provider: 'anodeofzen'
55
57
  }],
56
58
  rest: [{
57
59
  address: 'https://api.genesisl1.org',
@@ -66,21 +68,35 @@ const info = {
66
68
  }]
67
69
  },
68
70
  explorers: [
71
+ {
72
+ kind: 'GenesisL1',
73
+ url: 'https://explorer.genesisl1.org',
74
+ txPage: 'https://explorer.genesisl1.org/tx/${txHash}',
75
+ accountPage: 'https://explorer.genesisl1.org/address/${accountAddress}'
76
+ },
77
+ {
78
+ kind: 'GenesisL1',
79
+ url: 'https://l1coin.com/explorer.html',
80
+ txPage: 'https://l1coin.com/explorer.html#/tx/${txHash}',
81
+ accountPage: 'https://l1coin.com/explorer.html#/address/${accountAddress}'
82
+ },
69
83
  {
70
84
  kind: 'ping.pub',
71
85
  url: 'https://ping.pub/genesisL1',
72
- txPage: 'https://ping.pub/genesisL1/tx/${txHash}'
86
+ txPage: 'https://ping.pub/genesisL1/tx/${txHash}',
87
+ accountPage: 'https://ping.pub/genesisL1/account/${accountAddress}'
73
88
  },
74
89
  {
75
90
  kind: 'ping.pub',
76
91
  url: 'https://exp.utsa.tech/genesis',
77
- txPage: 'https://exp.utsa.tech/genesis/tx/${txHash}'
92
+ txPage: 'https://exp.utsa.tech/genesis/tx/${txHash}',
93
+ accountPage: 'https://exp.utsa.tech/genesis/account/${accountAddress}'
78
94
  },
79
95
  {
80
- kind: '🔥STAVR🔥',
96
+ kind: 'ping.pub',
81
97
  url: 'https://explorer.stavr.tech/Genesisl1',
82
98
  txPage: 'https://explorer.stavr.tech/Genesisl1/tx/${txHash}',
83
- accountPage: 'https://explorer.stavr.tech/Genesisl1/accounts/${accountAddress}'
99
+ accountPage: 'https://explorer.stavr.tech/Genesisl1/account/${accountAddress}'
84
100
  },
85
101
  {
86
102
  kind: 'atomscan',
@@ -92,6 +108,13 @@ const info = {
92
108
  images: [{
93
109
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png',
94
110
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg'
111
+ }],
112
+ snapshots: [{
113
+ url: 'https://lcserve.zip',
114
+ type: 'pruned',
115
+ compression: 'lz4',
116
+ checksumAvailable: true,
117
+ provider: 'LCserve'
95
118
  }]
96
119
  };
97
120
  exports.default = info;
@@ -1185,8 +1185,7 @@ const info = {
1185
1185
  socials: {
1186
1186
  website: 'https://astrovault.io/',
1187
1187
  x: 'https://x.com/axvdex'
1188
- },
1189
- coingeckoId: 'astrovault'
1188
+ }
1190
1189
  },
1191
1190
  {
1192
1191
  description: 'IBC Axelar wbtc-satoshi through axelar-dojo-1 transfer/channel-2',
@@ -3472,6 +3472,7 @@ const info = {
3472
3472
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png',
3473
3473
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg'
3474
3474
  }],
3475
+ coingeckoId: 'genesisl1',
3475
3476
  keywords: ['osmosis_unstable']
3476
3477
  },
3477
3478
  {
@@ -26,6 +26,27 @@ const info = {
26
26
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg'
27
27
  }],
28
28
  typeAsset: 'sdk.coin'
29
+ }, {
30
+ description: 'IUP is a game-focused token that transforms users’ time, effort, and experience into rewards and real value.',
31
+ denomUnits: [{
32
+ denom: 'cw20:xpla10804823gxas3d9g8knrutvzkkz92m2ctvsafnan8zw6cqa6sd47qfdg9k8',
33
+ exponent: 0
34
+ }, {
35
+ denom: 'iup',
36
+ exponent: 6
37
+ }],
38
+ typeAsset: 'cw20',
39
+ address: 'xpla10804823gxas3d9g8knrutvzkkz92m2ctvsafnan8zw6cqa6sd47qfdg9k8',
40
+ base: 'cw20:xpla10804823gxas3d9g8knrutvzkkz92m2ctvsafnan8zw6cqa6sd47qfdg9k8',
41
+ name: 'iUP',
42
+ display: 'iup',
43
+ symbol: 'iUP',
44
+ images: [{
45
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/iup.png'
46
+ }],
47
+ logoURIs: {
48
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/iup.png'
49
+ }
29
50
  }]
30
51
  };
31
52
  exports.default = info;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.245",
3
+ "version": "2.0.246",
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.245"
32
+ "@chain-registry/types": "^2.0.246"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "b021e30051cb14b1d94a3cf221ee5cd9ae1b59a9"
42
+ "gitHead": "1c73e3e65bba612e779e88ef71a54b5113c85701"
43
43
  }