Skip to content

Commit

Permalink
Orbit Deployment 20230810 01 (#1522)
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex authored Aug 10, 2023
1 parent 79411e7 commit c3d424d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions apps/faucet/src/config/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,16 @@ type TokenConfigType = Record<string, string>;
const tokens: Record<string, TokenConfigType> = {
[PresetTypedChainId.AthenaOrbit]: {
ETH: zeroAddress,
webbtTNT: '0x7F07E8FF927DA7a900f1876Be7FE87Eb61cCeF6F',
},
[PresetTypedChainId.HermesOrbit]: {
ETH: zeroAddress,
webbtTNT: '0x7F07E8FF927DA7a900f1876Be7FE87Eb61cCeF6F',
},
[PresetTypedChainId.DemeterOrbit]: {
ETH: zeroAddress,
webbtTNT: '0x7F07E8FF927DA7a900f1876Be7FE87Eb61cCeF6F',
},
[PresetTypedChainId.TangleTestnet]: {
tTNT: zeroAddress,
webbtTNT: '0x7F07E8FF927DA7a900f1876Be7FE87Eb61cCeF6F',
webbtTNT: '0x1920d33AB0EC499b23Ca655a690164961c63A076',
},
};

Expand Down
8 changes: 4 additions & 4 deletions libs/dapp-config/src/anchors/anchor-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ export const anchorDeploymentBlock: Record<number, Record<string, number>> = {
},

[PresetTypedChainId.HermesOrbit]: {
'0x4b88368Eb14D7d09f0ca737832cEBfb8F12e3f05': 23,
'0x765A081120c1760d72D09d7c4e28Aa275D7D3fad': 1,
},
[PresetTypedChainId.AthenaOrbit]: {
'0x4b88368Eb14D7d09f0ca737832cEBfb8F12e3f05': 23,
'0x765A081120c1760d72D09d7c4e28Aa275D7D3fad': 1,
},
[PresetTypedChainId.DemeterOrbit]: {
'0x4b88368Eb14D7d09f0ca737832cEBfb8F12e3f05': 23,
'0x765A081120c1760d72D09d7c4e28Aa275D7D3fad': 1,
},
[PresetTypedChainId.TangleTestnet]: {
'0x4b88368Eb14D7d09f0ca737832cEBfb8F12e3f05': 1_881,
'0x765A081120c1760d72D09d7c4e28Aa275D7D3fad': 82_000,
},

...localAnchorRecord,
Expand Down

0 comments on commit c3d424d

Please sign in to comment.