File tree 3 files changed +38
-0
lines changed
3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ We currently accept tokens on the following chains:
109
109
- ` ethereum `
110
110
- ` optimism `
111
111
- ` goerli `
112
+ - ` sepolia `
112
113
- ` base `
113
114
- ` base-goerli `
114
115
- ` optimism-goerli `
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments