Skip to content

Commit 8a3a4a2

Browse files
Merge pull request #24 from bitcoin-portal/fix/update-avax
fix: updates avax blockchain and protocol
2 parents 58cace7 + 8741e6f commit 8a3a4a2

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

android/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ plugins {
55
}
66

77
group = 'com.github.bitcoin-portal'
8-
version = '0.13.2'
98

109
android {
1110
compileSdk 32

buyassets/moonpay.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"asset_id": "AVAX",
2222
"ios_blockchain": "AVAX",
2323
"ios_asset_protocol": "AVAX",
24-
"android_blockchain": "ETH_BLOCKCHAIN",
25-
"android_asset_protocol": "ERC_20_PROTOCOL"
24+
"android_blockchain": "AVAX_BLOCKCHAIN",
25+
"android_asset_protocol": "AVAX_PROTOCOL"
2626
},
2727
{
2828
"currency_code": "AXS",

ios/Resources/buyassets/moonpay.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"asset_id": "AVAX",
2222
"ios_blockchain": "AVAX",
2323
"ios_asset_protocol": "AVAX",
24-
"android_blockchain": "ETH_BLOCKCHAIN",
25-
"android_asset_protocol": "ERC_20_PROTOCOL"
24+
"android_blockchain": "AVAX_BLOCKCHAIN",
25+
"android_asset_protocol": "AVAX_PROTOCOL"
2626
},
2727
{
2828
"currency_code": "AXS",

0 commit comments

Comments
 (0)