chore: .gitignore and README updates
Made-with: Cursor
This commit is contained in:
@@ -27,6 +27,6 @@ describe('frontend network config', () => {
|
||||
expect(networks.chain2138TestnetEnabled).toBe(true)
|
||||
expect(networks.frontendSourceChainIds).toEqual([138, 2138])
|
||||
expect(networks.defaultFrontendChainId).toBe(2138)
|
||||
expect(networks.defaultFrontendChainName).toBe('Defi Oracle Meta Testnet')
|
||||
expect(networks.defaultFrontendChainName).toBe('DeFi Oracle Meta Testnet')
|
||||
})
|
||||
})
|
||||
|
||||
@@ -30,10 +30,10 @@ const configuredDefaultFrontendChainId = Number(
|
||||
import.meta.env.VITE_DEFAULT_FRONTEND_CHAIN_ID || 138
|
||||
)
|
||||
|
||||
/** Chain 2138 - Defi Oracle Meta Testnet (optional; enable with VITE_ENABLE_CHAIN2138) */
|
||||
/** Chain 2138 - DeFi Oracle Meta Testnet (optional; enable with VITE_ENABLE_CHAIN2138) */
|
||||
export const chain2138Testnet = defineChain({
|
||||
id: 2138,
|
||||
name: 'Defi Oracle Meta Testnet',
|
||||
name: 'DeFi Oracle Meta Testnet',
|
||||
network: 'chain2138-testnet',
|
||||
nativeCurrency: {
|
||||
decimals: 18,
|
||||
@@ -46,7 +46,7 @@ export const chain2138Testnet = defineChain({
|
||||
},
|
||||
blockExplorers: {
|
||||
default: {
|
||||
name: 'Defi Oracle Meta Testnet Explorer',
|
||||
name: 'DeFi Oracle Meta Testnet Explorer',
|
||||
url: explorerUrl2138,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user