viem 2.47.6 → 2.47.11
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 +58 -0
- package/_cjs/actions/wallet/prepareTransactionRequest.js +12 -0
- package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_cjs/actions/wallet/waitForCallsStatus.js.map +1 -1
- package/_cjs/chains/definitions/battlechainTestnet.js +26 -0
- package/_cjs/chains/definitions/battlechainTestnet.js.map +1 -0
- package/_cjs/chains/definitions/eden.js +32 -0
- package/_cjs/chains/definitions/eden.js.map +1 -0
- package/_cjs/chains/definitions/fluent.js +26 -0
- package/_cjs/chains/definitions/fluent.js.map +1 -0
- package/_cjs/chains/definitions/gensyn.js +29 -0
- package/_cjs/chains/definitions/gensyn.js.map +1 -0
- package/_cjs/chains/definitions/igra.js +26 -0
- package/_cjs/chains/definitions/igra.js.map +1 -0
- package/_cjs/chains/definitions/katana.js +6 -0
- package/_cjs/chains/definitions/katana.js.map +1 -1
- package/_cjs/chains/definitions/megaeth.js +25 -3
- package/_cjs/chains/definitions/megaeth.js.map +1 -1
- package/_cjs/chains/definitions/mezo.js +23 -0
- package/_cjs/chains/definitions/mezo.js.map +1 -0
- package/_cjs/chains/definitions/mezoTestnet.js +30 -0
- package/_cjs/chains/definitions/mezoTestnet.js.map +1 -0
- package/_cjs/chains/definitions/radius.js +22 -0
- package/_cjs/chains/definitions/radius.js.map +1 -0
- package/_cjs/chains/definitions/radiusTestnet.js +22 -0
- package/_cjs/chains/definitions/radiusTestnet.js.map +1 -0
- package/_cjs/chains/definitions/tempoDevnet.js +1 -0
- package/_cjs/chains/definitions/tempoDevnet.js.map +1 -1
- package/_cjs/chains/definitions/tempoLocalnet.js +1 -0
- package/_cjs/chains/definitions/tempoLocalnet.js.map +1 -1
- package/_cjs/chains/definitions/tempoModerato.js +1 -1
- package/_cjs/chains/definitions/tempoModerato.js.map +1 -1
- package/_cjs/chains/index.js +34 -17
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/errors/version.js.map +1 -1
- package/_cjs/tempo/Abis.js +701 -4
- package/_cjs/tempo/Abis.js.map +1 -1
- package/_cjs/tempo/Account.js +7 -5
- package/_cjs/tempo/Account.js.map +1 -1
- package/_cjs/tempo/Hardfork.js +18 -0
- package/_cjs/tempo/Hardfork.js.map +1 -0
- package/_cjs/tempo/Transaction.js +1 -0
- package/_cjs/tempo/Transaction.js.map +1 -1
- package/_cjs/tempo/actions/accessKey.js +28 -3
- package/_cjs/tempo/actions/accessKey.js.map +1 -1
- package/_cjs/tempo/actions/token.js +2 -1
- package/_cjs/tempo/actions/token.js.map +1 -1
- package/_cjs/tempo/actions/validator.js +11 -11
- package/_cjs/tempo/actions/validator.js.map +1 -1
- package/_cjs/tempo/chainConfig.js +44 -8
- package/_cjs/tempo/chainConfig.js.map +1 -1
- package/_cjs/tempo/index.js +3 -1
- package/_cjs/tempo/index.js.map +1 -1
- package/_cjs/utils/buildRequest.js +2 -0
- package/_cjs/utils/buildRequest.js.map +1 -1
- package/_esm/actions/wallet/prepareTransactionRequest.js +12 -0
- package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_esm/actions/wallet/waitForCallsStatus.js.map +1 -1
- package/_esm/chains/definitions/battlechainTestnet.js +23 -0
- package/_esm/chains/definitions/battlechainTestnet.js.map +1 -0
- package/_esm/chains/definitions/eden.js +29 -0
- package/_esm/chains/definitions/eden.js.map +1 -0
- package/_esm/chains/definitions/fluent.js +23 -0
- package/_esm/chains/definitions/fluent.js.map +1 -0
- package/_esm/chains/definitions/gensyn.js +26 -0
- package/_esm/chains/definitions/gensyn.js.map +1 -0
- package/_esm/chains/definitions/igra.js +23 -0
- package/_esm/chains/definitions/igra.js.map +1 -0
- package/_esm/chains/definitions/katana.js +6 -0
- package/_esm/chains/definitions/katana.js.map +1 -1
- package/_esm/chains/definitions/megaeth.js +25 -3
- package/_esm/chains/definitions/megaeth.js.map +1 -1
- package/_esm/chains/definitions/mezo.js +20 -0
- package/_esm/chains/definitions/mezo.js.map +1 -0
- package/_esm/chains/definitions/mezoTestnet.js +27 -0
- package/_esm/chains/definitions/mezoTestnet.js.map +1 -0
- package/_esm/chains/definitions/radius.js +19 -0
- package/_esm/chains/definitions/radius.js.map +1 -0
- package/_esm/chains/definitions/radiusTestnet.js +19 -0
- package/_esm/chains/definitions/radiusTestnet.js.map +1 -0
- package/_esm/chains/definitions/tempoDevnet.js +1 -0
- package/_esm/chains/definitions/tempoDevnet.js.map +1 -1
- package/_esm/chains/definitions/tempoLocalnet.js +1 -0
- package/_esm/chains/definitions/tempoLocalnet.js.map +1 -1
- package/_esm/chains/definitions/tempoModerato.js +1 -1
- package/_esm/chains/definitions/tempoModerato.js.map +1 -1
- package/_esm/chains/index.js +11 -7
- package/_esm/chains/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/errors/version.js.map +1 -1
- package/_esm/tempo/Abis.js +700 -3
- package/_esm/tempo/Abis.js.map +1 -1
- package/_esm/tempo/Account.js +7 -7
- package/_esm/tempo/Account.js.map +1 -1
- package/_esm/tempo/Hardfork.js +15 -0
- package/_esm/tempo/Hardfork.js.map +1 -0
- package/_esm/tempo/Transaction.js +1 -0
- package/_esm/tempo/Transaction.js.map +1 -1
- package/_esm/tempo/actions/accessKey.js +36 -4
- package/_esm/tempo/actions/accessKey.js.map +1 -1
- package/_esm/tempo/actions/token.js +2 -1
- package/_esm/tempo/actions/token.js.map +1 -1
- package/_esm/tempo/actions/validator.js +11 -11
- package/_esm/tempo/actions/validator.js.map +1 -1
- package/_esm/tempo/chainConfig.js +52 -11
- package/_esm/tempo/chainConfig.js.map +1 -1
- package/_esm/tempo/index.js +2 -1
- package/_esm/tempo/index.js.map +1 -1
- package/_esm/utils/buildRequest.js +5 -0
- package/_esm/utils/buildRequest.js.map +1 -1
- package/_types/actions/public/verifyHash.d.ts +1 -1
- package/_types/actions/public/verifyHash.d.ts.map +1 -1
- package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
- package/_types/chains/definitions/battlechainTestnet.d.ts +441 -0
- package/_types/chains/definitions/battlechainTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/eden.d.ts +46 -0
- package/_types/chains/definitions/eden.d.ts.map +1 -0
- package/_types/chains/definitions/fluent.d.ts +48 -0
- package/_types/chains/definitions/fluent.d.ts.map +1 -0
- package/_types/chains/definitions/gensyn.d.ts +45 -0
- package/_types/chains/definitions/gensyn.d.ts.map +1 -0
- package/_types/chains/definitions/igra.d.ts +48 -0
- package/_types/chains/definitions/igra.d.ts.map +1 -0
- package/_types/chains/definitions/katana.d.ts +6 -9
- package/_types/chains/definitions/katana.d.ts.map +1 -1
- package/_types/chains/definitions/megaeth.d.ts +274 -6
- package/_types/chains/definitions/megaeth.d.ts.map +1 -1
- package/_types/chains/definitions/mezo.d.ts +48 -0
- package/_types/chains/definitions/mezo.d.ts.map +1 -0
- package/_types/chains/definitions/mezoTestnet.d.ts +45 -0
- package/_types/chains/definitions/mezoTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/radius.d.ts +48 -0
- package/_types/chains/definitions/radius.d.ts.map +1 -0
- package/_types/chains/definitions/radiusTestnet.d.ts +48 -0
- package/_types/chains/definitions/radiusTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/tempo.d.ts +25 -22
- package/_types/chains/definitions/tempo.d.ts.map +1 -1
- package/_types/chains/definitions/tempoDevnet.d.ts +27 -22
- package/_types/chains/definitions/tempoDevnet.d.ts.map +1 -1
- package/_types/chains/definitions/tempoLocalnet.d.ts +27 -22
- package/_types/chains/definitions/tempoLocalnet.d.ts.map +1 -1
- package/_types/chains/definitions/tempoModerato.d.ts +27 -24
- package/_types/chains/definitions/tempoModerato.d.ts.map +1 -1
- package/_types/chains/index.d.ts +11 -7
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/errors/version.d.ts.map +1 -1
- package/_types/tempo/Abis.d.ts +1262 -150
- package/_types/tempo/Abis.d.ts.map +1 -1
- package/_types/tempo/Account.d.ts +2 -2
- package/_types/tempo/Account.d.ts.map +1 -1
- package/_types/tempo/Decorator.d.ts +2 -2
- package/_types/tempo/Hardfork.d.ts +5 -0
- package/_types/tempo/Hardfork.d.ts.map +1 -0
- package/_types/tempo/Transaction.d.ts.map +1 -1
- package/_types/tempo/actions/accessKey.d.ts +645 -3
- package/_types/tempo/actions/accessKey.d.ts.map +1 -1
- package/_types/tempo/actions/policy.d.ts +444 -4
- package/_types/tempo/actions/policy.d.ts.map +1 -1
- package/_types/tempo/actions/reward.d.ts +108 -0
- package/_types/tempo/actions/reward.d.ts.map +1 -1
- package/_types/tempo/actions/token.d.ts +828 -18
- package/_types/tempo/actions/token.d.ts.map +1 -1
- package/_types/tempo/actions/validator.d.ts +6 -6
- package/_types/tempo/actions/validator.d.ts.map +1 -1
- package/_types/tempo/chainConfig.d.ts +13 -11
- package/_types/tempo/chainConfig.d.ts.map +1 -1
- package/_types/tempo/index.d.ts +2 -1
- package/_types/tempo/index.d.ts.map +1 -1
- package/_types/utils/buildRequest.d.ts.map +1 -1
- package/actions/public/verifyHash.ts +1 -1
- package/actions/wallet/prepareTransactionRequest.ts +12 -0
- package/actions/wallet/waitForCallsStatus.ts +1 -1
- package/chains/definitions/battlechainTestnet.ts +24 -0
- package/chains/definitions/eden.ts +29 -0
- package/chains/definitions/fluent.ts +23 -0
- package/chains/definitions/gensyn.ts +26 -0
- package/chains/definitions/igra.ts +23 -0
- package/chains/definitions/katana.ts +6 -0
- package/chains/definitions/megaeth.ts +26 -3
- package/chains/definitions/mezo.ts +20 -0
- package/chains/definitions/mezoTestnet.ts +27 -0
- package/chains/definitions/radius.ts +19 -0
- package/chains/definitions/radiusTestnet.ts +19 -0
- package/chains/definitions/tempoDevnet.ts +1 -0
- package/chains/definitions/tempoLocalnet.ts +1 -0
- package/chains/definitions/tempoModerato.ts +1 -1
- package/chains/index.ts +14 -8
- package/errors/version.ts +1 -1
- package/package.json +2 -2
- package/tempo/Abis.ts +703 -3
- package/tempo/Account.ts +9 -8
- package/tempo/Decorator.ts +2 -2
- package/tempo/Hardfork.ts +17 -0
- package/tempo/Transaction.ts +2 -1
- package/tempo/actions/accessKey.ts +53 -11
- package/tempo/actions/token.ts +2 -1
- package/tempo/actions/validator.ts +17 -17
- package/tempo/chainConfig.ts +59 -15
- package/tempo/index.ts +2 -1
- package/tsconfig.json +1 -1
- package/utils/buildRequest.ts +4 -0
- package/_cjs/chains/definitions/tempoAndantino.js +0 -28
- package/_cjs/chains/definitions/tempoAndantino.js.map +0 -1
- package/_esm/chains/definitions/tempoAndantino.js +0 -25
- package/_esm/chains/definitions/tempoAndantino.js.map +0 -1
- package/_types/chains/definitions/tempoAndantino.d.ts +0 -918
- package/_types/chains/definitions/tempoAndantino.d.ts.map +0 -1
- package/chains/definitions/tempoAndantino.ts +0 -25
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
2
|
+
|
|
3
|
+
export const eden = /*#__PURE__*/ defineChain({
|
|
4
|
+
id: 714,
|
|
5
|
+
name: 'Eden',
|
|
6
|
+
nativeCurrency: {
|
|
7
|
+
name: 'TIA',
|
|
8
|
+
symbol: 'TIA',
|
|
9
|
+
decimals: 18,
|
|
10
|
+
},
|
|
11
|
+
rpcUrls: {
|
|
12
|
+
default: {
|
|
13
|
+
http: ['https://rpc.eden.gateway.fm'],
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
|
+
contracts: {
|
|
17
|
+
multicall3: {
|
|
18
|
+
address: '0xca11bde05977b3631167028862be2a173976ca11',
|
|
19
|
+
blockCreated: 0,
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
blockExplorers: {
|
|
23
|
+
default: {
|
|
24
|
+
name: 'Blockscout',
|
|
25
|
+
url: 'https://eden.blockscout.com',
|
|
26
|
+
apiUrl: 'https://eden.blockscout.com/api',
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
})
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
2
|
+
|
|
3
|
+
export const fluent = /*#__PURE__*/ defineChain({
|
|
4
|
+
id: 25_363,
|
|
5
|
+
name: 'Fluent',
|
|
6
|
+
nativeCurrency: {
|
|
7
|
+
name: 'Ether',
|
|
8
|
+
symbol: 'ETH',
|
|
9
|
+
decimals: 18,
|
|
10
|
+
},
|
|
11
|
+
rpcUrls: {
|
|
12
|
+
default: {
|
|
13
|
+
http: ['https://rpc.fluent.xyz'],
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
|
+
blockExplorers: {
|
|
17
|
+
default: {
|
|
18
|
+
name: 'Fluent Explorer',
|
|
19
|
+
url: 'https://fluentscan.xyz',
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
testnet: false,
|
|
23
|
+
})
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
2
|
+
|
|
3
|
+
export const gensyn = /*#__PURE__*/ defineChain({
|
|
4
|
+
id: 685_689,
|
|
5
|
+
name: 'Gensyn Mainnet',
|
|
6
|
+
nativeCurrency: {
|
|
7
|
+
decimals: 18,
|
|
8
|
+
name: 'Ether',
|
|
9
|
+
symbol: 'ETH',
|
|
10
|
+
},
|
|
11
|
+
rpcUrls: {
|
|
12
|
+
default: { http: ['https://gensyn-mainnet.g.alchemy.com/public'] },
|
|
13
|
+
},
|
|
14
|
+
blockExplorers: {
|
|
15
|
+
default: {
|
|
16
|
+
name: 'Blockscout',
|
|
17
|
+
url: 'https://gensyn-mainnet.explorer.alchemy.com',
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
contracts: {
|
|
21
|
+
multicall3: {
|
|
22
|
+
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
|
|
23
|
+
blockCreated: 0,
|
|
24
|
+
},
|
|
25
|
+
},
|
|
26
|
+
})
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
2
|
+
|
|
3
|
+
export const igra = /*#__PURE__*/ defineChain({
|
|
4
|
+
id: 38833,
|
|
5
|
+
name: 'Igra Network',
|
|
6
|
+
nativeCurrency: {
|
|
7
|
+
decimals: 18,
|
|
8
|
+
name: 'iKAS',
|
|
9
|
+
symbol: 'iKAS',
|
|
10
|
+
},
|
|
11
|
+
rpcUrls: {
|
|
12
|
+
default: {
|
|
13
|
+
http: ['https://rpc.igralabs.com:8545'],
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
|
+
blockExplorers: {
|
|
17
|
+
default: {
|
|
18
|
+
name: 'Igra Explorer',
|
|
19
|
+
url: 'https://explorer.igralabs.com',
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
testnet: false,
|
|
23
|
+
})
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
import { chainConfig } from '../../op-stack/chainConfig.js'
|
|
1
2
|
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
2
3
|
|
|
4
|
+
const sourceId = 1 // mainnet
|
|
5
|
+
|
|
3
6
|
export const megaeth = /*#__PURE__*/ defineChain({
|
|
7
|
+
...chainConfig,
|
|
4
8
|
id: 4326,
|
|
5
9
|
blockTime: 1_000,
|
|
6
10
|
name: 'MegaETH',
|
|
@@ -22,15 +26,34 @@ export const megaeth = /*#__PURE__*/ defineChain({
|
|
|
22
26
|
apiUrl: 'https://api.etherscan.io/v2/api',
|
|
23
27
|
},
|
|
24
28
|
blockscout: {
|
|
25
|
-
name: '
|
|
26
|
-
url: 'https://
|
|
27
|
-
apiUrl: 'https://
|
|
29
|
+
name: 'Blockscout',
|
|
30
|
+
url: 'https://megaeth.blockscout.com',
|
|
31
|
+
apiUrl: 'https://megaeth.blockscout.com/api',
|
|
28
32
|
},
|
|
29
33
|
},
|
|
30
34
|
contracts: {
|
|
35
|
+
...chainConfig.contracts,
|
|
36
|
+
disputeGameFactory: {
|
|
37
|
+
[sourceId]: {
|
|
38
|
+
address: '0x8546840adF796875cD9AAcc5B3B048f6B2c9D563',
|
|
39
|
+
},
|
|
40
|
+
},
|
|
31
41
|
multicall3: {
|
|
32
42
|
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
|
|
33
43
|
blockCreated: 0,
|
|
34
44
|
},
|
|
45
|
+
portal: {
|
|
46
|
+
[sourceId]: {
|
|
47
|
+
address: '0x7f82f57F0Dd546519324392e408b01fcC7D709e8',
|
|
48
|
+
blockCreated: 21644285,
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
l1StandardBridge: {
|
|
52
|
+
[sourceId]: {
|
|
53
|
+
address: '0x0CA3A2FBC3D770b578223FBB6b062fa875a2eE75',
|
|
54
|
+
blockCreated: 21644285,
|
|
55
|
+
},
|
|
56
|
+
},
|
|
35
57
|
},
|
|
58
|
+
sourceId,
|
|
36
59
|
})
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
2
|
+
|
|
3
|
+
export const mezo = /*#__PURE__*/ defineChain({
|
|
4
|
+
id: 31_612,
|
|
5
|
+
name: 'Mezo',
|
|
6
|
+
nativeCurrency: {
|
|
7
|
+
decimals: 18,
|
|
8
|
+
name: 'Bitcoin',
|
|
9
|
+
symbol: 'BTC',
|
|
10
|
+
},
|
|
11
|
+
rpcUrls: {
|
|
12
|
+
default: { http: ['https://rpc.mezo.org'] },
|
|
13
|
+
},
|
|
14
|
+
blockExplorers: {
|
|
15
|
+
default: {
|
|
16
|
+
name: 'Mezo Explorer',
|
|
17
|
+
url: 'https://explorer.mezo.org',
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
})
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
2
|
+
|
|
3
|
+
export const mezoTestnet = /*#__PURE__*/ defineChain({
|
|
4
|
+
id: 31_611,
|
|
5
|
+
name: 'Mezo Testnet',
|
|
6
|
+
nativeCurrency: {
|
|
7
|
+
decimals: 18,
|
|
8
|
+
name: 'Bitcoin',
|
|
9
|
+
symbol: 'BTC',
|
|
10
|
+
},
|
|
11
|
+
rpcUrls: {
|
|
12
|
+
default: { http: ['https://rpc.test.mezo.org'] },
|
|
13
|
+
},
|
|
14
|
+
blockExplorers: {
|
|
15
|
+
default: {
|
|
16
|
+
name: 'Mezo Testnet Explorer',
|
|
17
|
+
url: 'https://explorer.test.mezo.org',
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
contracts: {
|
|
21
|
+
multicall3: {
|
|
22
|
+
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
|
|
23
|
+
blockCreated: 3_328_573,
|
|
24
|
+
},
|
|
25
|
+
},
|
|
26
|
+
testnet: true,
|
|
27
|
+
})
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
2
|
+
|
|
3
|
+
export const radius = /*#__PURE__*/ defineChain({
|
|
4
|
+
id: 723_487,
|
|
5
|
+
name: 'Radius Network',
|
|
6
|
+
nativeCurrency: { name: 'Radius USD', symbol: 'RUSD', decimals: 18 },
|
|
7
|
+
rpcUrls: {
|
|
8
|
+
default: {
|
|
9
|
+
http: ['https://rpc.radiustech.xyz'],
|
|
10
|
+
},
|
|
11
|
+
},
|
|
12
|
+
blockExplorers: {
|
|
13
|
+
default: {
|
|
14
|
+
name: 'Radius Network Explorer',
|
|
15
|
+
url: 'https://network.radiustech.xyz',
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
testnet: false,
|
|
19
|
+
})
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
2
|
+
|
|
3
|
+
export const radiusTestnet = /*#__PURE__*/ defineChain({
|
|
4
|
+
id: 72_344,
|
|
5
|
+
name: 'Radius Test Network',
|
|
6
|
+
nativeCurrency: { name: 'Radius USD', symbol: 'RUSD', decimals: 18 },
|
|
7
|
+
rpcUrls: {
|
|
8
|
+
default: {
|
|
9
|
+
http: ['https://rpc.testnet.radiustech.xyz'],
|
|
10
|
+
},
|
|
11
|
+
},
|
|
12
|
+
blockExplorers: {
|
|
13
|
+
default: {
|
|
14
|
+
name: 'Radius Test Network Explorer',
|
|
15
|
+
url: 'https://testnet.radiustech.xyz',
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
testnet: true,
|
|
19
|
+
})
|
package/chains/index.ts
CHANGED
|
@@ -62,6 +62,7 @@ export { base, basePreconf } from './definitions/base.js'
|
|
|
62
62
|
export { basecampTestnet } from './definitions/basecampTestnet.js'
|
|
63
63
|
export { baseGoerli } from './definitions/baseGoerli.js'
|
|
64
64
|
export { baseSepolia, baseSepoliaPreconf } from './definitions/baseSepolia.js'
|
|
65
|
+
export { battlechainTestnet } from './definitions/battlechainTestnet.js'
|
|
65
66
|
export { beam } from './definitions/beam.js'
|
|
66
67
|
export { beamTestnet } from './definitions/beamTestnet.js'
|
|
67
68
|
export { bearNetworkChainMainnet } from './definitions/bearNetworkChainMainnet.js'
|
|
@@ -164,6 +165,7 @@ export { dreyerxMainnet } from './definitions/dreyerxMainnet.js'
|
|
|
164
165
|
export { dreyerxTestnet } from './definitions/dreyerxTestnet.js'
|
|
165
166
|
export { dustboyIoT } from './definitions/dustboyIoT.js'
|
|
166
167
|
export { dymension } from './definitions/dymension.js'
|
|
168
|
+
export { eden } from './definitions/eden.js'
|
|
167
169
|
export { edexa } from './definitions/edexa.js'
|
|
168
170
|
export { edexaTestnet } from './definitions/edexaTestnet.js'
|
|
169
171
|
export { edgeless } from './definitions/edgeless.js'
|
|
@@ -214,6 +216,7 @@ export { flowTestnet } from './definitions/flowTestnet.js'
|
|
|
214
216
|
export { fluence } from './definitions/fluence.js'
|
|
215
217
|
export { fluenceStage } from './definitions/fluenceStage.js'
|
|
216
218
|
export { fluenceTestnet } from './definitions/fluenceTestnet.js'
|
|
219
|
+
export { fluent } from './definitions/fluent.js'
|
|
217
220
|
export { fluentDevnet } from './definitions/fluentDevnet.js'
|
|
218
221
|
export { fluentTestnet } from './definitions/fluentTestnet.js'
|
|
219
222
|
export { form } from './definitions/form.js'
|
|
@@ -234,6 +237,7 @@ export { garnet } from './definitions/garnet.js'
|
|
|
234
237
|
export { gatechain } from './definitions/gatechain.js'
|
|
235
238
|
export { geist } from './definitions/geist.js'
|
|
236
239
|
export { genesys } from './definitions/genesys.js'
|
|
240
|
+
export { gensyn } from './definitions/gensyn.js'
|
|
237
241
|
export { giwaSepolia, giwaSepoliaPreconf } from './definitions/giwaSepolia.js'
|
|
238
242
|
export { glideL1Protocol } from './definitions/glideL1Protocol.js'
|
|
239
243
|
export { glideL2Protocol } from './definitions/glideL2Protocol.js'
|
|
@@ -285,6 +289,7 @@ export { hyperEvm, hyperEvm as hyperliquid } from './definitions/hyperEvm.js'
|
|
|
285
289
|
export { hyperliquidEvmTestnet } from './definitions/hyperliquidEvmTestnet.js'
|
|
286
290
|
export { icbNetwork } from './definitions/icbNetwork.js'
|
|
287
291
|
export { idchain } from './definitions/idchain.js'
|
|
292
|
+
export { igra } from './definitions/igra.js'
|
|
288
293
|
export { immutableZkEvm } from './definitions/immutableZkEvm.js'
|
|
289
294
|
export { immutableZkEvmTestnet } from './definitions/immutableZkEvmTestnet.js'
|
|
290
295
|
export { inEVM } from './definitions/inEVM.js'
|
|
@@ -404,6 +409,8 @@ export { metisGoerli } from './definitions/metisGoerli.js'
|
|
|
404
409
|
export { metisSepolia } from './definitions/metisSepolia.js'
|
|
405
410
|
export { mev } from './definitions/mev.js'
|
|
406
411
|
export { mevTestnet } from './definitions/mevTestnet.js'
|
|
412
|
+
export { mezo } from './definitions/mezo.js'
|
|
413
|
+
export { mezoTestnet } from './definitions/mezoTestnet.js'
|
|
407
414
|
export { mint } from './definitions/mint.js'
|
|
408
415
|
export { mintSepoliaTestnet } from './definitions/mintSepoliaTestnet.js'
|
|
409
416
|
export { mitosisTestnet } from './definitions/mitosisTestnet.js'
|
|
@@ -495,6 +502,8 @@ export { qMainnet } from './definitions/qMainnet.js'
|
|
|
495
502
|
export { qTestnet } from './definitions/qTestnet.js'
|
|
496
503
|
export { quai } from './definitions/quai.js'
|
|
497
504
|
export { quaiTestnet } from './definitions/quaiTestnet.js'
|
|
505
|
+
export { radius } from './definitions/radius.js'
|
|
506
|
+
export { radiusTestnet } from './definitions/radiusTestnet.js'
|
|
498
507
|
export { reactiveTestnet } from './definitions/reactiveTestnet.js'
|
|
499
508
|
export { real } from './definitions/real.js'
|
|
500
509
|
export { redbellyMainnet } from './definitions/redbellyMainnet.js'
|
|
@@ -627,16 +636,13 @@ export { teaSepolia } from './definitions/teaSepolia.js'
|
|
|
627
636
|
export { telcoinTestnet } from './definitions/telcoinTestnet.js'
|
|
628
637
|
export { telos } from './definitions/telos.js'
|
|
629
638
|
export { telosTestnet } from './definitions/telosTestnet.js'
|
|
630
|
-
export { tempo } from './definitions/tempo.js'
|
|
631
|
-
export {
|
|
632
|
-
/** @deprecated Use `tempoModerato` instead. */
|
|
633
|
-
tempoAndantino,
|
|
634
|
-
/** @deprecated Use `tempoModerato` instead. */
|
|
635
|
-
tempoAndantino as tempoTestnet,
|
|
636
|
-
} from './definitions/tempoAndantino.js'
|
|
639
|
+
export { tempo, tempo as tempoMainnet } from './definitions/tempo.js'
|
|
637
640
|
export { tempoDevnet } from './definitions/tempoDevnet.js'
|
|
638
641
|
export { tempoLocalnet } from './definitions/tempoLocalnet.js'
|
|
639
|
-
export {
|
|
642
|
+
export {
|
|
643
|
+
tempoModerato,
|
|
644
|
+
tempoModerato as tempoTestnet,
|
|
645
|
+
} from './definitions/tempoModerato.js'
|
|
640
646
|
export { tenet } from './definitions/tenet.js'
|
|
641
647
|
export { ternoa } from './definitions/ternoa.js'
|
|
642
648
|
export { thaiChain } from './definitions/thaiChain.js'
|
package/errors/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '2.47.
|
|
1
|
+
export const version = '2.47.11'
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "viem",
|
|
3
3
|
"description": "TypeScript Interface for Ethereum",
|
|
4
|
-
"version": "2.47.
|
|
4
|
+
"version": "2.47.11",
|
|
5
5
|
"main": "./_cjs/index.js",
|
|
6
6
|
"module": "./_esm/index.js",
|
|
7
7
|
"types": "./_types/index.d.ts",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
"@scure/bip39": "1.6.0",
|
|
218
218
|
"abitype": "1.2.3",
|
|
219
219
|
"isows": "1.0.7",
|
|
220
|
-
"ox": "0.14.
|
|
220
|
+
"ox": "0.14.13",
|
|
221
221
|
"ws": "8.18.3"
|
|
222
222
|
},
|
|
223
223
|
"license": "MIT",
|