@@ -22,13 +22,13 @@ func TestCreateOrderE2E(t *testing.T) {
2222
2323 testcases := []struct {
2424 description string
25- config models.Config
25+ config models.ClientConfig
2626 createOrderParams models.CreateOrderParams
2727 expectedOutput string
2828 }{
2929 {
3030 description : "Arbitrum - Create limit order offering 1 FRAX for 1 DAI" ,
31- config : models.Config {
31+ config : models.ClientConfig {
3232 DevPortalApiKey : os .Getenv ("DEV_PORTAL_TOKEN" ),
3333 Web3HttpProviders : []models.Web3Provider {
3434 {
@@ -51,7 +51,7 @@ func TestCreateOrderE2E(t *testing.T) {
5151 },
5252 {
5353 description : "Polygon - Create limit order offering 1 FRAX for 1 DAI" ,
54- config : models.Config {
54+ config : models.ClientConfig {
5555 DevPortalApiKey : os .Getenv ("DEV_PORTAL_TOKEN" ),
5656 Web3HttpProviders : []models.Web3Provider {
5757 {
@@ -74,7 +74,7 @@ func TestCreateOrderE2E(t *testing.T) {
7474 },
7575 {
7676 description : "Ethereum - Create limit order offering 1 1INCH for 1 DAI" ,
77- config : models.Config {
77+ config : models.ClientConfig {
7878 DevPortalApiKey : os .Getenv ("DEV_PORTAL_TOKEN" ),
7979 Web3HttpProviders : []models.Web3Provider {
8080 {
@@ -98,7 +98,7 @@ func TestCreateOrderE2E(t *testing.T) {
9898 },
9999 {
100100 description : "BSC - Create limit order offering 1 USDC for 1 DAI" ,
101- config : models.Config {
101+ config : models.ClientConfig {
102102 DevPortalApiKey : os .Getenv ("DEV_PORTAL_TOKEN" ),
103103 Web3HttpProviders : []models.Web3Provider {
104104 {
0 commit comments