Skip to content

Commit ef29d70

Browse files
committed
network: add AGLAIS
1 parent 58e9056 commit ef29d70

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
export const data = {
2+
name: "Aglais Testnet (Quip Network)",
3+
chain: "AGLS",
4+
icon: "ipfs://QmbVscoh7LthwT7U3gyyTErSokYG5SM85EpSETpmHuATwi",
5+
rpc: ["https://evm-rpc.testnet.quip.network:20049"],
6+
faucets: [],
7+
nativeCurrency: {
8+
name: "AGLS",
9+
symbol: "AGLS",
10+
decimals: 18,
11+
},
12+
infoURL: "https://agls.quip.network",
13+
shortName: "agls",
14+
chainId: 20033,
15+
networkId: 20033,
16+
explorers: [],
17+
};

0 commit comments

Comments
 (0)