viem 2.10.1 → 2.10.2
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/CHANGELOG.md +12 -0
- package/_cjs/chains/definitions/celo.js +2 -2
- package/_cjs/chains/definitions/celo.js.map +1 -1
- package/_cjs/chains/definitions/dodochainTestnet.js +23 -0
- package/_cjs/chains/definitions/dodochainTestnet.js.map +1 -0
- package/_cjs/chains/definitions/otimDevnet.js +2 -2
- package/_cjs/chains/definitions/otimDevnet.js.map +1 -1
- package/_cjs/chains/index.js +7 -5
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/op-stack/abis.js +142 -359
- package/_cjs/op-stack/abis.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToFinalize.js +14 -6
- package/_cjs/op-stack/actions/getTimeToFinalize.js.map +1 -1
- package/_cjs/op-stack/actions/getWithdrawalStatus.js +10 -2
- package/_cjs/op-stack/actions/getWithdrawalStatus.js.map +1 -1
- package/_esm/chains/definitions/celo.js +2 -2
- package/_esm/chains/definitions/celo.js.map +1 -1
- package/_esm/chains/definitions/dodochainTestnet.js +20 -0
- package/_esm/chains/definitions/dodochainTestnet.js.map +1 -0
- package/_esm/chains/definitions/otimDevnet.js +2 -2
- package/_esm/chains/definitions/otimDevnet.js.map +1 -1
- package/_esm/chains/index.js +1 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/op-stack/abis.js +142 -359
- package/_esm/op-stack/abis.js.map +1 -1
- package/_esm/op-stack/actions/getTimeToFinalize.js +14 -6
- package/_esm/op-stack/actions/getTimeToFinalize.js.map +1 -1
- package/_esm/op-stack/actions/getWithdrawalStatus.js +10 -2
- package/_esm/op-stack/actions/getWithdrawalStatus.js.map +1 -1
- package/_types/chains/definitions/celo.d.ts +2 -2
- package/_types/chains/definitions/dodochainTestnet.d.ts +36 -0
- package/_types/chains/definitions/dodochainTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/otimDevnet.d.ts +2 -2
- package/_types/chains/index.d.ts +1 -0
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/op-stack/abis.d.ts +174 -87
- package/_types/op-stack/abis.d.ts.map +1 -1
- package/_types/op-stack/actions/getTimeToFinalize.d.ts.map +1 -1
- package/_types/op-stack/actions/getWithdrawalStatus.d.ts.map +1 -1
- package/chains/definitions/celo.ts +2 -2
- package/chains/definitions/dodochainTestnet.ts +20 -0
- package/chains/definitions/otimDevnet.ts +2 -2
- package/chains/index.ts +1 -0
- package/errors/version.ts +1 -1
- package/op-stack/abis.ts +142 -359
- package/op-stack/actions/getTimeToFinalize.ts +15 -6
- package/op-stack/actions/getWithdrawalStatus.ts +13 -2
- package/package.json +1 -1
@@ -1554,36 +1554,107 @@ export declare const portal2Abi: readonly [{
|
|
1554
1554
|
readonly internalType: "uint256";
|
1555
1555
|
readonly name: "_disputeGameFinalityDelaySeconds";
|
1556
1556
|
readonly type: "uint256";
|
1557
|
-
}, {
|
1558
|
-
readonly internalType: "GameType";
|
1559
|
-
readonly name: "_initialRespectedGameType";
|
1560
|
-
readonly type: "uint32";
|
1561
1557
|
}];
|
1562
1558
|
readonly stateMutability: "nonpayable";
|
1563
1559
|
readonly type: "constructor";
|
1564
1560
|
}, {
|
1565
|
-
readonly
|
1566
|
-
readonly
|
1561
|
+
readonly inputs: readonly [];
|
1562
|
+
readonly name: "BadTarget";
|
1563
|
+
readonly type: "error";
|
1567
1564
|
}, {
|
1568
1565
|
readonly inputs: readonly [];
|
1569
|
-
readonly name: "
|
1570
|
-
readonly
|
1566
|
+
readonly name: "CallPaused";
|
1567
|
+
readonly type: "error";
|
1568
|
+
}, {
|
1569
|
+
readonly inputs: readonly [];
|
1570
|
+
readonly name: "GasEstimation";
|
1571
|
+
readonly type: "error";
|
1572
|
+
}, {
|
1573
|
+
readonly inputs: readonly [];
|
1574
|
+
readonly name: "LargeCalldata";
|
1575
|
+
readonly type: "error";
|
1576
|
+
}, {
|
1577
|
+
readonly inputs: readonly [];
|
1578
|
+
readonly name: "OutOfGas";
|
1579
|
+
readonly type: "error";
|
1580
|
+
}, {
|
1581
|
+
readonly inputs: readonly [];
|
1582
|
+
readonly name: "SmallGasLimit";
|
1583
|
+
readonly type: "error";
|
1584
|
+
}, {
|
1585
|
+
readonly inputs: readonly [];
|
1586
|
+
readonly name: "Unauthorized";
|
1587
|
+
readonly type: "error";
|
1588
|
+
}, {
|
1589
|
+
readonly anonymous: false;
|
1590
|
+
readonly inputs: readonly [{
|
1591
|
+
readonly indexed: false;
|
1592
|
+
readonly internalType: "uint8";
|
1593
|
+
readonly name: "version";
|
1594
|
+
readonly type: "uint8";
|
1595
|
+
}];
|
1596
|
+
readonly name: "Initialized";
|
1597
|
+
readonly type: "event";
|
1598
|
+
}, {
|
1599
|
+
readonly anonymous: false;
|
1600
|
+
readonly inputs: readonly [{
|
1601
|
+
readonly indexed: true;
|
1571
1602
|
readonly internalType: "address";
|
1572
|
-
readonly name: "";
|
1603
|
+
readonly name: "from";
|
1604
|
+
readonly type: "address";
|
1605
|
+
}, {
|
1606
|
+
readonly indexed: true;
|
1607
|
+
readonly internalType: "address";
|
1608
|
+
readonly name: "to";
|
1573
1609
|
readonly type: "address";
|
1610
|
+
}, {
|
1611
|
+
readonly indexed: true;
|
1612
|
+
readonly internalType: "uint256";
|
1613
|
+
readonly name: "version";
|
1614
|
+
readonly type: "uint256";
|
1615
|
+
}, {
|
1616
|
+
readonly indexed: false;
|
1617
|
+
readonly internalType: "bytes";
|
1618
|
+
readonly name: "opaqueData";
|
1619
|
+
readonly type: "bytes";
|
1574
1620
|
}];
|
1575
|
-
readonly
|
1576
|
-
readonly type: "
|
1621
|
+
readonly name: "TransactionDeposited";
|
1622
|
+
readonly type: "event";
|
1577
1623
|
}, {
|
1578
|
-
readonly
|
1579
|
-
readonly
|
1580
|
-
|
1581
|
-
readonly internalType: "
|
1582
|
-
readonly name: "";
|
1624
|
+
readonly anonymous: false;
|
1625
|
+
readonly inputs: readonly [{
|
1626
|
+
readonly indexed: true;
|
1627
|
+
readonly internalType: "bytes32";
|
1628
|
+
readonly name: "withdrawalHash";
|
1629
|
+
readonly type: "bytes32";
|
1630
|
+
}, {
|
1631
|
+
readonly indexed: false;
|
1632
|
+
readonly internalType: "bool";
|
1633
|
+
readonly name: "success";
|
1634
|
+
readonly type: "bool";
|
1635
|
+
}];
|
1636
|
+
readonly name: "WithdrawalFinalized";
|
1637
|
+
readonly type: "event";
|
1638
|
+
}, {
|
1639
|
+
readonly anonymous: false;
|
1640
|
+
readonly inputs: readonly [{
|
1641
|
+
readonly indexed: true;
|
1642
|
+
readonly internalType: "bytes32";
|
1643
|
+
readonly name: "withdrawalHash";
|
1644
|
+
readonly type: "bytes32";
|
1645
|
+
}, {
|
1646
|
+
readonly indexed: true;
|
1647
|
+
readonly internalType: "address";
|
1648
|
+
readonly name: "from";
|
1649
|
+
readonly type: "address";
|
1650
|
+
}, {
|
1651
|
+
readonly indexed: true;
|
1652
|
+
readonly internalType: "address";
|
1653
|
+
readonly name: "to";
|
1583
1654
|
readonly type: "address";
|
1584
1655
|
}];
|
1585
|
-
readonly
|
1586
|
-
readonly type: "
|
1656
|
+
readonly name: "WithdrawalProven";
|
1657
|
+
readonly type: "event";
|
1587
1658
|
}, {
|
1588
1659
|
readonly inputs: readonly [{
|
1589
1660
|
readonly internalType: "contract IDisputeGame";
|
@@ -1599,6 +1670,10 @@ export declare const portal2Abi: readonly [{
|
|
1599
1670
|
readonly internalType: "bytes32";
|
1600
1671
|
readonly name: "_withdrawalHash";
|
1601
1672
|
readonly type: "bytes32";
|
1673
|
+
}, {
|
1674
|
+
readonly internalType: "address";
|
1675
|
+
readonly name: "_proofSubmitter";
|
1676
|
+
readonly type: "address";
|
1602
1677
|
}];
|
1603
1678
|
readonly name: "checkWithdrawal";
|
1604
1679
|
readonly outputs: readonly [];
|
@@ -1705,6 +1780,45 @@ export declare const portal2Abi: readonly [{
|
|
1705
1780
|
readonly outputs: readonly [];
|
1706
1781
|
readonly stateMutability: "nonpayable";
|
1707
1782
|
readonly type: "function";
|
1783
|
+
}, {
|
1784
|
+
readonly inputs: readonly [{
|
1785
|
+
readonly components: readonly [{
|
1786
|
+
readonly internalType: "uint256";
|
1787
|
+
readonly name: "nonce";
|
1788
|
+
readonly type: "uint256";
|
1789
|
+
}, {
|
1790
|
+
readonly internalType: "address";
|
1791
|
+
readonly name: "sender";
|
1792
|
+
readonly type: "address";
|
1793
|
+
}, {
|
1794
|
+
readonly internalType: "address";
|
1795
|
+
readonly name: "target";
|
1796
|
+
readonly type: "address";
|
1797
|
+
}, {
|
1798
|
+
readonly internalType: "uint256";
|
1799
|
+
readonly name: "value";
|
1800
|
+
readonly type: "uint256";
|
1801
|
+
}, {
|
1802
|
+
readonly internalType: "uint256";
|
1803
|
+
readonly name: "gasLimit";
|
1804
|
+
readonly type: "uint256";
|
1805
|
+
}, {
|
1806
|
+
readonly internalType: "bytes";
|
1807
|
+
readonly name: "data";
|
1808
|
+
readonly type: "bytes";
|
1809
|
+
}];
|
1810
|
+
readonly internalType: "struct Types.WithdrawalTransaction";
|
1811
|
+
readonly name: "_tx";
|
1812
|
+
readonly type: "tuple";
|
1813
|
+
}, {
|
1814
|
+
readonly internalType: "address";
|
1815
|
+
readonly name: "_proofSubmitter";
|
1816
|
+
readonly type: "address";
|
1817
|
+
}];
|
1818
|
+
readonly name: "finalizeWithdrawalTransactionExternalProof";
|
1819
|
+
readonly outputs: readonly [];
|
1820
|
+
readonly stateMutability: "nonpayable";
|
1821
|
+
readonly type: "function";
|
1708
1822
|
}, {
|
1709
1823
|
readonly inputs: readonly [{
|
1710
1824
|
readonly internalType: "bytes32";
|
@@ -1742,6 +1856,10 @@ export declare const portal2Abi: readonly [{
|
|
1742
1856
|
readonly internalType: "contract SuperchainConfig";
|
1743
1857
|
readonly name: "_superchainConfig";
|
1744
1858
|
readonly type: "address";
|
1859
|
+
}, {
|
1860
|
+
readonly internalType: "GameType";
|
1861
|
+
readonly name: "_initialRespectedGameType";
|
1862
|
+
readonly type: "uint32";
|
1745
1863
|
}];
|
1746
1864
|
readonly name: "initialize";
|
1747
1865
|
readonly outputs: readonly [];
|
@@ -1771,6 +1889,20 @@ export declare const portal2Abi: readonly [{
|
|
1771
1889
|
}];
|
1772
1890
|
readonly stateMutability: "pure";
|
1773
1891
|
readonly type: "function";
|
1892
|
+
}, {
|
1893
|
+
readonly inputs: readonly [{
|
1894
|
+
readonly internalType: "bytes32";
|
1895
|
+
readonly name: "_withdrawalHash";
|
1896
|
+
readonly type: "bytes32";
|
1897
|
+
}];
|
1898
|
+
readonly name: "numProofSubmitters";
|
1899
|
+
readonly outputs: readonly [{
|
1900
|
+
readonly internalType: "uint256";
|
1901
|
+
readonly name: "";
|
1902
|
+
readonly type: "uint256";
|
1903
|
+
}];
|
1904
|
+
readonly stateMutability: "view";
|
1905
|
+
readonly type: "function";
|
1774
1906
|
}, {
|
1775
1907
|
readonly inputs: readonly [];
|
1776
1908
|
readonly name: "params";
|
@@ -1809,6 +1941,24 @@ export declare const portal2Abi: readonly [{
|
|
1809
1941
|
}];
|
1810
1942
|
readonly stateMutability: "view";
|
1811
1943
|
readonly type: "function";
|
1944
|
+
}, {
|
1945
|
+
readonly inputs: readonly [{
|
1946
|
+
readonly internalType: "bytes32";
|
1947
|
+
readonly name: "";
|
1948
|
+
readonly type: "bytes32";
|
1949
|
+
}, {
|
1950
|
+
readonly internalType: "uint256";
|
1951
|
+
readonly name: "";
|
1952
|
+
readonly type: "uint256";
|
1953
|
+
}];
|
1954
|
+
readonly name: "proofSubmitters";
|
1955
|
+
readonly outputs: readonly [{
|
1956
|
+
readonly internalType: "address";
|
1957
|
+
readonly name: "";
|
1958
|
+
readonly type: "address";
|
1959
|
+
}];
|
1960
|
+
readonly stateMutability: "view";
|
1961
|
+
readonly type: "function";
|
1812
1962
|
}, {
|
1813
1963
|
readonly inputs: readonly [{
|
1814
1964
|
readonly components: readonly [{
|
@@ -1878,6 +2028,10 @@ export declare const portal2Abi: readonly [{
|
|
1878
2028
|
readonly internalType: "bytes32";
|
1879
2029
|
readonly name: "";
|
1880
2030
|
readonly type: "bytes32";
|
2031
|
+
}, {
|
2032
|
+
readonly internalType: "address";
|
2033
|
+
readonly name: "";
|
2034
|
+
readonly type: "address";
|
1881
2035
|
}];
|
1882
2036
|
readonly name: "provenWithdrawals";
|
1883
2037
|
readonly outputs: readonly [{
|
@@ -1952,75 +2106,8 @@ export declare const portal2Abi: readonly [{
|
|
1952
2106
|
readonly stateMutability: "view";
|
1953
2107
|
readonly type: "function";
|
1954
2108
|
}, {
|
1955
|
-
readonly
|
1956
|
-
readonly
|
1957
|
-
readonly indexed: false;
|
1958
|
-
readonly internalType: "uint8";
|
1959
|
-
readonly name: "version";
|
1960
|
-
readonly type: "uint8";
|
1961
|
-
}];
|
1962
|
-
readonly name: "Initialized";
|
1963
|
-
readonly type: "event";
|
1964
|
-
}, {
|
1965
|
-
readonly anonymous: false;
|
1966
|
-
readonly inputs: readonly [{
|
1967
|
-
readonly indexed: true;
|
1968
|
-
readonly internalType: "address";
|
1969
|
-
readonly name: "from";
|
1970
|
-
readonly type: "address";
|
1971
|
-
}, {
|
1972
|
-
readonly indexed: true;
|
1973
|
-
readonly internalType: "address";
|
1974
|
-
readonly name: "to";
|
1975
|
-
readonly type: "address";
|
1976
|
-
}, {
|
1977
|
-
readonly indexed: true;
|
1978
|
-
readonly internalType: "uint256";
|
1979
|
-
readonly name: "version";
|
1980
|
-
readonly type: "uint256";
|
1981
|
-
}, {
|
1982
|
-
readonly indexed: false;
|
1983
|
-
readonly internalType: "bytes";
|
1984
|
-
readonly name: "opaqueData";
|
1985
|
-
readonly type: "bytes";
|
1986
|
-
}];
|
1987
|
-
readonly name: "TransactionDeposited";
|
1988
|
-
readonly type: "event";
|
1989
|
-
}, {
|
1990
|
-
readonly anonymous: false;
|
1991
|
-
readonly inputs: readonly [{
|
1992
|
-
readonly indexed: true;
|
1993
|
-
readonly internalType: "bytes32";
|
1994
|
-
readonly name: "withdrawalHash";
|
1995
|
-
readonly type: "bytes32";
|
1996
|
-
}, {
|
1997
|
-
readonly indexed: false;
|
1998
|
-
readonly internalType: "bool";
|
1999
|
-
readonly name: "success";
|
2000
|
-
readonly type: "bool";
|
2001
|
-
}];
|
2002
|
-
readonly name: "WithdrawalFinalized";
|
2003
|
-
readonly type: "event";
|
2004
|
-
}, {
|
2005
|
-
readonly anonymous: false;
|
2006
|
-
readonly inputs: readonly [{
|
2007
|
-
readonly indexed: true;
|
2008
|
-
readonly internalType: "bytes32";
|
2009
|
-
readonly name: "withdrawalHash";
|
2010
|
-
readonly type: "bytes32";
|
2011
|
-
}, {
|
2012
|
-
readonly indexed: true;
|
2013
|
-
readonly internalType: "address";
|
2014
|
-
readonly name: "from";
|
2015
|
-
readonly type: "address";
|
2016
|
-
}, {
|
2017
|
-
readonly indexed: true;
|
2018
|
-
readonly internalType: "address";
|
2019
|
-
readonly name: "to";
|
2020
|
-
readonly type: "address";
|
2021
|
-
}];
|
2022
|
-
readonly name: "WithdrawalProven";
|
2023
|
-
readonly type: "event";
|
2109
|
+
readonly stateMutability: "payable";
|
2110
|
+
readonly type: "receive";
|
2024
2111
|
}];
|
2025
2112
|
export declare const portalAbi: readonly [{
|
2026
2113
|
readonly stateMutability: "nonpayable";
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"abis.d.ts","sourceRoot":"","sources":["../../op-stack/abis.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwEpB,CAAA;AAEV,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiQpB,CAAA;AAEV,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwctB,CAAA;AAEV,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0GzB,CAAA;AAEV,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmcxB,CAAA;AAEV,eAAO,MAAM,UAAU
|
1
|
+
{"version":3,"file":"abis.d.ts","sourceRoot":"","sources":["../../op-stack/abis.ts"],"names":[],"mappings":"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"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"getTimeToFinalize.d.ts","sourceRoot":"","sources":["../../../op-stack/actions/getTimeToFinalize.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,kBAAkB,EAExB,MAAM,mCAAmC,CAAA;AAE1C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,+BAA+B,CAAA;AAC3D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAA;AAE5E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AACtD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,KAAK,EACV,KAAK,EACL,WAAW,EACX,iBAAiB,EAClB,MAAM,sBAAsB,CAAA;AAC7B,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAA;AAE/C,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAA;AAGvE,MAAM,MAAM,2BAA2B,CACrC,KAAK,SAAS,KAAK,GAAG,SAAS,GAAG,KAAK,GAAG,SAAS,EACnD,aAAa,SAAS,KAAK,GAAG,SAAS,GAAG,KAAK,GAAG,SAAS,EAC3D,aAAa,SAAS,KAAK,GAAG,SAAS,GAAG,WAAW,CAAC,KAAK,EAAE,aAAa,CAAC,IACzE,iBAAiB,CAAC,KAAK,EAAE,aAAa,CAAC,GACzC,2BAA2B,CAAC,aAAa,EAAE,gBAAgB,GAAG,QAAQ,CAAC,GAAG;IACxE,cAAc,EAAE,IAAI,CAAA;CACrB,CAAA;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC,4CAA4C;IAC5C,MAAM,EAAE,MAAM,CAAA;IACd,qDAAqD;IACrD,OAAO,EAAE,MAAM,CAAA;IACf,yDAAyD;IACzD,SAAS,EAAE,MAAM,CAAA;CAClB,CAAA;AACD,MAAM,MAAM,0BAA0B,GAAG,kBAAkB,GAAG,SAAS,CAAA;AAIvE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,wBAAsB,iBAAiB,CACrC,KAAK,SAAS,KAAK,GAAG,SAAS,EAC/B,OAAO,SAAS,OAAO,GAAG,SAAS,EACnC,aAAa,SAAS,KAAK,GAAG,SAAS,GAAG,SAAS,EAEnD,MAAM,EAAE,MAAM,CAAC,SAAS,EAAE,KAAK,EAAE,OAAO,CAAC,EACzC,UAAU,EAAE,2BAA2B,CAAC,KAAK,EAAE,aAAa,CAAC,GAC5D,OAAO,CAAC,2BAA2B,CAAC,
|
1
|
+
{"version":3,"file":"getTimeToFinalize.d.ts","sourceRoot":"","sources":["../../../op-stack/actions/getTimeToFinalize.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,kBAAkB,EAExB,MAAM,mCAAmC,CAAA;AAE1C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,+BAA+B,CAAA;AAC3D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAA;AAE5E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AACtD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,KAAK,EACV,KAAK,EACL,WAAW,EACX,iBAAiB,EAClB,MAAM,sBAAsB,CAAA;AAC7B,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAA;AAE/C,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAA;AAGvE,MAAM,MAAM,2BAA2B,CACrC,KAAK,SAAS,KAAK,GAAG,SAAS,GAAG,KAAK,GAAG,SAAS,EACnD,aAAa,SAAS,KAAK,GAAG,SAAS,GAAG,KAAK,GAAG,SAAS,EAC3D,aAAa,SAAS,KAAK,GAAG,SAAS,GAAG,WAAW,CAAC,KAAK,EAAE,aAAa,CAAC,IACzE,iBAAiB,CAAC,KAAK,EAAE,aAAa,CAAC,GACzC,2BAA2B,CAAC,aAAa,EAAE,gBAAgB,GAAG,QAAQ,CAAC,GAAG;IACxE,cAAc,EAAE,IAAI,CAAA;CACrB,CAAA;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC,4CAA4C;IAC5C,MAAM,EAAE,MAAM,CAAA;IACd,qDAAqD;IACrD,OAAO,EAAE,MAAM,CAAA;IACf,yDAAyD;IACzD,SAAS,EAAE,MAAM,CAAA;CAClB,CAAA;AACD,MAAM,MAAM,0BAA0B,GAAG,kBAAkB,GAAG,SAAS,CAAA;AAIvE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,wBAAsB,iBAAiB,CACrC,KAAK,SAAS,KAAK,GAAG,SAAS,EAC/B,OAAO,SAAS,OAAO,GAAG,SAAS,EACnC,aAAa,SAAS,KAAK,GAAG,SAAS,GAAG,SAAS,EAEnD,MAAM,EAAE,MAAM,CAAC,SAAS,EAAE,KAAK,EAAE,OAAO,CAAC,EACzC,UAAU,EAAE,2BAA2B,CAAC,KAAK,EAAE,aAAa,CAAC,GAC5D,OAAO,CAAC,2BAA2B,CAAC,CAqFtC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"getWithdrawalStatus.d.ts","sourceRoot":"","sources":["../../../op-stack/actions/getWithdrawalStatus.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,qBAAqB,EAE3B,MAAM,sCAAsC,CAAA;AAC7C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,+BAA+B,CAAA;AAC3D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAA;AAE5E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AACtD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,KAAK,EACV,KAAK,EACL,WAAW,EACX,iBAAiB,EAClB,MAAM,sBAAsB,CAAA;AAC7B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAA;AACpE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAA;AAIjD,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAA;AACvE,OAAO,EACL,KAAK,uBAAuB,EAE7B,MAAM,4BAA4B,CAAA;AAMnC,OAAO,EACL,KAAK,oBAAoB,EAG1B,MAAM,kBAAkB,CAAA;AAKzB,OAAO,EACL,KAAK,0BAA0B,EAGhC,MAAM,wBAAwB,CAAA;AAE/B,MAAM,MAAM,6BAA6B,CACvC,KAAK,SAAS,KAAK,GAAG,SAAS,GAAG,KAAK,GAAG,SAAS,EACnD,aAAa,SAAS,KAAK,GAAG,SAAS,GAAG,KAAK,GAAG,SAAS,EAC3D,aAAa,SAAS,KAAK,GAAG,SAAS,GAAG,WAAW,CAAC,KAAK,EAAE,aAAa,CAAC,IACzE,iBAAiB,CAAC,KAAK,EAAE,aAAa,CAAC,GACzC,KAAK,CACD,2BAA2B,CAAC,aAAa,EAAE,gBAAgB,GAAG,QAAQ,CAAC,GACvE,2BAA2B,CACzB,aAAa,EACb,oBAAoB,GAAG,QAAQ,CAChC,CACJ,GAAG;IACF;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,kBAAkB,CAAA;CAC5B,CAAA;AACH,MAAM,MAAM,6BAA6B,GACrC,kBAAkB,GAClB,gBAAgB,GAChB,qBAAqB,GACrB,mBAAmB,GACnB,WAAW,CAAA;AACf,MAAM,MAAM,4BAA4B,GACpC,oBAAoB,GACpB,0BAA0B,GAC1B,uBAAuB,GACvB,qBAAqB,GACrB,SAAS,CAAA;AAEb;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,wBAAsB,mBAAmB,CACvC,KAAK,SAAS,KAAK,GAAG,SAAS,EAC/B,OAAO,SAAS,OAAO,GAAG,SAAS,EACnC,aAAa,SAAS,KAAK,GAAG,SAAS,GAAG,SAAS,EAEnD,MAAM,EAAE,MAAM,CAAC,SAAS,EAAE,KAAK,EAAE,OAAO,CAAC,EACzC,UAAU,EAAE,6BAA6B,CAAC,KAAK,EAAE,aAAa,CAAC,GAC9D,OAAO,CAAC,6BAA6B,CAAC,
|
1
|
+
{"version":3,"file":"getWithdrawalStatus.d.ts","sourceRoot":"","sources":["../../../op-stack/actions/getWithdrawalStatus.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,qBAAqB,EAE3B,MAAM,sCAAsC,CAAA;AAC7C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,+BAA+B,CAAA;AAC3D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAA;AAE5E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AACtD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,KAAK,EACV,KAAK,EACL,WAAW,EACX,iBAAiB,EAClB,MAAM,sBAAsB,CAAA;AAC7B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAA;AACpE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAA;AAIjD,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAA;AACvE,OAAO,EACL,KAAK,uBAAuB,EAE7B,MAAM,4BAA4B,CAAA;AAMnC,OAAO,EACL,KAAK,oBAAoB,EAG1B,MAAM,kBAAkB,CAAA;AAKzB,OAAO,EACL,KAAK,0BAA0B,EAGhC,MAAM,wBAAwB,CAAA;AAE/B,MAAM,MAAM,6BAA6B,CACvC,KAAK,SAAS,KAAK,GAAG,SAAS,GAAG,KAAK,GAAG,SAAS,EACnD,aAAa,SAAS,KAAK,GAAG,SAAS,GAAG,KAAK,GAAG,SAAS,EAC3D,aAAa,SAAS,KAAK,GAAG,SAAS,GAAG,WAAW,CAAC,KAAK,EAAE,aAAa,CAAC,IACzE,iBAAiB,CAAC,KAAK,EAAE,aAAa,CAAC,GACzC,KAAK,CACD,2BAA2B,CAAC,aAAa,EAAE,gBAAgB,GAAG,QAAQ,CAAC,GACvE,2BAA2B,CACzB,aAAa,EACb,oBAAoB,GAAG,QAAQ,CAChC,CACJ,GAAG;IACF;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,kBAAkB,CAAA;CAC5B,CAAA;AACH,MAAM,MAAM,6BAA6B,GACrC,kBAAkB,GAClB,gBAAgB,GAChB,qBAAqB,GACrB,mBAAmB,GACnB,WAAW,CAAA;AACf,MAAM,MAAM,4BAA4B,GACpC,oBAAoB,GACpB,0BAA0B,GAC1B,uBAAuB,GACvB,qBAAqB,GACrB,SAAS,CAAA;AAEb;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,wBAAsB,mBAAmB,CACvC,KAAK,SAAS,KAAK,GAAG,SAAS,EAC/B,OAAO,SAAS,OAAO,GAAG,SAAS,EACnC,aAAa,SAAS,KAAK,GAAG,SAAS,GAAG,SAAS,EAEnD,MAAM,EAAE,MAAM,CAAC,SAAS,EAAE,KAAK,EAAE,OAAO,CAAC,EACzC,UAAU,EAAE,6BAA6B,CAAC,KAAK,EAAE,aAAa,CAAC,GAC9D,OAAO,CAAC,6BAA6B,CAAC,CA6IxC"}
|
@@ -16,8 +16,8 @@ export const celo = /*#__PURE__*/ defineChain({
|
|
16
16
|
blockExplorers: {
|
17
17
|
default: {
|
18
18
|
name: 'Celo Explorer',
|
19
|
-
url: 'https://
|
20
|
-
apiUrl: 'https://
|
19
|
+
url: 'https://celoscan.io',
|
20
|
+
apiUrl: 'https://api.celoscan.io/api',
|
21
21
|
},
|
22
22
|
},
|
23
23
|
contracts: {
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { defineChain } from '../../utils/chain/defineChain.js'
|
2
|
+
|
3
|
+
export const dodochainTestnet = defineChain({
|
4
|
+
id: 53457,
|
5
|
+
name: 'DODOchain Testnet',
|
6
|
+
nativeCurrency: { decimals: 18, name: 'DODO', symbol: 'DODO' },
|
7
|
+
rpcUrls: {
|
8
|
+
default: {
|
9
|
+
http: ['https://dodochain-testnet.alt.technology'],
|
10
|
+
webSocket: ['wss://dodochain-testnet.alt.technology/ws'],
|
11
|
+
},
|
12
|
+
},
|
13
|
+
blockExplorers: {
|
14
|
+
default: {
|
15
|
+
name: 'DODOchain Testnet (Sepolia) Explorer',
|
16
|
+
url: 'https://testnet-scan.dodochain.com',
|
17
|
+
},
|
18
|
+
},
|
19
|
+
testnet: true,
|
20
|
+
})
|
package/chains/index.ts
CHANGED
@@ -59,6 +59,7 @@ export { defichainEvm } from './definitions/defichainEvm.js'
|
|
59
59
|
export { defichainEvmTestnet } from './definitions/defichainEvmTestnet.js'
|
60
60
|
export { degen } from './definitions/degen.js'
|
61
61
|
export { dfk } from './definitions/dfk.js'
|
62
|
+
export { dodochainTestnet } from './definitions/dodochainTestnet.js'
|
62
63
|
export { dogechain } from './definitions/dogechain.js'
|
63
64
|
export { dreyerxMainnet } from './definitions/dreyerxMainnet.js'
|
64
65
|
export { edgeless } from './definitions/edgeless.js'
|
package/errors/version.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const version = '2.10.
|
1
|
+
export const version = '2.10.2'
|