Lab 2
This commit is contained in:
16
chains/next.ts
Normal file
16
chains/next.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineChain } from 'viem';
|
||||
|
||||
export const nextChain = defineChain({
|
||||
id: 1337,
|
||||
name: 'Next',
|
||||
nativeCurrency: {
|
||||
name: 'Ether',
|
||||
symbol: 'ETH',
|
||||
decimals: 18
|
||||
},
|
||||
rpcUrls: {
|
||||
default: {
|
||||
http: ['https://eth.code-camp.org']
|
||||
}
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user