@gfxlabs/oku-chains 1.12.16 → 1.12.17

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
@@ -4952,9 +4952,9 @@
4952
4952
  const robinhood = makeConfig({
4953
4953
  ...chains.robinhood,
4954
4954
  blockTimeSeconds: 2,
4955
- launchTime: 0,
4955
+ launchTime: 1784047160,
4956
4956
  transactionType: "eip1559",
4957
- sortIndex: 47,
4957
+ sortIndex: 6,
4958
4958
  logoUrl: "https://cms.oku.trade/cdn/public/chains/robinhood-logo.svg",
4959
4959
  deprecated: false,
4960
4960
  liteChain: true,
package/dist/index-mjs.js CHANGED
@@ -4949,9 +4949,9 @@ const redbelly = makeConfig({
4949
4949
  const robinhood = makeConfig({
4950
4950
  ...robinhood$1,
4951
4951
  blockTimeSeconds: 2,
4952
- launchTime: 0,
4952
+ launchTime: 1784047160,
4953
4953
  transactionType: "eip1559",
4954
- sortIndex: 47,
4954
+ sortIndex: 6,
4955
4955
  logoUrl: "https://cms.oku.trade/cdn/public/chains/robinhood-logo.svg",
4956
4956
  deprecated: false,
4957
4957
  liteChain: true,
package/dist/index.js CHANGED
@@ -4951,9 +4951,9 @@ const redbelly = makeConfig({
4951
4951
  const robinhood = makeConfig({
4952
4952
  ...chains.robinhood,
4953
4953
  blockTimeSeconds: 2,
4954
- launchTime: 0,
4954
+ launchTime: 1784047160,
4955
4955
  transactionType: "eip1559",
4956
- sortIndex: 47,
4956
+ sortIndex: 6,
4957
4957
  logoUrl: "https://cms.oku.trade/cdn/public/chains/robinhood-logo.svg",
4958
4958
  deprecated: false,
4959
4959
  liteChain: true,
@@ -1,8 +1,8 @@
1
1
  export declare const robinhood: Readonly<{
2
2
  blockTimeSeconds: 2;
3
- launchTime: 0;
3
+ launchTime: 1784047160;
4
4
  transactionType: "eip1559";
5
- sortIndex: 47;
5
+ sortIndex: 6;
6
6
  logoUrl: "https://cms.oku.trade/cdn/public/chains/robinhood-logo.svg";
7
7
  deprecated: false;
8
8
  liteChain: true;
@@ -10975,9 +10975,9 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10975
10975
  caip2Namespace: string;
10976
10976
  }>, Readonly<{
10977
10977
  blockTimeSeconds: 2;
10978
- launchTime: 0;
10978
+ launchTime: 1784047160;
10979
10979
  transactionType: "eip1559";
10980
- sortIndex: 47;
10980
+ sortIndex: 6;
10981
10981
  logoUrl: "https://cms.oku.trade/cdn/public/chains/robinhood-logo.svg";
10982
10982
  deprecated: false;
10983
10983
  liteChain: true;
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.17",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",