Skip to content

Commit 1bfcb16

Browse files
authored
add astar (DefiLlama#12015)
1 parent 1b00db7 commit 1bfcb16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/synstation/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
const { sumUnknownTokens } = require("../helper/unknownTokens")
22

33
const config = {
4-
ethereum: "0x3BaC111A6F5ED6A554616373d5c7D858d7c10d88"
4+
ethereum: "0x3BaC111A6F5ED6A554616373d5c7D858d7c10d88",
5+
astar: "0xe9B85D6A1727d4B22595bab40018bf9B7407c677"
56
}
67

78
Object.keys(config).forEach(chain => {

0 commit comments

Comments
 (0)