Skip to content

Commit 6a9bc1e

Browse files
authored
Add XAUt token (#1124)
1 parent 1286d29 commit 6a9bc1e

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ We currently accept tokens on the following chains:
126126
- `redstone`
127127
- `metall2`
128128
- `metall2-sepolia`
129+
- `celo`
129130

130131
#### Non-bridgeable tokens
131132

data/XAUt/data.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "Tether Gold",
3+
"symbol": "XAUt",
4+
"decimals": 6,
5+
"description": "XAUt is a digital token, backed by physical gold.",
6+
"website": "https://gold.tether.to/",
7+
"twitter": "@TProtocol_",
8+
"tokens": {
9+
"ethereum": {
10+
"address": "0x68749665FF8D2d112Fa859AA293F07A622782F38"
11+
},
12+
"celo": {
13+
"address": "0x3776228836bfcfc87cac36c28830b67759c02707"
14+
}
15+
}
16+
}

data/XAUt/logo.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)