|
38 | 38 | AvaxMainnet Network = Network{"Avax", "avax", "AVAX", "https://api.snowtrace.io/api?", "0xa86a", 43114}
|
39 | 39 | // AvaxTestnet Avalanche testnet for development
|
40 | 40 | AvaxTestnet Network = Network{"Avax test", "avax_test", "AVAX", "https://api-testnet.snowtrace.io/api?", "0xa869", 43113}
|
41 |
| - // Fantom mainnet for production |
42 |
| - FantomMainnet Network = Network{"Fantom", "fantom", "FTM", "https://api.ftmscan.com/api?", "0xfa", 250} |
43 |
| - // FantomTestNet |
| 41 | + // FantomMainnet for production |
| 42 | + FantomMainnet Network = Network{"Fantom", "fantom", "FTM", "htstps://api.ftmscan.com/api?", "0xfa", 250} |
| 43 | + // FantomTestnet |
44 | 44 | FantomTestnet Network = Network{"Fantom test", "fantom_test", "FTM", "https://api-testnet.ftmscan.com/api?", "0x0", 0}
|
45 | 45 | // Cronos mainnet for production
|
46 | 46 | CronosMainnet Network = Network{"Cronos", "cronos", "CRO", "https://api.cronoscan.com/api?", "0x19", 25}
|
|
81 | 81 | MaticMainnet.CommonName: &MaticMainnet,
|
82 | 82 | "maticmainnet": &MaticMainnet,
|
83 | 83 | "polygon": &MaticMainnet,
|
| 84 | + "polygon-pos": &MaticMainnet, |
84 | 85 | "matic": &MaticMainnet,
|
85 | 86 | MaticTestnet.Name: &MaticTestnet,
|
86 | 87 | MaticTestnet.CommonName: &MaticTestnet,
|
|
90 | 91 | BscMainnet.CommonName: &BscMainnet,
|
91 | 92 | "bscmainnet": &BscMainnet,
|
92 | 93 | "binance": &BscMainnet,
|
| 94 | + "binance-smart-chain": &BscMainnet, |
93 | 95 | BscTestnet.Name: &BscTestnet,
|
94 | 96 | BscTestnet.CommonName: &BscTestnet,
|
95 | 97 | "bsctestnet": &BscTestnet,
|
|
0 commit comments