File tree Expand file tree Collapse file tree 6 files changed +15
-1
lines changed Expand file tree Collapse file tree 6 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
- 0.103.2
1
+ 0.103.3
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ var errorNotAvailableOnChainID = errors.New("not available for chainID")
11
11
var contractAddressByChainID = map [uint64 ]common.Address {
12
12
1 : common .HexToAddress ("0xDB5ac1a559b02E12F29fC0eC0e37Be8E046DEF49" ), // mainnet
13
13
3 : common .HexToAddress ("0xdaae165beb8c06e0b7613168138ebba774aff071" ), // ropsten
14
+ 5 : common .HexToAddress ("0xD1f7416F91E7Eb93dD96A61F12FC092aD6B67B11" ), //goerli
14
15
}
15
16
16
17
func ContractAddress (chainID uint64 ) (common.Address , error ) {
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ var errorNotAvailableOnChainID = errors.New("not available for chainID")
11
11
var contractAddressByChainID = map [uint64 ]common.Address {
12
12
1 : common .HexToAddress ("0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e" ), // mainnet
13
13
3 : common .HexToAddress ("0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e" ), // ropsten
14
+ 5 : common .HexToAddress ("0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e" ), // goerli
14
15
}
15
16
16
17
func ContractAddress (chainID uint64 ) (common.Address , error ) {
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ var errorNotAvailableOnChainID = errors.New("not available for chainID")
11
11
var contractAddressByChainID = map [uint64 ]common.Address {
12
12
1 : common .HexToAddress ("0x744d70fdbe2ba4cf95131626614a1763df805b9e" ), // mainnet
13
13
3 : common .HexToAddress ("0xc55cf4b03948d7ebc8b9e8bad92643703811d162" ), // ropsten
14
+ 5 : common .HexToAddress ("0x3d6afaa395c31fcd391fe3d562e75fe9e8ec7e6a" ), // goerli
14
15
}
15
16
16
17
func ContractAddress (chainID uint64 ) (common.Address , error ) {
Original file line number Diff line number Diff line change @@ -11,16 +11,19 @@ var errorNotAvailableOnChainID = errors.New("not available for chainID")
11
11
var stickerTypeByChainID = map [uint64 ]common.Address {
12
12
1 : common .HexToAddress ("0x0577215622f43a39f4bc9640806dfea9b10d2a36" ), // mainnet
13
13
3 : common .HexToAddress ("0x8cc272396be7583c65bee82cd7b743c69a87287d" ), // ropsten
14
+ 5 : common .HexToAddress ("0x07f7CB0C0a4ab3e0999AfE8b3997Da34880f05d0" ), // goerli testnet
14
15
}
15
16
16
17
var stickerMarketByChainID = map [uint64 ]common.Address {
17
18
1 : common .HexToAddress ("0x12824271339304d3a9f7e096e62a2a7e73b4a7e7" ), // mainnet
18
19
3 : common .HexToAddress ("0x6CC7274aF9cE9572d22DFD8545Fb8c9C9Bcb48AD" ), // ropsten
20
+ 5 : common .HexToAddress ("0xf1E149A7DF70D5Ff1E265daAa738d785D3274717" ), // goerli testnet
19
21
}
20
22
21
23
var stickerPackByChainID = map [uint64 ]common.Address {
22
24
1 : common .HexToAddress ("0x110101156e8F0743948B2A61aFcf3994A8Fb172e" ), // mainnet
23
25
3 : common .HexToAddress ("0xf852198d0385c4b871e0b91804ecd47c6ba97351" ), // ropsten
26
+ 5 : common .HexToAddress ("0x8D3fD2EA24bD53a8Bd2b1026727db8bbe9A8C8Af" ), // goerli testnet
24
27
}
25
28
26
29
func StickerTypeContractAddress (chainID uint64 ) (common.Address , error ) {
Original file line number Diff line number Diff line change @@ -1442,6 +1442,14 @@ var tokenStore = map[uint64]map[common.Address]*Token{
1442
1442
},
1443
1443
},
1444
1444
5 : {
1445
+ common .HexToAddress ("0x3d6afaa395c31fcd391fe3d562e75fe9e8ec7e6a" ): & Token {
1446
+ Address : common .HexToAddress ("0x3d6afaa395c31fcd391fe3d562e75fe9e8ec7e6a" ),
1447
+ Name : "Status Test Token" ,
1448
+ Symbol : "STT" ,
1449
+ Color : "#f8f8f8" ,
1450
+ Decimals : 18 ,
1451
+ ChainID : 5 ,
1452
+ },
1445
1453
common .HexToAddress ("0x022e292b44b5a146f2e8ee36ff44d3dd863c915c" ): & Token {
1446
1454
Address : common .HexToAddress ("0x022e292b44b5a146f2e8ee36ff44d3dd863c915c" ),
1447
1455
Name : "Xeenus 💪" ,
You can’t perform that action at this time.
0 commit comments