@@ -43,15 +43,15 @@ func DataSeeding() {
43
43
fmt .Printf ("%+v" , err )
44
44
return
45
45
}
46
- networkMumbai , err := repos .Network .Create (model.Network {Name : "Mumbai Testnet" , NetworkID : 80001 , ChainID : 80001 , GasOracle : "poly" , RPCUrl : "https://matic-mumbai.chainstacklabs.com" , ExplorerUrl : "https://mumbai.polygonscan.com/ " })
46
+ networkMumbai , err := repos .Network .Create (model.Network {Name : "Mumbai Testnet" , NetworkID : 80001 , ChainID : 80001 , GasOracle : "poly" , RPCUrl : "https://matic-mumbai.chainstacklabs.com" , ExplorerUrl : "https://mumbai.polygonscan.com" })
47
47
if err != nil {
48
48
panic (err )
49
49
}
50
50
networkGoerli , err := repos .Network .Create (model.Network {Name : "Goerli Testnet" , NetworkID : 5 , ChainID : 5 , GasOracle : "eth" , RPCUrl : "https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161" , ExplorerUrl : "https://goerli.etherscan.io" })
51
51
if err != nil {
52
52
panic (err )
53
53
}
54
- networkEthereum , err := repos .Network .Create (model.Network {Name : "Ethereum Mainnet" , NetworkID : 1 , ChainID : 1 , GasOracle : "eth" , RPCUrl : "https://rpc.ankr.com/eth" , ExplorerUrl : "https://etherscan.io/ " })
54
+ networkEthereum , err := repos .Network .Create (model.Network {Name : "Ethereum Mainnet" , NetworkID : 1 , ChainID : 1 , GasOracle : "eth" , RPCUrl : "https://rpc.ankr.com/eth" , ExplorerUrl : "https://etherscan.io" })
55
55
if err != nil {
56
56
panic (err )
57
57
}
@@ -63,11 +63,11 @@ func DataSeeding() {
63
63
if err != nil {
64
64
panic (err )
65
65
}
66
- networkNitroGoerli , err := repos .Network .Create (model.Network {Name : "Nitro Goerli Rollup Testnet" , NetworkID : 421613 , ChainID : 421613 , GasOracle : "arb" , RPCUrl : "https://goerli-rollup.arbitrum.io/rpc" , ExplorerUrl : "https://goerli.arbiscan.io/ " })
66
+ networkNitroGoerli , err := repos .Network .Create (model.Network {Name : "Nitro Goerli Rollup Testnet" , NetworkID : 421613 , ChainID : 421613 , GasOracle : "arb" , RPCUrl : "https://goerli-rollup.arbitrum.io/rpc" , ExplorerUrl : "https://goerli.arbiscan.io" })
67
67
if err != nil {
68
68
panic (err )
69
69
}
70
- networkArbitrumNova , err := repos .Network .Create (model.Network {Name : "Arbitrum Nova Mainnet" , NetworkID : 42170 , ChainID : 42170 , GasOracle : "arb" , RPCUrl : "https://nova.arbitrum.io/rpc" , ExplorerUrl : "https://nova-explorer.arbitrum.io/ " })
70
+ networkArbitrumNova , err := repos .Network .Create (model.Network {Name : "Arbitrum Nova Mainnet" , NetworkID : 42170 , ChainID : 42170 , GasOracle : "arb" , RPCUrl : "https://nova.arbitrum.io/rpc" , ExplorerUrl : "https://nova-explorer.arbitrum.io" })
71
71
if err != nil {
72
72
panic (err )
73
73
}
@@ -230,15 +230,15 @@ func MockSeeding() {
230
230
fmt .Printf ("%+v" , err )
231
231
return
232
232
}
233
- networkMumbai , err := repos .Network .Create (model.Network {Name : "Mumbai Testnet" , NetworkID : 80001 , ChainID : 80001 , GasOracle : "poly" , RPCUrl : "https://matic-mumbai.chainstacklabs.com" , ExplorerUrl : "https://mumbai.polygonscan.com/ " })
233
+ networkMumbai , err := repos .Network .Create (model.Network {Name : "Mumbai Testnet" , NetworkID : 80001 , ChainID : 80001 , GasOracle : "poly" , RPCUrl : "https://matic-mumbai.chainstacklabs.com" , ExplorerUrl : "https://mumbai.polygonscan.com" })
234
234
if err != nil {
235
235
panic (err )
236
236
}
237
237
networkGoerli , err := repos .Network .Create (model.Network {Name : "Goerli Testnet" , NetworkID : 5 , ChainID : 5 , GasOracle : "eth" , RPCUrl : "https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161" , ExplorerUrl : "https://goerli.etherscan.io" })
238
238
if err != nil {
239
239
panic (err )
240
240
}
241
- networkEthereum , err := repos .Network .Create (model.Network {Name : "Ethereum Mainnet" , NetworkID : 1 , ChainID : 1 , GasOracle : "eth" , RPCUrl : "https://rpc.ankr.com/eth" , ExplorerUrl : "https://etherscan.io/ " })
241
+ networkEthereum , err := repos .Network .Create (model.Network {Name : "Ethereum Mainnet" , NetworkID : 1 , ChainID : 1 , GasOracle : "eth" , RPCUrl : "https://rpc.ankr.com/eth" , ExplorerUrl : "https://etherscan.io" })
242
242
if err != nil {
243
243
panic (err )
244
244
}
@@ -250,11 +250,11 @@ func MockSeeding() {
250
250
if err != nil {
251
251
panic (err )
252
252
}
253
- networkNitroGoerli , err := repos .Network .Create (model.Network {Name : "Nitro Goerli Rollup Testnet" , NetworkID : 421613 , ChainID : 421613 , GasOracle : "arb" , RPCUrl : "https://goerli-rollup.arbitrum.io/rpc" , ExplorerUrl : "https://goerli.arbiscan.io/ " })
253
+ networkNitroGoerli , err := repos .Network .Create (model.Network {Name : "Nitro Goerli Rollup Testnet" , NetworkID : 421613 , ChainID : 421613 , GasOracle : "arb" , RPCUrl : "https://goerli-rollup.arbitrum.io/rpc" , ExplorerUrl : "https://goerli.arbiscan.io" })
254
254
if err != nil {
255
255
panic (err )
256
256
}
257
- networkArbitrumNova , err := repos .Network .Create (model.Network {Name : "Arbitrum Nova Mainnet" , NetworkID : 42170 , ChainID : 42170 , GasOracle : "arb" , RPCUrl : "https://nova.arbitrum.io/rpc" , ExplorerUrl : "https://nova-explorer.arbitrum.io/ " })
257
+ networkArbitrumNova , err := repos .Network .Create (model.Network {Name : "Arbitrum Nova Mainnet" , NetworkID : 42170 , ChainID : 42170 , GasOracle : "arb" , RPCUrl : "https://nova.arbitrum.io/rpc" , ExplorerUrl : "https://nova-explorer.arbitrum.io" })
258
258
if err != nil {
259
259
panic (err )
260
260
}
0 commit comments