Skip to content

Commit

Permalink
add arthera network in campaign file manager
Browse files Browse the repository at this point in the history
  • Loading branch information
hichri-louay committed Apr 22, 2024
1 parent f48cd78 commit ac1c028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web3/campaigns.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const networks = [
{ name: 'BEP20', providerUrl: process.env.WEB3_URL_BEP20 },
{ name: 'POLYGON', providerUrl: process.env.WEB3_URL_POLYGON },
{ name: 'BTTC', providerUrl: process.env.WEB3_URL_BTT },
{ name: 'ARTHERA', providerUrl: process.env.WEB3_URL_ARTHERA },
]

const { getHttpProvider, networkProviders } = require('../web3/web3-connection')
Expand Down

0 comments on commit ac1c028

Please sign in to comment.