We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b00db7 commit 1bfcb16Copy full SHA for 1bfcb16
projects/synstation/index.js
@@ -1,7 +1,8 @@
1
const { sumUnknownTokens } = require("../helper/unknownTokens")
2
3
const config = {
4
- ethereum: "0x3BaC111A6F5ED6A554616373d5c7D858d7c10d88"
+ ethereum: "0x3BaC111A6F5ED6A554616373d5c7D858d7c10d88",
5
+ astar: "0xe9B85D6A1727d4B22595bab40018bf9B7407c677"
6
}
7
8
Object.keys(config).forEach(chain => {
0 commit comments