Skip to content

Commit eb2d469

Browse files
authored
chores: added assetchain-testnet in chains folder (#4445)
1 parent bedac13 commit eb2d469

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import { defineChain } from "../utils.js";
2+
3+
/**
4+
* @chain
5+
*/
6+
export const assetChainTestnet = /* @__PURE__ */ defineChain({
7+
id: 42421,
8+
name: "AssetChain Testnet",
9+
nativeCurrency: {
10+
name: "Real World Asset",
11+
symbol: "RWA",
12+
decimals: 18,
13+
},
14+
blockExplorers: [
15+
{
16+
name: "Asset Chain Testnet Explorer",
17+
url: "https://scan-testnet.assetchain.org",
18+
apiUrl: "https://scan-testnet.assetchain.org/api",
19+
},
20+
],
21+
testnet: true,
22+
});

0 commit comments

Comments
 (0)