Skip to content

Commit 7c13158

Browse files
authored
chore: add ATH & pATH tokens (#120)
1 parent cbd80e0 commit 7c13158

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

components/TokenContracts.tsx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,37 @@ const TOKENS: Token[] = [
9090
},
9191
],
9292
},
93+
{
94+
name: "Aethir",
95+
symbol: "ATH",
96+
address: "0xeA7aCe3ac44F3BC6dE29535Ce89f43956c4c7B65",
97+
icon: "/icons/tokens/ath.svg",
98+
chains: [
99+
{
100+
...CHAIN_CONFIGS.ETHEREUM,
101+
address: "0xbe0Ed4138121EcFC5c0E56B40517da27E6c5226B",
102+
isNative: false,
103+
},
104+
{
105+
...CHAIN_CONFIGS.ARBITRUM,
106+
address: "0xc87B37a581ec3257B734886d9d3a581F5A9d056c",
107+
isNative: false,
108+
},
109+
],
110+
},
111+
{
112+
name: "Parasail ATH",
113+
symbol: "pATH",
114+
address: "0xabc70B5990d6349EAd1112432b9e2357eE2D7a45",
115+
icon: "/icons/tokens/ath.svg",
116+
chains: [
117+
{
118+
...CHAIN_CONFIGS.ARBITRUM,
119+
address: "0xc537e67Eb192b3F0B6B183ff52060Ee92475f398",
120+
isNative: false,
121+
},
122+
],
123+
},
93124
{
94125
name: "Avail",
95126
symbol: "AVAIL",

public/icons/tokens/ath.svg

Lines changed: 15 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)