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.
18 lines
473 B
18 lines
473 B
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const swanProximaTestnet = /*#__PURE__*/ defineChain({
|
|
id: 20241133,
|
|
name: 'Swan Proxima Testnet',
|
|
nativeCurrency: { name: 'Swan Ether', symbol: 'sETH', decimals: 18 },
|
|
rpcUrls: {
|
|
default: { http: ['https://rpc-proxima.swanchain.io'] },
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'Swan Explorer',
|
|
url: 'https://proxima-explorer.swanchain.io',
|
|
},
|
|
},
|
|
testnet: true,
|
|
})
|