Skip to content

Commit

Permalink
Feature/evm assets buy providers support (#2059)
Browse files Browse the repository at this point in the history
* Support banxa provider for ethereum chain

* Fixed blockchain name

* Support erc-20 assets buy providers

* Update assets_dev.json

* Update chains_dev.json
  • Loading branch information
antonijzelinskij authored Sep 27, 2023
1 parent f94dd99 commit dbe0893
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/evm/v2/assets_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
},
{
"chainId": "eip155:1",
"contractAddress": "0xdac17f958d2ee523a2206206994597c13d831ec7"
"contractAddress": "0xdac17f958d2ee523a2206206994597c13d831ec7",
"buyProviders": {
"transak": {
"network": "ETHEREUM"
}
}
}
]
},
Expand Down

0 comments on commit dbe0893

Please sign in to comment.