chain-registry 1.69.165 → 1.69.167

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.
@@ -14,9 +14,9 @@ const info = {
14
14
  fees: {
15
15
  fee_tokens: [{
16
16
  denom: 'unil',
17
- low_gas_price: 0.0001,
18
- average_gas_price: 0.0001,
19
- high_gas_price: 0.00025
17
+ low_gas_price: 0.025,
18
+ average_gas_price: 0.025,
19
+ high_gas_price: 0.1
20
20
  }]
21
21
  },
22
22
  staking: {
@@ -48,28 +48,67 @@ const info = {
48
48
  }
49
49
  },
50
50
  apis: {
51
- rpc: [{
51
+ rpc: [
52
+ {
52
53
  address: 'https://nillion-rpc.lavenderfive.com',
53
54
  provider: 'lavenderfive'
54
- }],
55
- rest: [{
55
+ },
56
+ {
57
+ address: 'https://rpc.nillion.nodestake.org',
58
+ provider: 'NodeStake'
59
+ },
60
+ {
61
+ address: 'https://nillion-mainnet-rpc.autostake.com:443',
62
+ provider: 'AutoStake 🛡️ Slash Protected'
63
+ }
64
+ ],
65
+ rest: [
66
+ {
56
67
  address: 'https://nillion-api.lavenderfive.com',
57
68
  provider: 'lavenderfive'
58
- }],
59
- grpc: [{
69
+ },
70
+ {
71
+ address: 'https://api.nillion.nodestake.org',
72
+ provider: 'NodeStake'
73
+ },
74
+ {
75
+ address: 'https://nillion-mainnet-lcd.autostake.com:443',
76
+ provider: 'AutoStake 🛡️ Slash Protected'
77
+ }
78
+ ],
79
+ grpc: [
80
+ {
60
81
  address: 'https://nillion-grpc.lavenderfive.com',
61
82
  provider: 'lavenderfive'
62
- }]
83
+ },
84
+ {
85
+ address: 'https://grpc.nillion.nodestake.org',
86
+ provider: 'NodeStake'
87
+ },
88
+ {
89
+ address: 'nillion-mainnet-grpc.autostake.com:443',
90
+ provider: 'AutoStake 🛡️ Slash Protected'
91
+ }
92
+ ]
63
93
  },
64
- explorers: [{
94
+ explorers: [
95
+ {
65
96
  url: 'https://nillion.explorers.guru',
66
97
  tx_page: 'https://nillion.explorers.guru/transaction/${txHash}',
67
98
  account_page: 'https://nillion.explorers.guru/account/${accountAddress}'
68
- }, {
99
+ },
100
+ {
69
101
  url: 'https://www.mintscan.io/nillion',
70
102
  tx_page: 'https://www.mintscan.io/nillion/tx/${txHash}',
71
103
  account_page: 'https://www.mintscan.io/nillion/address/${accountAddress}'
72
- }],
104
+ },
105
+ {
106
+ kind: 'NodeStake',
107
+ url: 'https://explorer.nodestake.org/nillion/',
108
+ tx_page: 'https://explorer.nodestake.org/nillion/txs/${txHash}',
109
+ account_page: 'https://explorer.nodestake.org/nillion/account/${accountAddress}'
110
+ }
111
+ ],
73
112
  images: [{
74
113
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg',
75
114
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png'
@@ -23851,6 +23851,28 @@ const info = {
23851
23851
  website: 'https://coreumcommunitydao.com/',
23852
23852
  twitter: 'https://x.com/Cor3_Community'
23853
23853
  }
23854
+ },
23855
+ {
23856
+ description: 'Commemorative token dedicated to the old Prussian noble family',
23857
+ denom_units: [{
23858
+ denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ba-ba',
23859
+ exponent: 0
23860
+ }, {
23861
+ denom: 'BA-BA',
23862
+ exponent: 6
23863
+ }],
23864
+ type_asset: 'sdk.coin',
23865
+ address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
23866
+ base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ba-ba',
23867
+ name: 'von Baysen-Bażeński',
23868
+ display: 'BA-BA',
23869
+ symbol: 'BABA',
23870
+ logo_URIs: {
23871
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BA-BA.png'
23872
+ },
23873
+ images: [{
23874
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BA-BA.png'
23875
+ }]
23854
23876
  }
23855
23877
  ]
23856
23878
  };
