File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -235,6 +235,8 @@ export class BitGoAPI implements BitGoBase {
235235 'optimisticEtherscanApiToken' ,
236236 'zksyncExplorerApiToken' ,
237237 'bscscanApiToken' ,
238+ 'coredaoExplorerApiToken' ,
239+ 'oasExplorerApiToken' ,
238240 ] ;
239241
240242 Object . keys ( params ) . forEach ( ( key ) => {
Original file line number Diff line number Diff line change @@ -153,6 +153,8 @@ const mainnetBase: EnvironmentTemplate = {
153153 hmacVerificationEnforced : true ,
154154 suiNodeUrl : 'https://fullnode.mainnet.sui.io' ,
155155 etcNodeUrl : 'https://etc.blockscout.com' ,
156+ coredaoExplorerBaseUrl : 'https://scan.coredao.org/' ,
157+ oasExplorerBaseUrl : 'https://explorer.oasys.games' ,
156158} ;
157159
158160const testnetBase : EnvironmentTemplate = {
@@ -205,6 +207,8 @@ const testnetBase: EnvironmentTemplate = {
205207 hmacVerificationEnforced : false ,
206208 suiNodeUrl : 'https://fullnode.testnet.sui.io' ,
207209 etcNodeUrl : 'https://etc-mordor.blockscout.com' ,
210+ coredaoExplorerBaseUrl : 'https://scan.test.btcs.network' ,
211+ oasExplorerBaseUrl : 'https://explorer.testnet.oasys.games' ,
208212} ;
209213
210214const devBase : EnvironmentTemplate = Object . assign ( { } , testnetBase , {
Original file line number Diff line number Diff line change @@ -56,6 +56,10 @@ export class CoinMap {
5656 421614 : 'tarbeth' ,
5757 10 : 'opeth' ,
5858 11155420 : 'topeth' ,
59+ 1116 : 'coredao' ,
60+ 1115 : 'tcoredao' ,
61+ 248 : 'oas' ,
62+ 9372 : 'toas' ,
5963 } ;
6064 return ethLikeCoinFromChainId [ chainId ] ;
6165 }
You can’t perform that action at this time.
0 commit comments