@gfxlabs/oku-chains 1.12.16 → 1.12.18

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/dist/browser.js CHANGED
@@ -4951,10 +4951,11 @@
4951
4951
 
4952
4952
  const robinhood = makeConfig({
4953
4953
  ...chains.robinhood,
4954
+ name: "Robinhood",
4954
4955
  blockTimeSeconds: 2,
4955
- launchTime: 0,
4956
+ launchTime: 1784047160,
4956
4957
  transactionType: "eip1559",
4957
- sortIndex: 47,
4958
+ sortIndex: 5,
4958
4959
  logoUrl: "https://cms.oku.trade/cdn/public/chains/robinhood-logo.svg",
4959
4960
  deprecated: false,
4960
4961
  liteChain: true,
package/dist/index-mjs.js CHANGED
@@ -4948,10 +4948,11 @@ const redbelly = makeConfig({
4948
4948
 
4949
4949
  const robinhood = makeConfig({
4950
4950
  ...robinhood$1,
4951
+ name: "Robinhood",
4951
4952
  blockTimeSeconds: 2,
4952
- launchTime: 0,
4953
+ launchTime: 1784047160,
4953
4954
  transactionType: "eip1559",
4954
- sortIndex: 47,
4955
+ sortIndex: 5,
4955
4956
  logoUrl: "https://cms.oku.trade/cdn/public/chains/robinhood-logo.svg",
4956
4957
  deprecated: false,
4957
4958
  liteChain: true,
package/dist/index.js CHANGED
@@ -4950,10 +4950,11 @@ const redbelly = makeConfig({
4950
4950
 
4951
4951
  const robinhood = makeConfig({
4952
4952
  ...chains.robinhood,
4953
+ name: "Robinhood",
4953
4954
  blockTimeSeconds: 2,
4954
- launchTime: 0,
4955
+ launchTime: 1784047160,
4955
4956
  transactionType: "eip1559",
4956
- sortIndex: 47,
4957
+ sortIndex: 5,
4957
4958
  logoUrl: "https://cms.oku.trade/cdn/public/chains/robinhood-logo.svg",
4958
4959
  deprecated: false,
4959
4960
  liteChain: true,
@@ -1,8 +1,9 @@
1
1
  export declare const robinhood: Readonly<{
2
+ name: "Robinhood";
2
3
  blockTimeSeconds: 2;
3
- launchTime: 0;
4
+ launchTime: 1784047160;
4
5
  transactionType: "eip1559";
5
- sortIndex: 47;
6
+ sortIndex: 5;
6
7
  logoUrl: "https://cms.oku.trade/cdn/public/chains/robinhood-logo.svg";
7
8
  deprecated: false;
8
9
  liteChain: true;
@@ -87,7 +88,6 @@ export declare const robinhood: Readonly<{
87
88
  blockTime?: number | undefined | undefined | undefined;
88
89
  ensTlds?: readonly string[] | undefined;
89
90
  id: 4663;
90
- name: "Robinhood Chain";
91
91
  nativeCurrency: {
92
92
  readonly name: "Ether";
93
93
  readonly symbol: "ETH";
@@ -10974,10 +10974,11 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10974
10974
  } & {
10975
10975
  caip2Namespace: string;
10976
10976
  }>, Readonly<{
10977
+ name: "Robinhood";
10977
10978
  blockTimeSeconds: 2;
10978
- launchTime: 0;
10979
+ launchTime: 1784047160;
10979
10980
  transactionType: "eip1559";
10980
- sortIndex: 47;
10981
+ sortIndex: 5;
10981
10982
  logoUrl: "https://cms.oku.trade/cdn/public/chains/robinhood-logo.svg";
10982
10983
  deprecated: false;
10983
10984
  liteChain: true;
@@ -11062,7 +11063,6 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
11062
11063
  blockTime?: number | undefined | undefined | undefined;
11063
11064
  ensTlds?: readonly string[] | undefined;
11064
11065
  id: 4663;
11065
- name: "Robinhood Chain";
11066
11066
  nativeCurrency: {
11067
11067
  readonly name: "Ether";
11068
11068
  readonly symbol: "ETH";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.12.16",
3
+ "version": "1.12.18",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",