Variable ARC_TESTNETConst
ARC_TESTNET: {
blockchainId: "ARC-TESTNET";
blockchainVm: "EVM";
blockExplorers: {
default: {
apiUrl: "https://testnet.arcscan.app/api";
name: "ArcScan";
url: "https://testnet.arcscan.app";
};
};
blockTime?: number;
contracts: {
multicall3: {
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
blockCreated: 0;
};
USDC: {
abi: readonly [
{
inputs: readonly [
{ indexed: true; name: "owner"; type: "address" },
{ indexed: true; name: "spender"; type: "address" },
{ indexed: false; name: "value"; type: "uint256" },
];
name: "Approval";
type: "event";
},
{
inputs: readonly [
{ indexed: true; name: "from"; type: "address" },
{ indexed: true; name: "to"; type: "address" },
{ indexed: false; name: "value"; type: "uint256" },
];
name: "Transfer";
type: "event";
},
{
inputs: readonly [
{ name: "owner"; type: "address" },
{ name: "spender"; type: "address" },
];
name: "allowance";
outputs: readonly [{ type: "uint256" }];
stateMutability: "view";
type: "function";
},
{
inputs: readonly [
{ name: "spender"; type: "address" },
{ name: "amount"; type: "uint256" },
];
name: "approve";
outputs: readonly [{ type: "bool" }];
stateMutability: "nonpayable";
type: "function";
},
{
inputs: readonly [{ name: "account"; type: "address" }];
name: "balanceOf";
outputs: readonly [{ type: "uint256" }];
stateMutability: "view";
type: "function";
},
{
inputs: readonly [];
name: "decimals";
outputs: readonly [{ type: "uint8" }];
stateMutability: "view";
type: "function";
},
{
inputs: readonly [];
name: "name";
outputs: readonly [{ type: "string" }];
stateMutability: "view";
type: "function";
},
{
inputs: readonly [];
name: "symbol";
outputs: readonly [{ type: "string" }];
stateMutability: "view";
type: "function";
},
{
inputs: readonly [];
name: "totalSupply";
outputs: readonly [{ type: "uint256" }];
stateMutability: "view";
type: "function";
},
{
inputs: readonly [
{ name: "recipient"; type: "address" },
{ name: "amount"; type: "uint256" },
];
name: "transfer";
outputs: readonly [{ type: "bool" }];
stateMutability: "nonpayable";
type: "function";
},
{
inputs: readonly [
{ name: "sender"; type: "address" },
{ name: "recipient"; type: "address" },
{ name: "amount"; type: "uint256" },
];
name: "transferFrom";
outputs: readonly [{ type: "bool" }];
stateMutability: "nonpayable";
type: "function";
},
];
address: "0x3600000000000000000000000000000000000000";
read: { decimals: () => 6 };
};
};
custom?: Record<string, unknown>;
ensTlds?: readonly string[];
experimental_preconfirmationTime?: number;
fees?: ChainFees<undefined>;
formatters?: undefined;
id: 5042002;
name: "Arc Testnet";
nativeCurrency: { decimals: 18; name: "USDC"; symbol: "USDC" };
rpcUrls: {
default: {
http: readonly [
"https://rpc.testnet.arc.network",
"https://rpc.quicknode.testnet.arc.network",
"https://rpc.blockdaemon.testnet.arc.network",
];
webSocket: readonly [
"wss://rpc.testnet.arc.network",
"wss://rpc.quicknode.testnet.arc.network",
];
};
};
serializers?: ChainSerializers<undefined, TransactionSerializable>;
sourceId?: number;
testnet: true;
} = ...
Type Declaration
ReadonlyblockchainId: "ARC-TESTNET"
ReadonlyblockchainVm: "EVM"
blockExplorers: {
default: {
apiUrl: "https://testnet.arcscan.app/api";
name: "ArcScan";
url: "https://testnet.arcscan.app";
};
}
OptionalblockTime?: number
contracts: {
multicall3: {
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
blockCreated: 0;
};
USDC: {
abi: readonly [
{
inputs: readonly [
{ indexed: true; name: "owner"; type: "address" },
{ indexed: true; name: "spender"; type: "address" },
{ indexed: false; name: "value"; type: "uint256" },
];
name: "Approval";
type: "event";
},
{
inputs: readonly [
{ indexed: true; name: "from"; type: "address" },
{ indexed: true; name: "to"; type: "address" },
{ indexed: false; name: "value"; type: "uint256" },
];
name: "Transfer";
type: "event";
},
{
inputs: readonly [
{ name: "owner"; type: "address" },
{ name: "spender"; type: "address" },
];
name: "allowance";
outputs: readonly [{ type: "uint256" }];
stateMutability: "view";
type: "function";
},
{
inputs: readonly [
{ name: "spender"; type: "address" },
{ name: "amount"; type: "uint256" },
];
name: "approve";
outputs: readonly [{ type: "bool" }];
stateMutability: "nonpayable";
type: "function";
},
{
inputs: readonly [{ name: "account"; type: "address" }];
name: "balanceOf";
outputs: readonly [{ type: "uint256" }];
stateMutability: "view";
type: "function";
},
{
inputs: readonly [];
name: "decimals";
outputs: readonly [{ type: "uint8" }];
stateMutability: "view";
type: "function";
},
{
inputs: readonly [];
name: "name";
outputs: readonly [{ type: "string" }];
stateMutability: "view";
type: "function";
},
{
inputs: readonly [];
name: "symbol";
outputs: readonly [{ type: "string" }];
stateMutability: "view";
type: "function";
},
{
inputs: readonly [];
name: "totalSupply";
outputs: readonly [{ type: "uint256" }];
stateMutability: "view";
type: "function";
},
{
inputs: readonly [
{ name: "recipient"; type: "address" },
{ name: "amount"; type: "uint256" },
];
name: "transfer";
outputs: readonly [{ type: "bool" }];
stateMutability: "nonpayable";
type: "function";
},
{
inputs: readonly [
{ name: "sender"; type: "address" },
{ name: "recipient"; type: "address" },
{ name: "amount"; type: "uint256" },
];
name: "transferFrom";
outputs: readonly [{ type: "bool" }];
stateMutability: "nonpayable";
type: "function";
},
];
address: "0x3600000000000000000000000000000000000000";
read: { decimals: () => 6 };
};
}
Optionalcustom?: Record<string, unknown>
OptionalensTlds?: readonly string[]
Optionalexperimental_preconfirmationTime?: number
Optionalfees?: ChainFees<undefined>
id: 5042002
name: "Arc Testnet"
nativeCurrency: { decimals: 18; name: "USDC"; symbol: "USDC" }
rpcUrls: {
default: {
http: readonly [
"https://rpc.testnet.arc.network",
"https://rpc.quicknode.testnet.arc.network",
"https://rpc.blockdaemon.testnet.arc.network",
];
webSocket: readonly [
"wss://rpc.testnet.arc.network",
"wss://rpc.quicknode.testnet.arc.network",
];
};
}
Optionalserializers?: ChainSerializers<undefined, TransactionSerializable>
OptionalsourceId?: number
testnet: true
Collection of block explorers