7 lines
270 B
Go
7 lines
270 B
Go
package chainparams
|
|
|
|
// GAS is the scripthash native neo asset: GAS
|
|
var GAS = "602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7"
|
|
|
|
// NEO is the scripthash native neo asset: NEO
|
|
var NEO = "c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b"
|