You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
525 B
22 lines
525 B
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const edgewareTestnet = /*#__PURE__*/ defineChain({
|
|
id: 2022,
|
|
name: 'Beresheet BereEVM Testnet',
|
|
nativeCurrency: {
|
|
decimals: 18,
|
|
name: 'Testnet EDG',
|
|
symbol: 'tEDG',
|
|
},
|
|
rpcUrls: {
|
|
default: { http: ['https://beresheet-evm.jelliedowl.net'] },
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'Edgscan by Bharathcoorg',
|
|
url: 'https://testnet.edgscan.live',
|
|
apiUrl: 'https://testnet.edgscan.live/api',
|
|
},
|
|
},
|
|
})
|