@gfxlabs/oku-chains 1.12.17 → 1.12.19
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
|
@@ -4387,6 +4387,7 @@
|
|
|
4387
4387
|
|
|
4388
4388
|
const pharos = makeConfig({
|
|
4389
4389
|
...pharos$1,
|
|
4390
|
+
name: "Pharos",
|
|
4390
4391
|
blockTimeSeconds: 2,
|
|
4391
4392
|
launchTime: 1777014000,
|
|
4392
4393
|
transactionType: "eip1559",
|
|
@@ -4951,10 +4952,11 @@
|
|
|
4951
4952
|
|
|
4952
4953
|
const robinhood = makeConfig({
|
|
4953
4954
|
...chains.robinhood,
|
|
4955
|
+
name: "Robinhood",
|
|
4954
4956
|
blockTimeSeconds: 2,
|
|
4955
4957
|
launchTime: 1784047160,
|
|
4956
4958
|
transactionType: "eip1559",
|
|
4957
|
-
sortIndex:
|
|
4959
|
+
sortIndex: 5,
|
|
4958
4960
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/robinhood-logo.svg",
|
|
4959
4961
|
deprecated: false,
|
|
4960
4962
|
liteChain: true,
|
package/dist/index-mjs.js
CHANGED
|
@@ -4384,6 +4384,7 @@ const pharos$1 = makeInternalChain({
|
|
|
4384
4384
|
|
|
4385
4385
|
const pharos = makeConfig({
|
|
4386
4386
|
...pharos$1,
|
|
4387
|
+
name: "Pharos",
|
|
4387
4388
|
blockTimeSeconds: 2,
|
|
4388
4389
|
launchTime: 1777014000,
|
|
4389
4390
|
transactionType: "eip1559",
|
|
@@ -4948,10 +4949,11 @@ const redbelly = makeConfig({
|
|
|
4948
4949
|
|
|
4949
4950
|
const robinhood = makeConfig({
|
|
4950
4951
|
...robinhood$1,
|
|
4952
|
+
name: "Robinhood",
|
|
4951
4953
|
blockTimeSeconds: 2,
|
|
4952
4954
|
launchTime: 1784047160,
|
|
4953
4955
|
transactionType: "eip1559",
|
|
4954
|
-
sortIndex:
|
|
4956
|
+
sortIndex: 5,
|
|
4955
4957
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/robinhood-logo.svg",
|
|
4956
4958
|
deprecated: false,
|
|
4957
4959
|
liteChain: true,
|
package/dist/index.js
CHANGED
|
@@ -4386,6 +4386,7 @@ const pharos$1 = makeInternalChain({
|
|
|
4386
4386
|
|
|
4387
4387
|
const pharos = makeConfig({
|
|
4388
4388
|
...pharos$1,
|
|
4389
|
+
name: "Pharos",
|
|
4389
4390
|
blockTimeSeconds: 2,
|
|
4390
4391
|
launchTime: 1777014000,
|
|
4391
4392
|
transactionType: "eip1559",
|
|
@@ -4950,10 +4951,11 @@ const redbelly = makeConfig({
|
|
|
4950
4951
|
|
|
4951
4952
|
const robinhood = makeConfig({
|
|
4952
4953
|
...chains.robinhood,
|
|
4954
|
+
name: "Robinhood",
|
|
4953
4955
|
blockTimeSeconds: 2,
|
|
4954
4956
|
launchTime: 1784047160,
|
|
4955
4957
|
transactionType: "eip1559",
|
|
4956
|
-
sortIndex:
|
|
4958
|
+
sortIndex: 5,
|
|
4957
4959
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/robinhood-logo.svg",
|
|
4958
4960
|
deprecated: false,
|
|
4959
4961
|
liteChain: true,
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare const pharos: Readonly<{
|
|
2
|
+
name: "Pharos";
|
|
2
3
|
blockTimeSeconds: 2;
|
|
3
4
|
launchTime: 1777014000;
|
|
4
5
|
transactionType: "eip1559";
|
|
@@ -82,7 +83,6 @@ export declare const pharos: Readonly<{
|
|
|
82
83
|
blockTime?: number | undefined | undefined;
|
|
83
84
|
ensTlds?: readonly string[] | undefined;
|
|
84
85
|
id: number;
|
|
85
|
-
name: string;
|
|
86
86
|
nativeCurrency: {
|
|
87
87
|
name: string;
|
|
88
88
|
symbol: string;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
export declare const robinhood: Readonly<{
|
|
2
|
+
name: "Robinhood";
|
|
2
3
|
blockTimeSeconds: 2;
|
|
3
4
|
launchTime: 1784047160;
|
|
4
5
|
transactionType: "eip1559";
|
|
5
|
-
sortIndex:
|
|
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";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -10854,6 +10854,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10854
10854
|
} & {
|
|
10855
10855
|
caip2Namespace: string;
|
|
10856
10856
|
}>, Readonly<{
|
|
10857
|
+
name: "Pharos";
|
|
10857
10858
|
blockTimeSeconds: 2;
|
|
10858
10859
|
launchTime: 1777014000;
|
|
10859
10860
|
transactionType: "eip1559";
|
|
@@ -10937,7 +10938,6 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10937
10938
|
blockTime?: number | undefined | undefined;
|
|
10938
10939
|
ensTlds?: readonly string[] | undefined;
|
|
10939
10940
|
id: number;
|
|
10940
|
-
name: string;
|
|
10941
10941
|
nativeCurrency: {
|
|
10942
10942
|
name: string;
|
|
10943
10943
|
symbol: string;
|
|
@@ -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
10979
|
launchTime: 1784047160;
|
|
10979
10980
|
transactionType: "eip1559";
|
|
10980
|
-
sortIndex:
|
|
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";
|