Initial commit

This commit is contained in:
2026-02-12 00:47:15 +01:00
commit 7ab8f5f4e0
6 changed files with 934 additions and 0 deletions

20
chains/next.ts Normal file
View File

@@ -0,0 +1,20 @@
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']
}
}
});
export const usdtAddress = '0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512';
export const paxgAddress = '0x5FbDB2315678afecb367f032d93F642f64180aa3';
export const nmkdAddress = '0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0';