@velora-dex/widget 0.3.11-dev.1 → 0.3.11-dev.3
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/components/ui/tooltip.js +1 -1
- package/dist/components/ui/tooltip.js.map +1 -1
- package/dist/components/widget/AppHeader/Activities/hooks.d.ts +2 -2
- package/dist/components/widget/Dialog/SelectTokenDialog/SelectTokenDialog.d.ts +0 -1
- package/dist/components/widget/Dialog/SelectTokenDialog/SelectTokenDialog.d.ts.map +1 -1
- package/dist/components/widget/Dialog/SelectTokenDialog/SelectTokenDialog.js +59 -77
- package/dist/components/widget/Dialog/SelectTokenDialog/SelectTokenDialog.js.map +1 -1
- package/dist/components/widget/Dialog/SelectTokenDialog/TokenListBody/TokenCloud/tokens.js +25 -21
- package/dist/components/widget/Dialog/SelectTokenDialog/TokenListBody/TokenCloud/tokens.js.map +1 -1
- package/dist/components/widget/NetworkIcon/NetworkIconSquare.js +1 -2
- package/dist/components/widget/NetworkIcon/NetworkIconSquare.js.map +1 -1
- package/dist/components/widget/NetworkSwitcher/NetworkSwitcherList.d.ts.map +1 -1
- package/dist/components/widget/NetworkSwitcher/NetworkSwitcherList.js +4 -3
- package/dist/components/widget/NetworkSwitcher/NetworkSwitcherList.js.map +1 -1
- package/dist/components/widget/NetworkSwitcher/types.d.ts +1 -0
- package/dist/components/widget/NetworkSwitcher/types.d.ts.map +1 -1
- package/dist/components/widget/NetworkSwitcher/utils/items.js +2 -0
- package/dist/components/widget/NetworkSwitcher/utils/items.js.map +1 -1
- package/dist/components/widget/NetworkWithIcon/NetworkWithIcon.js +3 -4
- package/dist/components/widget/NetworkWithIcon/NetworkWithIcon.js.map +1 -1
- package/dist/components/widget/Screen/GenericScreen.js +1 -1
- package/dist/components/widget/Screen/GenericScreen.js.map +1 -1
- package/dist/components/widget/TokenInput/InputContainer.js +1 -1
- package/dist/components/widget/TokenInput/InputContainer.js.map +1 -1
- package/dist/components/widget/TokenInput/InputFooter.js +2 -2
- package/dist/components/widget/TokenInput/InputFooter.js.map +1 -1
- package/dist/components/widget/TokenInput/common/MaxButtons.d.ts +2 -1
- package/dist/components/widget/TokenInput/common/MaxButtons.d.ts.map +1 -1
- package/dist/components/widget/TokenInput/common/MaxButtons.js +27 -15
- package/dist/components/widget/TokenInput/common/MaxButtons.js.map +1 -1
- package/dist/components/widget/TokenInput/index.d.ts.map +1 -1
- package/dist/components/widget/TokenInput/index.js +86 -102
- package/dist/components/widget/TokenInput/index.js.map +1 -1
- package/dist/components/widget/TokenInput/types.d.ts +2 -1
- package/dist/components/widget/TokenInput/types.d.ts.map +1 -1
- package/dist/configurator/Configurator.d.ts.map +1 -1
- package/dist/configurator/components/EnabledChainsSelector.d.ts.map +1 -1
- package/dist/configurator/components/PartnerInput.d.ts +5 -3
- package/dist/configurator/components/PartnerInput.d.ts.map +1 -1
- package/dist/configurator/components/common/Input.d.ts +9 -0
- package/dist/configurator/components/common/Input.d.ts.map +1 -1
- package/dist/core/constants.d.ts +1 -1
- package/dist/core/index.d.ts.map +1 -1
- package/dist/core/index.js +150 -135
- package/dist/core/index.js.map +1 -1
- package/dist/core/inputs/hooks/useMaxButtonProps.d.ts.map +1 -1
- package/dist/core/inputs/hooks/useMaxButtonProps.js +38 -16
- package/dist/core/inputs/hooks/useMaxButtonProps.js.map +1 -1
- package/dist/core/state/chainToAtom.d.ts +4 -4
- package/dist/core/state/configActionsAtom.d.ts.map +1 -1
- package/dist/core/state/configActionsAtom.js +3 -3
- package/dist/core/state/configActionsAtom.js.map +1 -1
- package/dist/core/state/configAtom.d.ts +7 -8
- package/dist/core/state/configAtom.d.ts.map +1 -1
- package/dist/core/state/configAtom.js +8 -7
- package/dist/core/state/configAtom.js.map +1 -1
- package/dist/core/state/containerAtom.d.ts +1 -0
- package/dist/core/state/containerAtom.d.ts.map +1 -1
- package/dist/core/state/containerAtom.js +7 -1
- package/dist/core/state/containerAtom.js.map +1 -1
- package/dist/core/state/enabledChainsAtom.d.ts +9 -9
- package/dist/core/state/validatedPartnerConfigAtom.d.ts +3 -0
- package/dist/core/state/validatedPartnerConfigAtom.d.ts.map +1 -0
- package/dist/core/state/validatedPartnerConfigAtom.js +22 -0
- package/dist/core/state/validatedPartnerConfigAtom.js.map +1 -0
- package/dist/core/types.d.ts +12 -2
- package/dist/core/types.d.ts.map +1 -1
- package/dist/hooks/gas/config.js +1 -2
- package/dist/hooks/gas/config.js.map +1 -1
- package/dist/hooks/swap/prices/delta/queries/useDeltaPriceQuery.d.ts +5 -2
- package/dist/hooks/swap/prices/delta/queries/useDeltaPriceQuery.d.ts.map +1 -1
- package/dist/hooks/swap/prices/delta/queries/useDeltaPriceQuery.js +2 -1
- package/dist/hooks/swap/prices/delta/queries/useDeltaPriceQuery.js.map +1 -1
- package/dist/hooks/swap/prices/market/queries/useMarketPriceQuery.d.ts +4 -1
- package/dist/hooks/swap/prices/market/queries/useMarketPriceQuery.d.ts.map +1 -1
- package/dist/hooks/swap/prices/market/queries/useMarketPriceQuery.js +2 -1
- package/dist/hooks/swap/prices/market/queries/useMarketPriceQuery.js.map +1 -1
- package/dist/hooks/swap/prices/usePricesParams.d.ts +3 -1
- package/dist/hooks/swap/prices/usePricesParams.d.ts.map +1 -1
- package/dist/hooks/swap/prices/usePricesParams.js +36 -27
- package/dist/hooks/swap/prices/usePricesParams.js.map +1 -1
- package/dist/hooks/swap/tradeFlow/useDeltaFlow.d.ts.map +1 -1
- package/dist/hooks/swap/tradeFlow/useDeltaFlow.js +9 -1
- package/dist/hooks/swap/tradeFlow/useDeltaFlow.js.map +1 -1
- package/dist/hooks/swap/tradeFlow/useLimitOrderFlow.js +3 -1
- package/dist/hooks/swap/tradeFlow/useLimitOrderFlow.js.map +1 -1
- package/dist/hooks/swap/tradeFlow/useMarketFlow.js +9 -6
- package/dist/hooks/swap/tradeFlow/useMarketFlow.js.map +1 -1
- package/dist/hooks/useBreakpoints.d.ts.map +1 -1
- package/dist/hooks/useBreakpoints.js +2 -4
- package/dist/hooks/useBreakpoints.js.map +1 -1
- package/dist/hooks/usePartner.d.ts +1 -1
- package/dist/hooks/usePartner.d.ts.map +1 -1
- package/dist/hooks/usePartner.js +3 -5
- package/dist/hooks/usePartner.js.map +1 -1
- package/dist/hooks/useSelectableDestChains.d.ts +1 -1
- package/dist/lib/constants/delta.d.ts +1 -1
- package/dist/lib/constants/delta.js +1 -2
- package/dist/lib/constants/delta.js.map +1 -1
- package/dist/lib/constants/mobile.d.ts.map +1 -1
- package/dist/lib/constants/mobile.js.map +1 -1
- package/dist/lib/constants/otc.js +1 -2
- package/dist/lib/constants/otc.js.map +1 -1
- package/dist/lib/constants/weth.js +1 -2
- package/dist/lib/constants/weth.js.map +1 -1
- package/dist/lib/utils/formatFiatPrice.d.ts +1 -1
- package/dist/lib/utils/formatFiatPrice.d.ts.map +1 -1
- package/dist/lib/utils/formatFiatPrice.js +4 -2
- package/dist/lib/utils/formatFiatPrice.js.map +1 -1
- package/dist/lib/utils/index.d.ts +1 -0
- package/dist/lib/utils/index.d.ts.map +1 -1
- package/dist/lib/utils/index.js +6 -1
- package/dist/lib/utils/index.js.map +1 -1
- package/dist/lib/utils/mobile.d.ts +1 -1
- package/dist/lib/utils/mobile.js.map +1 -1
- package/dist/lib/web3/wagmi/config.d.ts +46 -46
- package/dist/lib/web3/wagmi/constants.d.ts +46 -45
- package/dist/lib/web3/wagmi/constants.d.ts.map +1 -1
- package/dist/lib/web3/wagmi/constants.js +14 -3
- package/dist/lib/web3/wagmi/constants.js.map +1 -1
- package/dist/lib/web3/wagmi/supportedChains.d.ts +1 -379
- package/dist/lib/web3/wagmi/supportedChains.d.ts.map +1 -1
- package/dist/lib/web3/wagmi/switchChain.d.ts +177 -177
- package/dist/lib/web3/wagmi/switchChain.d.ts.map +1 -1
- package/dist/lib/web3/wagmi/transports.js +1 -2
- package/dist/lib/web3/wagmi/transports.js.map +1 -1
- package/dist/styles.css +11 -3
- package/dist/tokens/constants.js +1 -2
- package/dist/tokens/constants.js.map +1 -1
- package/dist/tokens/defaultTokens.js +1 -2
- package/dist/tokens/defaultTokens.js.map +1 -1
- package/dist/tokens/lists/state/tokenListsStateAtom.d.ts +4 -4
- package/package.json +1 -1
- package/dist/lib/web3/wagmi/supportedChains.js +0 -18
- package/dist/lib/web3/wagmi/supportedChains.js.map +0 -1
|
@@ -1,380 +1,2 @@
|
|
|
1
|
-
export { mainnet, polygon, avalanche, base, gnosis, sonic, unichain, } from 'wagmi/chains';
|
|
2
|
-
export declare const bsc: {
|
|
3
|
-
readonly name: "BSC";
|
|
4
|
-
readonly blockExplorers: {
|
|
5
|
-
readonly default: {
|
|
6
|
-
readonly name: "BscScan";
|
|
7
|
-
readonly url: "https://bscscan.com";
|
|
8
|
-
readonly apiUrl: "https://api.bscscan.com/api";
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
readonly blockTime?: number | undefined | undefined;
|
|
12
|
-
readonly contracts: {
|
|
13
|
-
readonly multicall3: {
|
|
14
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
15
|
-
readonly blockCreated: 15921452;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
readonly ensTlds?: readonly string[] | undefined;
|
|
19
|
-
readonly id: 56;
|
|
20
|
-
readonly nativeCurrency: {
|
|
21
|
-
readonly decimals: 18;
|
|
22
|
-
readonly name: "BNB";
|
|
23
|
-
readonly symbol: "BNB";
|
|
24
|
-
};
|
|
25
|
-
readonly experimental_preconfirmationTime?: number | undefined | undefined;
|
|
26
|
-
readonly rpcUrls: {
|
|
27
|
-
readonly default: {
|
|
28
|
-
readonly http: readonly ["https://56.rpc.thirdweb.com"];
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
readonly sourceId?: number | undefined | undefined;
|
|
32
|
-
readonly testnet?: boolean | undefined | undefined;
|
|
33
|
-
readonly custom?: Record<string, unknown> | undefined;
|
|
34
|
-
readonly fees?: import('viem').ChainFees<undefined> | undefined;
|
|
35
|
-
readonly formatters?: undefined;
|
|
36
|
-
readonly serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
|
|
37
|
-
};
|
|
38
|
-
export declare const optimism: {
|
|
39
|
-
readonly name: "Optimism";
|
|
40
|
-
readonly blockExplorers: {
|
|
41
|
-
readonly default: {
|
|
42
|
-
readonly name: "Optimism Explorer";
|
|
43
|
-
readonly url: "https://optimistic.etherscan.io";
|
|
44
|
-
readonly apiUrl: "https://api-optimistic.etherscan.io/api";
|
|
45
|
-
};
|
|
46
|
-
};
|
|
47
|
-
readonly blockTime: 2000;
|
|
48
|
-
readonly contracts: {
|
|
49
|
-
readonly disputeGameFactory: {
|
|
50
|
-
readonly 1: {
|
|
51
|
-
readonly address: "0xe5965Ab5962eDc7477C8520243A95517CD252fA9";
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
readonly l2OutputOracle: {
|
|
55
|
-
readonly 1: {
|
|
56
|
-
readonly address: "0xdfe97868233d1aa22e815a266982f2cf17685a27";
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
|
-
readonly multicall3: {
|
|
60
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
61
|
-
readonly blockCreated: 4286263;
|
|
62
|
-
};
|
|
63
|
-
readonly portal: {
|
|
64
|
-
readonly 1: {
|
|
65
|
-
readonly address: "0xbEb5Fc579115071764c7423A4f12eDde41f106Ed";
|
|
66
|
-
};
|
|
67
|
-
};
|
|
68
|
-
readonly l1StandardBridge: {
|
|
69
|
-
readonly 1: {
|
|
70
|
-
readonly address: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1";
|
|
71
|
-
};
|
|
72
|
-
};
|
|
73
|
-
readonly gasPriceOracle: {
|
|
74
|
-
readonly address: "0x420000000000000000000000000000000000000F";
|
|
75
|
-
};
|
|
76
|
-
readonly l1Block: {
|
|
77
|
-
readonly address: "0x4200000000000000000000000000000000000015";
|
|
78
|
-
};
|
|
79
|
-
readonly l2CrossDomainMessenger: {
|
|
80
|
-
readonly address: "0x4200000000000000000000000000000000000007";
|
|
81
|
-
};
|
|
82
|
-
readonly l2Erc721Bridge: {
|
|
83
|
-
readonly address: "0x4200000000000000000000000000000000000014";
|
|
84
|
-
};
|
|
85
|
-
readonly l2StandardBridge: {
|
|
86
|
-
readonly address: "0x4200000000000000000000000000000000000010";
|
|
87
|
-
};
|
|
88
|
-
readonly l2ToL1MessagePasser: {
|
|
89
|
-
readonly address: "0x4200000000000000000000000000000000000016";
|
|
90
|
-
};
|
|
91
|
-
};
|
|
92
|
-
readonly ensTlds?: readonly string[] | undefined;
|
|
93
|
-
readonly id: 10;
|
|
94
|
-
readonly nativeCurrency: {
|
|
95
|
-
readonly name: "Ether";
|
|
96
|
-
readonly symbol: "ETH";
|
|
97
|
-
readonly decimals: 18;
|
|
98
|
-
};
|
|
99
|
-
readonly experimental_preconfirmationTime?: number | undefined | undefined;
|
|
100
|
-
readonly rpcUrls: {
|
|
101
|
-
readonly default: {
|
|
102
|
-
readonly http: readonly ["https://mainnet.optimism.io"];
|
|
103
|
-
};
|
|
104
|
-
};
|
|
105
|
-
readonly sourceId: 1;
|
|
106
|
-
readonly testnet?: boolean | undefined | undefined;
|
|
107
|
-
readonly custom?: Record<string, unknown> | undefined;
|
|
108
|
-
readonly fees?: import('viem').ChainFees<undefined> | undefined;
|
|
109
|
-
readonly formatters: {
|
|
110
|
-
readonly block: {
|
|
111
|
-
exclude: [] | undefined;
|
|
112
|
-
format: (args: import('viem/chains').OpStackRpcBlock) => {
|
|
113
|
-
baseFeePerGas: bigint | null;
|
|
114
|
-
blobGasUsed: bigint;
|
|
115
|
-
difficulty: bigint;
|
|
116
|
-
excessBlobGas: bigint;
|
|
117
|
-
extraData: import('viem').Hex;
|
|
118
|
-
gasLimit: bigint;
|
|
119
|
-
gasUsed: bigint;
|
|
120
|
-
hash: `0x${string}` | null;
|
|
121
|
-
logsBloom: `0x${string}` | null;
|
|
122
|
-
miner: import('viem').Address;
|
|
123
|
-
mixHash: import('viem').Hash;
|
|
124
|
-
nonce: `0x${string}` | null;
|
|
125
|
-
number: bigint | null;
|
|
126
|
-
parentBeaconBlockRoot?: `0x${string}` | undefined;
|
|
127
|
-
parentHash: import('viem').Hash;
|
|
128
|
-
receiptsRoot: import('viem').Hex;
|
|
129
|
-
sealFields: import('viem').Hex[];
|
|
130
|
-
sha3Uncles: import('viem').Hash;
|
|
131
|
-
size: bigint;
|
|
132
|
-
stateRoot: import('viem').Hash;
|
|
133
|
-
timestamp: bigint;
|
|
134
|
-
totalDifficulty: bigint | null;
|
|
135
|
-
transactions: `0x${string}`[] | import('viem/chains').OpStackTransaction<boolean>[];
|
|
136
|
-
transactionsRoot: import('viem').Hash;
|
|
137
|
-
uncles: import('viem').Hash[];
|
|
138
|
-
withdrawals?: import('viem').Withdrawal[] | undefined | undefined;
|
|
139
|
-
withdrawalsRoot?: `0x${string}` | undefined;
|
|
140
|
-
} & {};
|
|
141
|
-
type: "block";
|
|
142
|
-
};
|
|
143
|
-
readonly transaction: {
|
|
144
|
-
exclude: [] | undefined;
|
|
145
|
-
format: (args: import('viem/chains').OpStackRpcTransaction) => ({
|
|
146
|
-
blockHash: `0x${string}` | null;
|
|
147
|
-
blockNumber: bigint | null;
|
|
148
|
-
from: import('viem').Address;
|
|
149
|
-
gas: bigint;
|
|
150
|
-
hash: import('viem').Hash;
|
|
151
|
-
input: import('viem').Hex;
|
|
152
|
-
nonce: number;
|
|
153
|
-
r: import('viem').Hex;
|
|
154
|
-
s: import('viem').Hex;
|
|
155
|
-
to: import('viem').Address | null;
|
|
156
|
-
transactionIndex: number | null;
|
|
157
|
-
typeHex: import('viem').Hex | null;
|
|
158
|
-
v: bigint;
|
|
159
|
-
value: bigint;
|
|
160
|
-
yParity: number;
|
|
161
|
-
gasPrice?: undefined | undefined;
|
|
162
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
163
|
-
maxFeePerGas: bigint;
|
|
164
|
-
maxPriorityFeePerGas: bigint;
|
|
165
|
-
isSystemTx?: boolean;
|
|
166
|
-
mint?: bigint | undefined | undefined;
|
|
167
|
-
sourceHash: import('viem').Hex;
|
|
168
|
-
type: "deposit";
|
|
169
|
-
} | {
|
|
170
|
-
r: import('viem').Hex;
|
|
171
|
-
s: import('viem').Hex;
|
|
172
|
-
v: bigint;
|
|
173
|
-
to: import('viem').Address | null;
|
|
174
|
-
from: import('viem').Address;
|
|
175
|
-
gas: bigint;
|
|
176
|
-
nonce: number;
|
|
177
|
-
value: bigint;
|
|
178
|
-
blockHash: `0x${string}` | null;
|
|
179
|
-
blockNumber: bigint | null;
|
|
180
|
-
hash: import('viem').Hash;
|
|
181
|
-
input: import('viem').Hex;
|
|
182
|
-
transactionIndex: number | null;
|
|
183
|
-
typeHex: import('viem').Hex | null;
|
|
184
|
-
accessList?: undefined | undefined;
|
|
185
|
-
authorizationList?: undefined | undefined;
|
|
186
|
-
blobVersionedHashes?: undefined | undefined;
|
|
187
|
-
chainId?: number | undefined;
|
|
188
|
-
yParity?: undefined | undefined;
|
|
189
|
-
type: "legacy";
|
|
190
|
-
gasPrice: bigint;
|
|
191
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
192
|
-
maxFeePerGas?: undefined | undefined;
|
|
193
|
-
maxPriorityFeePerGas?: undefined | undefined;
|
|
194
|
-
isSystemTx?: undefined | undefined;
|
|
195
|
-
mint?: undefined | undefined;
|
|
196
|
-
sourceHash?: undefined | undefined;
|
|
197
|
-
} | {
|
|
198
|
-
blockHash: `0x${string}` | null;
|
|
199
|
-
blockNumber: bigint | null;
|
|
200
|
-
from: import('viem').Address;
|
|
201
|
-
gas: bigint;
|
|
202
|
-
hash: import('viem').Hash;
|
|
203
|
-
input: import('viem').Hex;
|
|
204
|
-
nonce: number;
|
|
205
|
-
r: import('viem').Hex;
|
|
206
|
-
s: import('viem').Hex;
|
|
207
|
-
to: import('viem').Address | null;
|
|
208
|
-
transactionIndex: number | null;
|
|
209
|
-
typeHex: import('viem').Hex | null;
|
|
210
|
-
v: bigint;
|
|
211
|
-
value: bigint;
|
|
212
|
-
yParity: number;
|
|
213
|
-
accessList: import('viem').AccessList;
|
|
214
|
-
authorizationList?: undefined | undefined;
|
|
215
|
-
blobVersionedHashes?: undefined | undefined;
|
|
216
|
-
chainId: number;
|
|
217
|
-
type: "eip2930";
|
|
218
|
-
gasPrice: bigint;
|
|
219
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
220
|
-
maxFeePerGas?: undefined | undefined;
|
|
221
|
-
maxPriorityFeePerGas?: undefined | undefined;
|
|
222
|
-
isSystemTx?: undefined | undefined;
|
|
223
|
-
mint?: undefined | undefined;
|
|
224
|
-
sourceHash?: undefined | undefined;
|
|
225
|
-
} | {
|
|
226
|
-
blockHash: `0x${string}` | null;
|
|
227
|
-
blockNumber: bigint | null;
|
|
228
|
-
from: import('viem').Address;
|
|
229
|
-
gas: bigint;
|
|
230
|
-
hash: import('viem').Hash;
|
|
231
|
-
input: import('viem').Hex;
|
|
232
|
-
nonce: number;
|
|
233
|
-
r: import('viem').Hex;
|
|
234
|
-
s: import('viem').Hex;
|
|
235
|
-
to: import('viem').Address | null;
|
|
236
|
-
transactionIndex: number | null;
|
|
237
|
-
typeHex: import('viem').Hex | null;
|
|
238
|
-
v: bigint;
|
|
239
|
-
value: bigint;
|
|
240
|
-
yParity: number;
|
|
241
|
-
accessList: import('viem').AccessList;
|
|
242
|
-
authorizationList?: undefined | undefined;
|
|
243
|
-
blobVersionedHashes?: undefined | undefined;
|
|
244
|
-
chainId: number;
|
|
245
|
-
type: "eip1559";
|
|
246
|
-
gasPrice?: undefined | undefined;
|
|
247
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
248
|
-
maxFeePerGas: bigint;
|
|
249
|
-
maxPriorityFeePerGas: bigint;
|
|
250
|
-
isSystemTx?: undefined | undefined;
|
|
251
|
-
mint?: undefined | undefined;
|
|
252
|
-
sourceHash?: undefined | undefined;
|
|
253
|
-
} | {
|
|
254
|
-
blockHash: `0x${string}` | null;
|
|
255
|
-
blockNumber: bigint | null;
|
|
256
|
-
from: import('viem').Address;
|
|
257
|
-
gas: bigint;
|
|
258
|
-
hash: import('viem').Hash;
|
|
259
|
-
input: import('viem').Hex;
|
|
260
|
-
nonce: number;
|
|
261
|
-
r: import('viem').Hex;
|
|
262
|
-
s: import('viem').Hex;
|
|
263
|
-
to: import('viem').Address | null;
|
|
264
|
-
transactionIndex: number | null;
|
|
265
|
-
typeHex: import('viem').Hex | null;
|
|
266
|
-
v: bigint;
|
|
267
|
-
value: bigint;
|
|
268
|
-
yParity: number;
|
|
269
|
-
accessList: import('viem').AccessList;
|
|
270
|
-
authorizationList?: undefined | undefined;
|
|
271
|
-
blobVersionedHashes: readonly import('viem').Hex[];
|
|
272
|
-
chainId: number;
|
|
273
|
-
type: "eip4844";
|
|
274
|
-
gasPrice?: undefined | undefined;
|
|
275
|
-
maxFeePerBlobGas: bigint;
|
|
276
|
-
maxFeePerGas: bigint;
|
|
277
|
-
maxPriorityFeePerGas: bigint;
|
|
278
|
-
isSystemTx?: undefined | undefined;
|
|
279
|
-
mint?: undefined | undefined;
|
|
280
|
-
sourceHash?: undefined | undefined;
|
|
281
|
-
} | {
|
|
282
|
-
blockHash: `0x${string}` | null;
|
|
283
|
-
blockNumber: bigint | null;
|
|
284
|
-
from: import('viem').Address;
|
|
285
|
-
gas: bigint;
|
|
286
|
-
hash: import('viem').Hash;
|
|
287
|
-
input: import('viem').Hex;
|
|
288
|
-
nonce: number;
|
|
289
|
-
r: import('viem').Hex;
|
|
290
|
-
s: import('viem').Hex;
|
|
291
|
-
to: import('viem').Address | null;
|
|
292
|
-
transactionIndex: number | null;
|
|
293
|
-
typeHex: import('viem').Hex | null;
|
|
294
|
-
v: bigint;
|
|
295
|
-
value: bigint;
|
|
296
|
-
yParity: number;
|
|
297
|
-
accessList: import('viem').AccessList;
|
|
298
|
-
authorizationList: import('viem').SignedAuthorizationList;
|
|
299
|
-
blobVersionedHashes?: undefined | undefined;
|
|
300
|
-
chainId: number;
|
|
301
|
-
type: "eip7702";
|
|
302
|
-
gasPrice?: undefined | undefined;
|
|
303
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
304
|
-
maxFeePerGas: bigint;
|
|
305
|
-
maxPriorityFeePerGas: bigint;
|
|
306
|
-
isSystemTx?: undefined | undefined;
|
|
307
|
-
mint?: undefined | undefined;
|
|
308
|
-
sourceHash?: undefined | undefined;
|
|
309
|
-
}) & {};
|
|
310
|
-
type: "transaction";
|
|
311
|
-
};
|
|
312
|
-
readonly transactionReceipt: {
|
|
313
|
-
exclude: [] | undefined;
|
|
314
|
-
format: (args: import('viem/chains').OpStackRpcTransactionReceipt) => {
|
|
315
|
-
blobGasPrice?: bigint | undefined;
|
|
316
|
-
blobGasUsed?: bigint | undefined;
|
|
317
|
-
blockHash: import('viem').Hash;
|
|
318
|
-
blockNumber: bigint;
|
|
319
|
-
contractAddress: import('viem').Address | null | undefined;
|
|
320
|
-
cumulativeGasUsed: bigint;
|
|
321
|
-
effectiveGasPrice: bigint;
|
|
322
|
-
from: import('viem').Address;
|
|
323
|
-
gasUsed: bigint;
|
|
324
|
-
logs: import('viem').Log<bigint, number, false>[];
|
|
325
|
-
logsBloom: import('viem').Hex;
|
|
326
|
-
root?: `0x${string}` | undefined;
|
|
327
|
-
status: "success" | "reverted";
|
|
328
|
-
to: import('viem').Address | null;
|
|
329
|
-
transactionHash: import('viem').Hash;
|
|
330
|
-
transactionIndex: number;
|
|
331
|
-
type: import('viem').TransactionType;
|
|
332
|
-
l1GasPrice: bigint | null;
|
|
333
|
-
l1GasUsed: bigint | null;
|
|
334
|
-
l1Fee: bigint | null;
|
|
335
|
-
l1FeeScalar: number | null;
|
|
336
|
-
} & {};
|
|
337
|
-
type: "transactionReceipt";
|
|
338
|
-
};
|
|
339
|
-
};
|
|
340
|
-
readonly serializers: {
|
|
341
|
-
readonly transaction: typeof import('viem/chains').serializeTransactionOpStack;
|
|
342
|
-
};
|
|
343
|
-
};
|
|
344
|
-
export declare const arbitrum: {
|
|
345
|
-
readonly name: "Arbitrum";
|
|
346
|
-
readonly blockExplorers: {
|
|
347
|
-
readonly default: {
|
|
348
|
-
readonly name: "Arbiscan";
|
|
349
|
-
readonly url: "https://arbiscan.io";
|
|
350
|
-
readonly apiUrl: "https://api.arbiscan.io/api";
|
|
351
|
-
};
|
|
352
|
-
};
|
|
353
|
-
readonly blockTime: 250;
|
|
354
|
-
readonly contracts: {
|
|
355
|
-
readonly multicall3: {
|
|
356
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
357
|
-
readonly blockCreated: 7654707;
|
|
358
|
-
};
|
|
359
|
-
};
|
|
360
|
-
readonly ensTlds?: readonly string[] | undefined;
|
|
361
|
-
readonly id: 42161;
|
|
362
|
-
readonly nativeCurrency: {
|
|
363
|
-
readonly name: "Ether";
|
|
364
|
-
readonly symbol: "ETH";
|
|
365
|
-
readonly decimals: 18;
|
|
366
|
-
};
|
|
367
|
-
readonly experimental_preconfirmationTime?: number | undefined | undefined;
|
|
368
|
-
readonly rpcUrls: {
|
|
369
|
-
readonly default: {
|
|
370
|
-
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
371
|
-
};
|
|
372
|
-
};
|
|
373
|
-
readonly sourceId?: number | undefined | undefined;
|
|
374
|
-
readonly testnet?: boolean | undefined | undefined;
|
|
375
|
-
readonly custom?: Record<string, unknown> | undefined;
|
|
376
|
-
readonly fees?: import('viem').ChainFees<undefined> | undefined;
|
|
377
|
-
readonly formatters?: undefined;
|
|
378
|
-
readonly serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
|
|
379
|
-
};
|
|
1
|
+
export { mainnet, polygon, bsc, avalanche, arbitrum, optimism, base, gnosis, sonic, unichain, } from 'wagmi/chains';
|
|
380
2
|
//# sourceMappingURL=supportedChains.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"supportedChains.d.ts","sourceRoot":"","sources":["../../../../src/lib/web3/wagmi/supportedChains.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,OAAO,EACP,SAAS,EACT,IAAI,EACJ,MAAM,EACN,KAAK,EACL,QAAQ,GACT,MAAM,cAAc,CAAC
|
|
1
|
+
{"version":3,"file":"supportedChains.d.ts","sourceRoot":"","sources":["../../../../src/lib/web3/wagmi/supportedChains.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,OAAO,EACP,GAAG,EACH,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,IAAI,EACJ,MAAM,EACN,KAAK,EACL,QAAQ,GACT,MAAM,cAAc,CAAC"}
|