@@ -16,9 +16,9 @@ const info = {
16
16
  fees: {
17
17
  fee_tokens: [{
18
18
  denom: 'unil',
19
- low_gas_price: 0.0001,
20
- average_gas_price: 0.0001,
21
- high_gas_price: 0.00025
19
+ low_gas_price: 0.025,
20
+ average_gas_price: 0.025,
21
+ high_gas_price: 0.1
22
22
  }]
23
23
  },
24
24
  staking: {
@@ -50,28 +50,67 @@ const info = {
50
50
  }
51
51
  },
52
52
  apis: {
53
- rpc: [{
53
+ rpc: [
54
+ {
54
55
  address: 'https://nillion-rpc.lavenderfive.com',
55
56
  provider: 'lavenderfive'
56
- }],
57
- rest: [{
57
+ },
58
+ {
59
+ address: 'https://rpc.nillion.nodestake.org',
60
+ provider: 'NodeStake'
61
+ },
62
+ {
63
+ address: 'https://nillion-mainnet-rpc.autostake.com:443',
64
+ provider: 'AutoStake 🛡️ Slash Protected'
65
+ }
66
+ ],
67
+ rest: [
68
+ {
58
69
  address: 'https://nillion-api.lavenderfive.com',
59
70
  provider: 'lavenderfive'
60
- }],
61
- grpc: [{
71
+ },
72
+ {
73
+ address: 'https://api.nillion.nodestake.org',
74
+ provider: 'NodeStake'
75
+ },
76
+ {
77
+ address: 'https://nillion-mainnet-lcd.autostake.com:443',
78
+ provider: 'AutoStake 🛡️ Slash Protected'
79
+ }
80
+ ],
81
+ grpc: [
82
+ {
62
83
  address: 'https://nillion-grpc.lavenderfive.com',
63
84
  provider: 'lavenderfive'
64
- }]
85
+ },
86
+ {
87
+ address: 'https://grpc.nillion.nodestake.org',
88
+ provider: 'NodeStake'
89
+ },
90
+ {
91
+ address: 'nillion-mainnet-grpc.autostake.com:443',
92
+ provider: 'AutoStake 🛡️ Slash Protected'
93
+ }
94
+ ]
65
95
  },
66
- explorers: [{
96
+ explorers: [
97
+ {
67
98
  url: 'https://nillion.explorers.guru',
68
99
  tx_page: 'https://nillion.explorers.guru/transaction/${txHash}',
69
100
  account_page: 'https://nillion.explorers.guru/account/${accountAddress}'
70
- }, {
101
+ },
102
+ {
71
103
  url: 'https://www.mintscan.io/nillion',
72
104
  tx_page: 'https://www.mintscan.io/nillion/tx/${txHash}',
73
105
  account_page: 'https://www.mintscan.io/nillion/address/${accountAddress}'
74
- }],
106
+ },
107
+ {
108
+ kind: 'NodeStake',
109
+ url: 'https://explorer.nodestake.org/nillion/',
110
+ tx_page: 'https://explorer.nodestake.org/nillion/txs/${txHash}',
111
+ account_page: 'https://explorer.nodestake.org/nillion/account/${accountAddress}'
112
+ }
113
+ ],
75
114
  images: [{
76
115
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg',
77
116
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png'
@@ -23853,6 +23853,28 @@ const info = {
23853
23853
  website: 'https://coreumcommunitydao.com/',
23854
23854
  twitter: 'https://x.com/Cor3_Community'
23855
23855
  }
23856
+ },
23857
+ {
23858
+ description: 'Commemorative token dedicated to the old Prussian noble family',
23859
+ denom_units: [{
23860
+ denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ba-ba',
23861
+ exponent: 0
23862
+ }, {
23863
+ denom: 'BA-BA',
23864
+ exponent: 6
23865
+ }],
23866
+ type_asset: 'sdk.coin',
23867
+ address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
23868
+ base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ba-ba',
23869
+ name: 'von Baysen-Bażeński',
23870
+ display: 'BA-BA',
23871
+ symbol: 'BABA',
23872
+ logo_URIs: {
23873
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BA-BA.png'
23874
+ },
23875
+ images: [{
23876
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BA-BA.png'
23877
+ }]
23856
23878
  }
23857
23879
  ]
23858
23880
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.165",
3
+ "version": "1.69.167",
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,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.101",
32
+ "@chain-registry/utils": "^1.51.103",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.101"
36
+ "@chain-registry/types": "^0.50.103"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "8e5ace99b26fa6a521ea35d57af77fa03a0032e8"
46
+ "gitHead": "9e28bd63d8e370b365b35580846b468bc2f748c5"
47
47
  }