@cryptorubic/web3 0.8.6 → 0.8.7
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/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptorubic/web3",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.7",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"tslib": "^2.3.0",
|
|
6
6
|
"bignumber.js": "9.1.2",
|
|
7
|
-
"@cryptorubic/core": "0.8.
|
|
7
|
+
"@cryptorubic/core": "0.8.7",
|
|
8
8
|
"viem": "^2.19.1",
|
|
9
9
|
"web3-utils": "^4.3.1",
|
|
10
10
|
"@ton/ton": "^15.1.0",
|
|
11
11
|
"@solana/web3.js": "1.95.3",
|
|
12
12
|
"@solflare-wallet/utl-sdk": "^1.4.0",
|
|
13
13
|
"@ethersproject/bignumber": "^5.7.0",
|
|
14
|
-
"@cryptorubic/tron-types": "0.8.
|
|
14
|
+
"@cryptorubic/tron-types": "0.8.7",
|
|
15
15
|
"bitcoin-address-validation": "^2.2.3",
|
|
16
16
|
"axios": "0.27.2",
|
|
17
17
|
"crc-32": "^1.2.2",
|
|
@@ -610,25 +610,6 @@ exports.viemConfig = {
|
|
|
610
610
|
}
|
|
611
611
|
}
|
|
612
612
|
}),
|
|
613
|
-
ETHW: (0, viem_1.defineChain)({
|
|
614
|
-
blockExplorers: {
|
|
615
|
-
default: {
|
|
616
|
-
apiUrl: 'https://www.oklink.com/en/ethw/',
|
|
617
|
-
name: 'ETHW Explorer',
|
|
618
|
-
url: 'https://www.oklink.com/en/ethw/'
|
|
619
|
-
}
|
|
620
|
-
},
|
|
621
|
-
id: 10001,
|
|
622
|
-
name: 'Ethereum POW',
|
|
623
|
-
nativeCurrency: { decimals: 18, name: 'Ethereum PoW', symbol: 'ETHW' },
|
|
624
|
-
rpcUrls: { default: { http: ['https://mainnet.ethereumpow.org'] } },
|
|
625
|
-
testnet: false,
|
|
626
|
-
contracts: {
|
|
627
|
-
multicall3: {
|
|
628
|
-
address: '0xcA11bde05977b3631167028862bE2a173976CA11'
|
|
629
|
-
}
|
|
630
|
-
}
|
|
631
|
-
}),
|
|
632
613
|
OPTIMISM: (0, viem_1.defineChain)({
|
|
633
614
|
blockExplorers: {
|
|
634
615
|
default: {
|
|
@@ -26,7 +26,6 @@ exports.viemBlockchainMapping = {
|
|
|
26
26
|
[core_1.BLOCKCHAIN_NAME.BOBA]: chains_1.boba,
|
|
27
27
|
[core_1.BLOCKCHAIN_NAME.BOBA_BSC]: chain_configs_1.viemConfig[core_1.BLOCKCHAIN_NAME.BOBA_BSC],
|
|
28
28
|
[core_1.BLOCKCHAIN_NAME.ASTAR_EVM]: chains_1.astar,
|
|
29
|
-
[core_1.BLOCKCHAIN_NAME.ETHEREUM_POW]: chain_configs_1.viemConfig[core_1.BLOCKCHAIN_NAME.ETHEREUM_POW],
|
|
30
29
|
[core_1.BLOCKCHAIN_NAME.KAVA]: chains_1.kava,
|
|
31
30
|
[core_1.BLOCKCHAIN_NAME.BITGERT]: chain_configs_1.viemConfig[core_1.BLOCKCHAIN_NAME.BITGERT],
|
|
32
31
|
[core_1.BLOCKCHAIN_NAME.OASIS]: chain_configs_1.viemConfig[core_1.BLOCKCHAIN_NAME.OASIS],
|
|
@@ -7,7 +7,6 @@ export declare const changeNowEvmSupportedBlockchain: {
|
|
|
7
7
|
AVALANCHE: string;
|
|
8
8
|
CELO: string;
|
|
9
9
|
ETHEREUM_CLASSIC: string;
|
|
10
|
-
ETHW: string;
|
|
11
10
|
FANTOM: string;
|
|
12
11
|
IOTEX: string;
|
|
13
12
|
KLAYTN: string;
|
|
@@ -108,7 +107,6 @@ export declare const changenowApiBlockchain: {
|
|
|
108
107
|
AVALANCHE: string;
|
|
109
108
|
CELO: string;
|
|
110
109
|
ETHEREUM_CLASSIC: string;
|
|
111
|
-
ETHW: string;
|
|
112
110
|
FANTOM: string;
|
|
113
111
|
IOTEX: string;
|
|
114
112
|
KLAYTN: string;
|
|
@@ -11,7 +11,6 @@ exports.changeNowEvmSupportedBlockchain = {
|
|
|
11
11
|
[core_1.BLOCKCHAIN_NAME.AVALANCHE]: 'avaxc',
|
|
12
12
|
[core_1.BLOCKCHAIN_NAME.CELO]: 'celo',
|
|
13
13
|
[core_1.BLOCKCHAIN_NAME.ETHEREUM_CLASSIC]: 'etc',
|
|
14
|
-
[core_1.BLOCKCHAIN_NAME.ETHEREUM_POW]: 'ethw',
|
|
15
14
|
[core_1.BLOCKCHAIN_NAME.FANTOM]: 'ftm',
|
|
16
15
|
[core_1.BLOCKCHAIN_NAME.IOTEX]: 'iotx',
|
|
17
16
|
[core_1.BLOCKCHAIN_NAME.KLAYTN]: 'klay',
|