Skip to content

Commit a2b7feb

Browse files
committed
Add send token
1 parent 0f3eb97 commit a2b7feb

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ We currently accept tokens on the following chains:
109109
- `ethereum`
110110
- `optimism`
111111
- `goerli`
112+
- `sepolia`
112113
- `base`
113114
- `base-goerli`
114115
- `optimism-goerli`

data/send/data.json

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Send Token",
3+
"symbol": "send",
4+
"decimals": 0,
5+
"description": "Send is designed for instant payments and utilizes smart contract accounts to onboard users into the world of crypto.",
6+
"website": "https://send.it",
7+
"twitter": "@send",
8+
"tokens": {
9+
"ethereum": {
10+
"address": "0x3f14920c99BEB920Afa163031c4e47a3e03B3e4A"
11+
},
12+
"base": {
13+
"address": "0x3f14920c99BEB920Afa163031c4e47a3e03B3e4A"
14+
},
15+
"sepolia": {
16+
"address": "0x3f14920c99BEB920Afa163031c4e47a3e03B3e4A"
17+
},
18+
"goerli": {
19+
"address": "0x3f14920c99BEB920Afa163031c4e47a3e03B3e4A"
20+
},
21+
"base-goerli": {
22+
"address": "0x3f14920c99BEB920Afa163031c4e47a3e03B3e4A"
23+
}
24+
}
25+
}

data/send/logo.svg

+12
Loading

0 commit comments

Comments
 (0)