mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 14:12:35 +03:00
fix: changed rpc for eth to a public one
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"label": "Ethereum",
|
||||
"shortName": "ETH",
|
||||
"code": "eth",
|
||||
"rpc": "https://trade.orion.xyz/eth-mainnet/rpc",
|
||||
"rpc": "https://ethereum-rpc.publicnode.com",
|
||||
"baseCurrencyName": "ETH",
|
||||
"contracts": {
|
||||
"WETH": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
||||
|
||||
@@ -8,7 +8,7 @@ import normalizeNumber from '../utils/normalizeNumber.js';
|
||||
import getDomainData from './getDomainData.js';
|
||||
import hashOrder from './hashOrder.js';
|
||||
|
||||
const DEFAULT_EXPIRATION = 365 * 24 * 60 * 60 * 1000; // 365 days
|
||||
const DEFAULT_EXPIRATION = 29 * 24 * 60 * 60 * 1000; // 29 days
|
||||
|
||||
type SignerWithTypedDataSign = ethers.Signer & TypedDataSigner;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user